diff options
| author | Rorie Reyes <rreyes@linux.ibm.com> | 2025-04-25 01:23:57 -0400 |
|---|---|---|
| committer | Cédric Le Goater <clg@redhat.com> | 2025-05-09 12:42:28 +0200 |
| commit | 1cab5a02ab8144aad2abd001835e49104e4aae0f (patch) | |
| tree | a627a1417f28e6b29a04fc1e4f07dbbadf44d3da /linux-headers/asm-generic/unistd.h | |
| parent | f4df9f261866452a842762b7bad6031d3f5f7c35 (diff) | |
| download | focaccia-qemu-1cab5a02ab8144aad2abd001835e49104e4aae0f.tar.gz focaccia-qemu-1cab5a02ab8144aad2abd001835e49104e4aae0f.zip | |
linux-headers: Update to Linux v6.15-rc3
Update headers to retrieve uapi information for vfio-ap Signed-off-by: Rorie Reyes <rreyes@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20250425052401.8287-3-rreyes@linux.ibm.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'linux-headers/asm-generic/unistd.h')
| -rw-r--r-- | linux-headers/asm-generic/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux-headers/asm-generic/unistd.h b/linux-headers/asm-generic/unistd.h index 88dc393c2b..2892a45023 100644 --- a/linux-headers/asm-generic/unistd.h +++ b/linux-headers/asm-generic/unistd.h @@ -849,9 +849,11 @@ __SYSCALL(__NR_getxattrat, sys_getxattrat) __SYSCALL(__NR_listxattrat, sys_listxattrat) #define __NR_removexattrat 466 __SYSCALL(__NR_removexattrat, sys_removexattrat) +#define __NR_open_tree_attr 467 +__SYSCALL(__NR_open_tree_attr, sys_open_tree_attr) #undef __NR_syscalls -#define __NR_syscalls 467 +#define __NR_syscalls 468 /* * 32 bit systems traditionally used different |