diff options
author | Paolo Bonzini | 2021-11-11 12:06:01 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-12-10 09:47:18 +0100 |
commit | 43709a0ca3b09e952bde3f38112f1d7fbf7c65b1 (patch) | |
tree | 429a9ef5c50b23aa1da807a58fb7157e933ebe7d /linux-headers/asm-s390 | |
parent | virtio-gpu: do not byteswap padding (diff) | |
download | qemu-43709a0ca3b09e952bde3f38112f1d7fbf7c65b1.tar.gz qemu-43709a0ca3b09e952bde3f38112f1d7fbf7c65b1.tar.xz qemu-43709a0ca3b09e952bde3f38112f1d7fbf7c65b1.zip |
linux-headers: update to 5.16-rc1
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20211111110604.207376-3-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-headers/asm-s390')
-rw-r--r-- | linux-headers/asm-s390/unistd_32.h | 1 | ||||
-rw-r--r-- | linux-headers/asm-s390/unistd_64.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/linux-headers/asm-s390/unistd_32.h b/linux-headers/asm-s390/unistd_32.h index 0c3cd299e4..8f97d98128 100644 --- a/linux-headers/asm-s390/unistd_32.h +++ b/linux-headers/asm-s390/unistd_32.h @@ -419,5 +419,6 @@ #define __NR_landlock_create_ruleset 444 #define __NR_landlock_add_rule 445 #define __NR_landlock_restrict_self 446 +#define __NR_process_mrelease 448 #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 8dfc08b5e6..021ffc30e6 100644 --- a/linux-headers/asm-s390/unistd_64.h +++ b/linux-headers/asm-s390/unistd_64.h @@ -367,5 +367,6 @@ #define __NR_landlock_create_ruleset 444 #define __NR_landlock_add_rule 445 #define __NR_landlock_restrict_self 446 +#define __NR_process_mrelease 448 #endif /* _ASM_S390_UNISTD_64_H */ |