mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
LoongArch: Wire up memfd_secret system call
LoongArch supports ARCH_HAS_SET_DIRECT_MAP, therefore wire up the memfd_secret system call, which just depends on it. Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org> Acked-by: David Hildenbrand (Red Hat) <david@kernel.org> Signed-off-by: Lain "Fearyncess" Yang <fearyncess@aosc.io> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
This commit is contained in:
parent
52c1dbf4cb
commit
abca6583a2
|
|
@ -10,5 +10,6 @@
|
|||
|
||||
#define __ARCH_WANT_NEW_STAT
|
||||
#define __ARCH_WANT_SYS_CLONE
|
||||
#define __ARCH_WANT_MEMFD_SECRET
|
||||
|
||||
#define NR_syscalls (__NR_syscalls)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
# No special ABIs on loongarch so far
|
||||
syscall_abis_32 +=
|
||||
syscall_abis_64 +=
|
||||
syscall_abis_32 += memfd_secret
|
||||
syscall_abis_64 += memfd_secret
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ TEST_GEN_FILES += madv_populate
|
|||
TEST_GEN_FILES += map_fixed_noreplace
|
||||
TEST_GEN_FILES += map_hugetlb
|
||||
TEST_GEN_FILES += map_populate
|
||||
ifneq (,$(filter $(ARCH),arm64 riscv riscv64 x86 x86_64))
|
||||
ifneq (,$(filter $(ARCH),arm64 riscv riscv64 x86 x86_64 loongarch32 loongarch64))
|
||||
TEST_GEN_FILES += memfd_secret
|
||||
endif
|
||||
TEST_GEN_FILES += migration
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user