mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Two DSCR tests have a hack in them: /* * XXX: Force a context switch out so that DSCR * current value is copied into the thread struct * which is required for the child to inherit the * changed value. */ sleep(1); We should not be working around this in the testcase, it is a kernel bug. Fix it by copying the current DSCR to the child, instead of what we had in the thread struct at last context switch. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| dscr_default_test.c | ||
| dscr_explicit_test.c | ||
| dscr_inherit_exec_test.c | ||
| dscr_inherit_test.c | ||
| dscr_sysfs_test.c | ||
| dscr_sysfs_thread_test.c | ||
| dscr_user_test.c | ||
| dscr.h | ||
| Makefile | ||