Lines Matching +full:linux +full:- +full:no +full:- +full:asm
1 // SPDX-License-Identifier: GPL-2.0-or-later
5 /* Regression test for CVE-2017-17053, original reproducer can be found
7 …* https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ccd5b3235180eef3cf…
16 #include <asm/ldt.h>
70 shm->segfaulted = 1; in handler()
71 shm->do_exit = 1; in handler()
89 MAP_SHARED | MAP_ANONYMOUS, -1, 0); in setup()
111 if (shm->do_exit) in run_test()
130 shm->do_exit = 0; in run()
131 shm->segfaulted = 0; in run()
138 shm->do_exit = 1; in run()
143 if (WIFEXITED(status) && shm->segfaulted == 0 && tst_taint_check() == 0) in run()
156 {"linux-git", "ccd5b3235180"},
157 {"CVE", "2017-17053"},
163 TST_TEST_TCONF("no asm/ldt.h header (only for i386 or x86_64)");