-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update: collection of minor cleanups across the codebase #1430
Conversation
Such messages might end up flooding kernel logs. Silence them unless the "verbose" module parameter is enabled. Also, add information about the consumer. Signed-off-by: Jason Dellaluce <[email protected]> Co-authored-by: Gerlando Falauto <[email protected]>
… consistency Signed-off-by: Jason Dellaluce <[email protected]> Co-authred-by: Grzegorz Nosek <[email protected]>
Co-authored-by: Sahas Panda <[email protected]> Signed-off-by: Jason Dellaluce <[email protected]>
Signed-off-by: Jason Dellaluce <[email protected]> Co-authored-by: Grzegorz Nosek <[email protected]>
…s and compilers An unusual syntax of the declaration of a constructor (`libsinps::events::set<T>()`) raises a warning when the compiler is gcc-11 and the build is done with C++20. Signed-off-by: Jason Dellaluce <[email protected]> Co-authored-by: Federico Aponte <[email protected]>
Co-authored-by: Roberto Scolaro <[email protected]> Signed-off-by: Jason Dellaluce <[email protected]>
Signed-off-by: Jason Dellaluce <[email protected]> Co-authored-by: Matthew Knight <[email protected]>
/milestone 0.14.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: e6afe9f55e36acd1365236091dbfcd8d35c02f44
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, jasondellaluce, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
/area driver-kmod
/area libscap
/area libsinsp
Does this PR require a change in the driver versions?
NO
What this PR does / why we need it:
This is a collection of minor cleanups across the whole codebase, mostly relate to missing cmake includes, nullptr checks (peculiarly important after the recent refactor from @Andreagit97), and resolution of compilation warnings.
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?: