diff options
author | 2019-02-28 15:22:53 +0100 | |
---|---|---|
committer | 2019-03-06 16:00:56 +0100 | |
commit | 7e89a37c477c4caacde7b511c64720e20104945f (patch) | |
tree | c0d41b9b88c123df614300236286fef0f2025c78 /tools/perf/scripts/python/stackcollapse.py | |
parent | Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038 (diff) | |
download | wireguard-linux-7e89a37c477c4caacde7b511c64720e20104945f.tar.xz wireguard-linux-7e89a37c477c4caacde7b511c64720e20104945f.zip |
ipc: Fix building compat mode without sysvipc
As John Stultz noticed, my y2038 syscall series caused a link
failure when CONFIG_SYSVIPC is disabled but CONFIG_COMPAT is
enabled:
arch/arm64/kernel/sys32.o:(.rodata+0x960): undefined reference to `__arm64_compat_sys_old_semctl'
arch/arm64/kernel/sys32.o:(.rodata+0x980): undefined reference to `__arm64_compat_sys_old_msgctl'
arch/arm64/kernel/sys32.o:(.rodata+0x9a0): undefined reference to `__arm64_compat_sys_old_shmctl'
Add the missing entries in kernel/sys_ni.c for the new system
calls.
Cc: Laura Abbott <labbott@redhat.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions