Skip to content

Commit

Permalink
Update syscall tables for Linux 6.11
Browse files Browse the repository at this point in the history
Add new syscalls added between (6.6, 6.11].
  • Loading branch information
andrewkroh committed Nov 4, 2024
1 parent 3540ecc commit 706bf7e
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated syscall tables based on Linux v6.11. [#36](https://github.com/elastic/go-seccomp-bpf/pull/36)

### Deprecated

### Removed
Expand Down
2 changes: 1 addition & 1 deletion arch/mk_syscalls_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ var (

func init() {
flag.StringVar(&outputFile, "out", "zsyscalls.go", "output file")
flag.StringVar(&linuxVersion, "version", "v6.6", "linux version (git tag)")
flag.StringVar(&linuxVersion, "version", "v6.11", "linux version (git tag)")
}

func main() {
Expand Down
52 changes: 51 additions & 1 deletion arch/zsyscalls.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 706bf7e

Please sign in to comment.