diff options
author | Thomas Huth <thuth@redhat.com> | 2023-09-12 11:24:40 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-09-12 11:34:56 +0200 |
commit | da3c22c74a3c6cbd26df40b2f6798a2d41be80ac (patch) | |
tree | 9e6945808b9c91a9e0df6a8bae1aefb2a054d3f5 /linux-headers/asm-generic | |
parent | ef1535901a07f2e49fa25c8bcee7f0b73801d824 (diff) | |
download | qemu-da3c22c74a3c6cbd26df40b2f6798a2d41be80ac.zip qemu-da3c22c74a3c6cbd26df40b2f6798a2d41be80ac.tar.gz qemu-da3c22c74a3c6cbd26df40b2f6798a2d41be80ac.tar.bz2 |
linux-headers: Update to Linux v6.6-rc1
This update contains the required header changes for the
"target/s390x: AP-passthrough for PV guests" patch from
Steffen Eiden.
Message-ID: <20230912093432.180041-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'linux-headers/asm-generic')
-rw-r--r-- | linux-headers/asm-generic/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux-headers/asm-generic/unistd.h b/linux-headers/asm-generic/unistd.h index fd6c1cb..abe087c 100644 --- a/linux-headers/asm-generic/unistd.h +++ b/linux-headers/asm-generic/unistd.h @@ -820,8 +820,11 @@ __SYSCALL(__NR_set_mempolicy_home_node, sys_set_mempolicy_home_node) #define __NR_cachestat 451 __SYSCALL(__NR_cachestat, sys_cachestat) +#define __NR_fchmodat2 452 +__SYSCALL(__NR_fchmodat2, sys_fchmodat2) + #undef __NR_syscalls -#define __NR_syscalls 452 +#define __NR_syscalls 453 /* * 32 bit systems traditionally used different |