diff options
author | Eduardo Habkost | 2021-06-03 21:15:41 +0200 |
---|---|---|
committer | Eduardo Habkost | 2021-06-17 20:11:06 +0200 |
commit | 278f064e452468d66ee15c3f453826e697ec6832 (patch) | |
tree | 902b9944f38428d955b0e9763556134bb0dd1b2f /linux-headers/asm-s390 | |
parent | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into... (diff) | |
download | qemu-278f064e452468d66ee15c3f453826e697ec6832.tar.gz qemu-278f064e452468d66ee15c3f453826e697ec6832.tar.xz qemu-278f064e452468d66ee15c3f453826e697ec6832.zip |
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-s390')
-rw-r--r-- | linux-headers/asm-s390/unistd_32.h | 4 | ||||
-rw-r--r-- | linux-headers/asm-s390/unistd_64.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/linux-headers/asm-s390/unistd_32.h b/linux-headers/asm-s390/unistd_32.h index c94d2c3a22..e8cd34334f 100644 --- a/linux-headers/asm-s390/unistd_32.h +++ b/linux-headers/asm-s390/unistd_32.h @@ -414,5 +414,9 @@ #define __NR_faccessat2 439 #define __NR_process_madvise 440 #define __NR_epoll_pwait2 441 +#define __NR_mount_setattr 442 +#define __NR_landlock_create_ruleset 444 +#define __NR_landlock_add_rule 445 +#define __NR_landlock_restrict_self 446 #endif /* _ASM_S390_UNISTD_32_H */ diff --git a/linux-headers/asm-s390/unistd_64.h b/linux-headers/asm-s390/unistd_64.h index 984a06b7eb..86830e1e83 100644 --- a/linux-headers/asm-s390/unistd_64.h +++ b/linux-headers/asm-s390/unistd_64.h @@ -362,5 +362,9 @@ #define __NR_faccessat2 439 #define __NR_process_madvise 440 #define __NR_epoll_pwait2 441 +#define __NR_mount_setattr 442 +#define __NR_landlock_create_ruleset 444 +#define __NR_landlock_add_rule 445 +#define __NR_landlock_restrict_self 446 #endif /* _ASM_S390_UNISTD_64_H */ |