From: Heiko Carstens Date: Tue, 4 Aug 2015 07:15:58 +0000 (+0200) Subject: s390/syscalls: ignore syscalls reachable via sys_socketcall X-Git-Tag: omap-for-v4.3/fixes-merge-window~38^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7ff75a0c63222d138d944240146dc49a9624e1;p=pandora-kernel.git s390/syscalls: ignore syscalls reachable via sys_socketcall x86 will wire up all syscalls reachable via sys_socketcall. Therefore this will yield a lot of warnings from the checksyscalls.sh scripts on s390 where we currently don't wire them up directly. This might change in the future, but this needs to be done carefully in order to not break anything. For the time being just tell the checksyscalls script to ignore the missing syscalls on s390. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed