feat(events): add support for new Linux kernel syscalls#5331
Open
geyslan wants to merge 1 commit into
Open
Conversation
7524096 to
fbee6ea
Compare
Add Tracee event definitions for 20 new syscalls introduced up to Linux kernel v7.0.12. The newly supported syscalls are: - fchmodat2: 6.9 - map_shadow_stack: 6.6 - futex_wake: 6.7 - futex_wait: 6.7 - futex_requeue: 6.7 - statmount: 6.8 - listmount: 6.8 - lsm_get_self_attr: 6.8 - lsm_set_self_attr: 6.8 - lsm_list_modules: 6.8 - mseal: 6.10 - setxattrat: 6.13 - getxattrat: 6.13 - listxattrat: 6.13 - removexattrat: 6.13 - open_tree_attr: 6.13 - file_getattr: 6.13 - file_setattr: 6.13 - listns: 6.13 - rseq_slice_yield: 6.13
This file contains hidden or 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
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.
1. Explain what the PR does
33106d6 feat(events): add support for new Linux kernel syscalls
--
2. Explain how to test it
3. Other comments