Re: [PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave

From: Arnd Bergmann
Date: Mon Dec 18 2023 - 04:43:13 EST


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