Skip to content
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(ebpf): adjust inode struct to kernel v6.6 #3769

Merged

Conversation

NDStrahilevitz
Copy link
Collaborator

1. Explain what the PR does

18127c2 fix(ebpf): adjust inode struct to kernel v6.6

Fix #3768

2. Explain how to test it

Tested on a coreos-fedora39 VM.

i_ctime field was changed to __i_ctime in kernel v6.6.
CO-RE relocation accordingly fails.
Copy link
Contributor

@rafaeldtinoco rafaeldtinoco left a comment

Choose a reason for hiding this comment

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

LGTM

@rafaeldtinoco rafaeldtinoco merged commit 82f04f2 into aquasecurity:main Dec 19, 2023
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracee fails to load in kernels >= 6.6
2 participants