diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-05-24 12:47:28 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-05-24 12:47:28 -0700 |
| commit | 0b32d436c015d5a88b3368405e3d8fe82f195a54 (patch) | |
| tree | bca3ff3546fe073d766d527f87b3fb6cdfb87e0c /arch/arm64/include/asm/unistd.h | |
| parent | f1f9984fdc5e37303d7180ff7a85dfecb8e57e85 (diff) | |
| parent | a52b4f11a2e17109c4b9f7df4ff19215b1752efc (diff) | |
| download | linux-0b32d436c015d5a88b3368405e3d8fe82f195a54.tar.gz linux-0b32d436c015d5a88b3368405e3d8fe82f195a54.tar.bz2 linux-0b32d436c015d5a88b3368405e3d8fe82f195a54.zip | |
Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Pull more mm updates from Andrew Morton:
"Jeff Xu's implementation of the mseal() syscall"
* tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
selftest mm/mseal read-only elf memory segment
mseal: add documentation
selftest mm/mseal memory sealing
mseal: add mseal syscall
mseal: wire up mseal syscall
Diffstat (limited to 'arch/arm64/include/asm/unistd.h')
| -rw-r--r-- | arch/arm64/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/unistd.h b/arch/arm64/include/asm/unistd.h index 491b2b9bd553..1346579f802f 100644 --- a/arch/arm64/include/asm/unistd.h +++ b/arch/arm64/include/asm/unistd.h @@ -39,7 +39,7 @@ #define __ARM_NR_compat_set_tls (__ARM_NR_COMPAT_BASE + 5) #define __ARM_NR_COMPAT_END (__ARM_NR_COMPAT_BASE + 0x800) -#define __NR_compat_syscalls 462 +#define __NR_compat_syscalls 463 #endif #define __ARCH_WANT_SYS_CLONE |
