Skip to content

Solaris porting changes. - #14401

Closed
l1gi wants to merge 3 commits into
OISF:mainfrom
l1gi:main
Closed

Solaris porting changes.#14401
l1gi wants to merge 3 commits into
OISF:mainfrom
l1gi:main

Conversation

@l1gi

@l1gi l1gi commented Dec 2, 2025

Copy link
Copy Markdown
Contributor

Make sure these boxes are checked accordingly before submitting your Pull Request -- thank you.

Contribution style:

Our Contribution agreements:

Changes (if applicable):

Link to ticket: https://redmine.openinfosecfoundation.org/issues/7005

Describe changes:

@l1gi
l1gi requested a review from victorjulien as a code owner December 2, 2025 13:35
@github-actions

github-actions Bot commented Dec 2, 2025

Copy link
Copy Markdown

NOTE: This PR may contain new authors.

@codecov

codecov Bot commented Dec 2, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 84.15%. Comparing base (15b1bf4) to head (2ae652b).
⚠️ Report is 447 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main   #14401    +/-   ##
========================================
  Coverage   84.15%   84.15%            
========================================
  Files        1014     1014            
  Lines      261991   262461   +470     
========================================
+ Hits       220470   220875   +405     
- Misses      41521    41586    +65     
Flag Coverage Δ
fuzzcorpus 63.19% <30.00%> (-0.06%) ⬇️
livemode 18.76% <60.00%> (+0.05%) ⬆️
pcap 44.63% <10.00%> (+<0.01%) ⬆️
suricata-verify 64.93% <20.00%> (+0.01%) ⬆️
unittests 59.23% <40.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@victorjulien victorjulien left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good overall.

Requests on the git side:
Ticket reference in the git commit.

Suggestion for the commit subject "os: support Solaris and Sparc"

Comment thread src/util-syslog.c Outdated
{ "local7", LOG_LOCAL7 },
{ NULL, -1 }
};
SCEnumCharMap sc_syslog_facility_map[] = { { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV },

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would like to keep this manually formatted, so it would need to be wrapped in clang-format exclusion comments

Comment thread src/suricata.c Outdated

void SuricataPreInit(const char *progname)
{
/*

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would like to see this be a bit more compact, like in a helper func that is just called from here

@l1gi

l1gi commented Dec 2, 2025 via email

Copy link
Copy Markdown
Contributor Author

@victorjulien

Copy link
Copy Markdown
Member

Before a code block add

// clang-format off

then after it add

// clang-format on

@github-actions

github-actions Bot commented Dec 3, 2025

Copy link
Copy Markdown

NOTE: This PR may contain new authors.

@l1gi
l1gi requested a review from victorjulien December 3, 2025 13:29
@catenacyber

Copy link
Copy Markdown
Contributor

Friendly ping @l1gi are you planning to finish this work ?

@l1gi

l1gi commented Mar 20, 2026

Copy link
Copy Markdown
Contributor Author

Oh, sorry for delay. I have overlooked the fact there are changes requested. But now, I cannot find what kind of changes should I do. There is no link to any description. Could you help, please?
Screenshot from 2026-03-20 11-47-32

@catenacyber

Copy link
Copy Markdown
Contributor

Oh you force-pushed to fix #14401 (comment) and such, could you do a new rebased version of the PR ? see https://docs.suricata.io/en/latest/devguide/contributing/code-submission-process.html#pull-requests

@l1gi l1gi closed this by deleting the head repository Mar 24, 2026
@l1gi

l1gi commented Mar 24, 2026

Copy link
Copy Markdown
Contributor Author

Okay, there is a new PR with changes merged into 1 commit:
#15092

Thank you,
m.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants