summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturs Artamonovs <dos21h@gmail.com>2023-12-22 11:08:41 +0000
committerArturs Artamonovs <dos21h@gmail.com>2023-12-22 11:08:41 +0000
commit196576d9d59c067c6a2c70fe6ccb14a47d6cb6a4 (patch)
treea988acf89a92670b1108ba70437018a5db0504e7
parente24401b41cd0f79038947dc04b383accdcb73931 (diff)
downloadmd-content-196576d9d59c067c6a2c70fe6ccb14a47d6cb6a4.tar.gz
md-content-196576d9d59c067c6a2c70fe6ccb14a47d6cb6a4.zip
Update syscall table to 6.7-rc1new/kernel_notes
-rw-r--r--md/notes/syscalls.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/md/notes/syscalls.md b/md/notes/syscalls.md
index 805dc7a..bd78441 100644
--- a/md/notes/syscalls.md
+++ b/md/notes/syscalls.md
@@ -5,7 +5,7 @@ keywords:linux,syscalls,x86_64,kernel
## Intro
-Manually generated list of syscalls. Latest update is for 6.1
+Manually generated list of syscalls. Latest update is for 6.7-rc1
## Syscalls
@@ -377,6 +377,12 @@ Manually generated list of syscalls. Latest update is for 6.1
|448|sys_process_mrelease|2|0x1c0|int pidfd|unsigned int flags|||||
|449|sys_futex_waitv|5|0x1c1|struct futex_waitv *waiters|unsigned int nr_futexes|unsigned int flags|struct __kernel_timespec __user *timeout|clockid_t clockid||
|450|sys_set_mempolicy_home_node|4|0x1c2|unsigned long start|unsigned long len|unsigned long home_node|unsigned long flag|||
+|451|sys_cachestat|4|0x1c3|unsigned int fd|struct cachestat_range __user *cstat_range|struct cachestat __user *cstat|unsigned int flags|||
+|452|sys_fchmodat2|4|0x1c4|int dfd|const char __user *filename|umode_t mode|unsigned int flags|||
+|453|sys_map_shadow_stack|3|0x1c5|unsigned long addr|unsigned long size|unsigned int flags||||
+|454|sys_futex_wake|4|0x1c6|void __user *uaddr|unsigned long mask|int nr|unsigned int flags|||
+|455|sys_futex_wait|6|0x1c7|void __user *uaddr|unsigned long val|unsigned long mask|unsigned int flags|struct __kernel_timespec __user *timespec|clockid_t clockid|
+|456|sys_futex_requeue|4|0x1c8|struct futex_waitv __user *waiters|unsigned int flags|int nr_wake|int nr_requeue|||