Re: [PATCH resend] ipc: Add missing sys_ni entries for ipc/compat.c functions
From: Arnd Bergmann <arnd@arndb.de>
Date: 2011-05-20 20:35:10
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2011-05-20 20:35:10
Also in:
lkml
On Tuesday 17 May 2011 19:39:58 Kevin Cernekee wrote:
the final link fails with unresolved symbols for: compat_sys_semctl, compat_sys_msgsnd, compat_sys_msgrcv, compat_sys_shmctl, compat_sys_msgctl, compat_sys_semtimedop The fix is to add cond_syscall declarations for all syscalls in ipc/compat.c Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Acked-by: Ralf Baechle <redacted> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Stephen Rothwell <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>