All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Stuff for 4.2 (including a revert)
@ 2015-08-17 19:22 Andy Lutomirski
  2015-08-17 19:22 ` [PATCH 1/3] Revert "sched/x86_64: Don't save flags on context switch" Andy Lutomirski
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andy Lutomirski @ 2015-08-17 19:22 UTC (permalink / raw)
  To: security, linux-kernel, x86; +Cc: Andy Lutomirski

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-08-19  7:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17 19:22 [PATCH 0/3] Stuff for 4.2 (including a revert) Andy Lutomirski
2015-08-17 19:22 ` [PATCH 1/3] Revert "sched/x86_64: Don't save flags on context switch" Andy Lutomirski
2015-08-19  7:09   ` [tip:x86/asm] Revert "sched/x86_64: Don' t " tip-bot for Andy Lutomirski
2015-08-17 19:22 ` [PATCH 2/3] selftests/x86: Disable sigreturn_64 Andy Lutomirski
2015-08-19  7:09   ` [tip:x86/asm] " tip-bot for Andy Lutomirski
2015-08-17 19:22 ` [PATCH 3/3] selftests/x86: Add syscall_nt selftest Andy Lutomirski
2015-08-19  7:10   ` [tip:x86/asm] " tip-bot for Andy Lutomirski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.