-
Notifications
You must be signed in to change notification settings - Fork 382
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
tetragon: update vmlinux.h #3308
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
olsajiri
added
the
release-note/minor
This PR introduces a minor user-visible change
label
Jan 16, 2025
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
olsajiri
force-pushed
the
pr/olsajiri/fixes
branch
from
January 16, 2025 13:53
df4bf48
to
23098e4
Compare
Adding vmlinux_generated_x86.h file generated from fedora kernel version 6.12.9-200.fc41.x86_64. It will take over current vmlinux.h in following changes. Signed-off-by: Jiri Olsa <[email protected]>
Adding vmlinux_generated_arm64.h file generated from fedora kernel version 6.12.9-200.fc41.aarch64. It will take over current vmlinux.h in following changes. Signed-off-by: Jiri Olsa <[email protected]>
Removing vmlinux.h file to make next change human readable, can be squashed if needed. Signed-off-by: Jiri Olsa <[email protected]>
olsajiri
force-pushed
the
pr/olsajiri/fixes
branch
from
January 16, 2025 14:17
23098e4
to
d5f1f4f
Compare
note the syntax checked does not like vmlinux.h formatting, |
olsajiri
force-pushed
the
pr/olsajiri/fixes
branch
from
January 16, 2025 23:57
d5f1f4f
to
b5df21b
Compare
Adding vmlinux.h file that includes the arch vmlinux headers and adds our local tetragon structures. Signed-off-by: Jiri Olsa <[email protected]>
olsajiri
force-pushed
the
pr/olsajiri/fixes
branch
from
January 17, 2025 07:32
b5df21b
to
55f30cd
Compare
tpapagian
approved these changes
Jan 17, 2025
kkourt
approved these changes
Jan 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update vmlinux.h now both for both archs we build for
Fixes: #786