selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
authorDominik Brodowski <linux@dominikbrodowski.net>
Tue, 13 Feb 2018 08:15:19 +0000 (09:15 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 15 Feb 2018 00:15:48 +0000 (01:15 +0100)
commit9279ddf23ce78ff2676e8e8e19fec0f022c26d04
tree508dfb0d9f887e60b6f065428e1952aa4c3658d3
parent4105c69703cdeba76f384b901712c9397b04e9c2
selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems

The ldt_gdt and ptrace_syscall selftests, even in their 64-bit variant, use
hard-coded 32-bit syscall numbers and call "int $0x80".

This will fail on 64-bit systems with CONFIG_IA32_EMULATION=y disabled.

Therefore, do not build these tests if we cannot build 32-bit binaries
(which should be a good approximation for CONFIG_IA32_EMULATION=y being enabled).

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Dmitry Safonov <dsafonov@virtuozzo.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kselftest@vger.kernel.org
Cc: shuah@kernel.org
Link: http://lkml.kernel.org/r/20180211111013.16888-6-linux@dominikbrodowski.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
tools/testing/selftests/x86/Makefile