-
Notifications
You must be signed in to change notification settings - Fork 171
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
fix(driver): fixed build against linux v6.7-rc4. #1566
Conversation
I was able to locally build drivers. |
Please double check driver/API_VERSION file. See versioning. /hold |
70b7e2b
to
1aeb72b
Compare
Bumped api version patch. |
/milestone next-driver I think we should merge this for the next-driver milestone otherwise Falco 0.37 will ship a driver that won't run on kernel 6.7 that is going to be released in 2-3 weeks (ie: before the Falco release...). |
1aeb72b
to
254a09f
Compare
Need to rebase once #1567 is in. |
Driverkit is now fixed: falcosecurity/driverkit#310 |
254a09f
to
c4e9b04
Compare
Rebased on top of master. |
CI is now passing against this branch (after the new driverkit patch release): https://github.com/falcosecurity/libs/actions/runs/7184655332/job/19566212831 |
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
Thanks @FedeDP 🚀 !
/hold until we are near the 6.7 release The best thing would be to cherry-pick this on the release branch when the 6.7 is already out |
c4e9b04
to
d3ab063
Compare
@alexellis do you know what can we do to install correct headers?
This is the same error we have in falcosecurity/falco#2961 too. |
23b166d
to
c02d338
Compare
Signed-off-by: Federico Di Pierro <[email protected]>
Signed-off-by: Federico Di Pierro <[email protected]>
821f345
to
e974187
Compare
/unhold |
Tested latest mainline kernel build against this branch: https://github.com/falcosecurity/libs/actions/runs/7247366053/job/19741136375 🟢 (6.7-rc6). |
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
Signed-off-by: Federico Di Pierro <[email protected]>
e974187
to
d7b43ad
Compare
Signed-off-by: Federico Di Pierro <[email protected]>
d7b43ad
to
36d5548
Compare
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, FedeDP, incertum, 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 bug
Any specific area of the project related to this PR?
/area driver-kmod
/area driver-bpf
/area driver-modern-bpf
Does this PR require a change in the driver versions?
/version driver-API-version-patch
What this PR does / why we need it:
Fixes drivers build against linux v6.7-rc4+.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: