Skip to content

feat(events): add support for new Linux kernel syscalls#5331

Open
geyslan wants to merge 1 commit into
aquasecurity:mainfrom
geyslan:add-new-events
Open

feat(events): add support for new Linux kernel syscalls#5331
geyslan wants to merge 1 commit into
aquasecurity:mainfrom
geyslan:add-new-events

Conversation

@geyslan

@geyslan geyslan commented Jun 15, 2026

Copy link
Copy Markdown
Member

1. Explain what the PR does

33106d6 feat(events): add support for new Linux kernel syscalls

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

--

2. Explain how to test it

3. Other comments

@geyslan geyslan self-assigned this Jun 15, 2026
@geyslan geyslan requested review from a team and rscampos June 15, 2026 15:15
@geyslan geyslan changed the title feat(events): add support for new Linux kernel v7.0 syscalls feat(events): add support for new Linux kernel syscalls Jun 15, 2026
@geyslan geyslan requested a review from josedonizetti June 15, 2026 15:17
@geyslan geyslan force-pushed the add-new-events branch 2 times, most recently from 7524096 to fbee6ea Compare June 15, 2026 15:29
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
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.

1 participant