Skip to content

Commit 27bc46d

Browse files
authored
chore: update mk_syscalls_linux to v6.15 (#47)
* chore: update mk_syscalls_linux to v6.15 * gofumpt * add changelog entry
1 parent 1c626e7 commit 27bc46d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212

1313
- Updated syscall table based on Linux v6.13. [#41](https://github.com/elastic/go-seccomp-bpf/pull/41)
14+
- Updated syscall table based on Linux v6.14. [#43](https://github.com/elastic/go-seccomp-bpf/pull/43)
15+
- Updated syscall table based on Linux v6.15. [#47](https://github.com/elastic/go-seccomp-bpf/pull/47)
1416

1517
### Deprecated
1618

arch/mk_syscalls_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ var (
394394

395395
func init() {
396396
flag.StringVar(&outputFile, "out", "zsyscalls.go", "output file")
397-
flag.StringVar(&linuxVersion, "version", "v6.14", "linux version (git tag)")
397+
flag.StringVar(&linuxVersion, "version", "v6.15", "linux version (git tag)")
398398
}
399399

400400
func main() {

arch/zsyscalls.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)