Hi all- Patch 1 is a revert, Cc'd to stable. I haven't tried to write a real test for the bug, but the code definitely looks buggy. I intent to fix it for real as part of converting more of the syscall entry code to C, but this is a better fix for now.
Patch 2 fixes selftests fallout from the sigcontext revert. Patch 3 is a new test that I thought I added but apparently didn't. It's probably 4.3 material, but it's related to patch 1, so I'm sending them together. Andy Lutomirski (3): Revert "sched/x86_64: Don't save flags on context switch" selftests/x86: Disable sigreturn_64 selftests/x86: Add syscall_nt selftest arch/x86/include/asm/switch_to.h | 12 +++---- tools/testing/selftests/x86/Makefile | 4 +-- tools/testing/selftests/x86/syscall_nt.c | 54 ++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 10 deletions(-) create mode 100644 tools/testing/selftests/x86/syscall_nt.c -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

