Messages in this thread |  | | Date | Mon, 18 Dec 2023 09:42:29 +0000 | | From | "Arnd Bergmann" <> | | Subject | Re: [PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave |
| |
On Wed, Dec 13, 2023, at 22:41, Gregory Price wrote: > .../ABI/testing/sysfs-kernel-mm-mempolicy | 4 + > ...fs-kernel-mm-mempolicy-weighted-interleave | 22 + > .../admin-guide/mm/numa_memory_policy.rst | 67 ++ > arch/alpha/kernel/syscalls/syscall.tbl | 3 + > arch/arm/tools/syscall.tbl | 3 + > arch/m68k/kernel/syscalls/syscall.tbl | 3 + > arch/microblaze/kernel/syscalls/syscall.tbl | 3 +
In the patches that add the system call numbers, you still need to modify __NR_compat_syscalls in arch/arm64/include/asm/unistd.h, and add the compat syscall in arch/arm64/include/asm/unistd32.h.
One day I'll get around to fixing this so it's no longer necessary.
Arnd
|  |