Skip to content

Commit cde4660

Browse files
mauri870gopherbot
authored andcommittedJul 29, 2024
unix: add linux mseal system call
The mseal system call was added in Linux 6.10. See https://lwn.net/Articles/954936. Change-Id: Ic812a5d784effbc1f362045ffeb6f7e50ee5f8bb GitHub-Last-Rev: de3924e GitHub-Pull-Request: #209 Reviewed-on: https://go-review.googlesource.com/c/sys/+/600518 Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
1 parent 31ef9e7 commit cde4660

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
 

‎unix/syscall_linux.go

+1
Original file line numberDiff line numberDiff line change
@@ -2592,3 +2592,4 @@ func SchedGetAttr(pid int, flags uint) (*SchedAttr, error) {
25922592
}
25932593

25942594
//sys Cachestat(fd uint, crange *CachestatRange, cstat *Cachestat_t, flags uint) (err error)
2595+
//sys Mseal(b []byte, flags uint) (err error)

‎unix/zsyscall_linux.go

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)