diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2021-06-03 15:15:41 -0400 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2021-06-17 14:11:06 -0400 |
commit | 278f064e452468d66ee15c3f453826e697ec6832 (patch) | |
tree | 902b9944f38428d955b0e9763556134bb0dd1b2f /linux-headers/asm-generic | |
parent | 18e53dff939898c6dd00d206a3c2f5cd3d6669db (diff) | |
download | qemu-278f064e452468d66ee15c3f453826e697ec6832.zip qemu-278f064e452468d66ee15c3f453826e697ec6832.tar.gz qemu-278f064e452468d66ee15c3f453826e697ec6832.tar.bz2 |
Update Linux headers to 5.13-rc4
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20210603191541.2862286-1-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'linux-headers/asm-generic')
-rw-r--r-- | linux-headers/asm-generic/unistd.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/linux-headers/asm-generic/unistd.h b/linux-headers/asm-generic/unistd.h index 7287529..6de5a7f 100644 --- a/linux-headers/asm-generic/unistd.h +++ b/linux-headers/asm-generic/unistd.h @@ -861,9 +861,20 @@ __SYSCALL(__NR_faccessat2, sys_faccessat2) __SYSCALL(__NR_process_madvise, sys_process_madvise) #define __NR_epoll_pwait2 441 __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2) +#define __NR_mount_setattr 442 +__SYSCALL(__NR_mount_setattr, sys_mount_setattr) +#define __NR_quotactl_path 443 +__SYSCALL(__NR_quotactl_path, sys_quotactl_path) + +#define __NR_landlock_create_ruleset 444 +__SYSCALL(__NR_landlock_create_ruleset, sys_landlock_create_ruleset) +#define __NR_landlock_add_rule 445 +__SYSCALL(__NR_landlock_add_rule, sys_landlock_add_rule) +#define __NR_landlock_restrict_self 446 +__SYSCALL(__NR_landlock_restrict_self, sys_landlock_restrict_self) #undef __NR_syscalls -#define __NR_syscalls 442 +#define __NR_syscalls 447 /* * 32 bit systems traditionally used different |