refactor: remove redundant zero init in aggregate initialization#2467
refactor: remove redundant zero init in aggregate initialization#2467
Conversation
|
Please double check driver/SCHEMA_VERSION file. See versioning. /hold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ekoops The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/milestone 0.22.0 |
|
Commit 2b3fc63 added in order to trigger driver tests. |
Perf diff from master - unit testsHeap diff from master - unit testsHeap diff from master - scap fileBenchmarks diff from master |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2467 +/- ##
==========================================
+ Coverage 77.84% 77.92% +0.07%
==========================================
Files 248 249 +1
Lines 31017 31128 +111
Branches 4661 4661
==========================================
+ Hits 24144 24255 +111
Misses 6873 6873
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2b3fc63 to
c2c12b4
Compare
X64 kernel testing matrix
ARM64 kernel testing matrix
|
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
c2c12b4 to
67f3b33
Compare
|
Commit 67f3b33 added in order to trigger driver tests. |
| int32_t fd = 0; | ||
|
|
||
| /* Parameter 1: fd (type: PT_FD) */ | ||
| /* Parameter 1: fd (type: PT_FD) */ |
There was a problem hiding this comment.
Do we want the extra space here? ;) this is the only change in driver/ so I think I'd skip that
There was a problem hiding this comment.
This is a whitespace comment to trigger drivers CI! 😂
There was a problem hiding this comment.
This is what happens when -ENOBRAIN meets -ENOCOFFEE 🤦
|
Closed in favor of #2470 |
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
/area libscap-engine-gvisor
/area libsinsp
/area tests
Does this PR require a change in the driver versions?
What this PR does / why we need it:
This PR removes redundant zero initializer in aggregate initialization, addressing some issues arised in CI while testing #2466 on ppc64 architecture in https://github.com/falcosecurity/libs/actions/runs/15559386794/job/43807692586?pr=2466 .
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: