Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1208831

[PATCH 0/3] Stuff for 4.2 (including a revert)

From Andy Lutomirski <luto@kernel.org>
Newsgroups linux.kernel
Subject [PATCH 0/3] Stuff for 4.2 (including a revert)
Date 2015-08-17 21:30 +0200
Message-ID <pYygx-8f8-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Stuff for 4.2 (including a revert) Andy Lutomirski <luto@kernel.org> - 2015-08-17 21:30 +0200
  [PATCH 3/3] selftests/x86: Add syscall_nt selftest Andy Lutomirski <luto@kernel.org> - 2015-08-17 21:30 +0200
    [tip:x86/asm] selftests/x86: Add syscall_nt selftest tip-bot for Andy Lutomirski <tipbot@zytor.com> - 2015-08-19 09:20 +0200

csiph-web