Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1482013
| From | Andy Lutomirski <luto@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] x86/64: espfix64 cleanups and testing |
| Date | 2016-09-13 00:10 +0200 |
| Message-ID | <sgHAl-172-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This tidies up ESPFIX a bit and improves the test case slightly. Andy Lutomirski (2): selftests/x86/sigreturn: Use CX, not AX, as the scratch register x86/entry/64: Clean up and document espfix64 stack setup arch/x86/entry/entry_64.S | 64 +++++++++++++++++++++++++++------ tools/testing/selftests/x86/sigreturn.c | 16 ++++----- 2 files changed, 61 insertions(+), 19 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] x86/64: espfix64 cleanups and testing Andy Lutomirski <luto@kernel.org> - 2016-09-13 00:10 +0200
[PATCH 1/2] selftests/x86/sigreturn: Use CX, not AX, as the scratch register Andy Lutomirski <luto@kernel.org> - 2016-09-13 00:10 +0200
[tip:x86/asm] selftests/x86/sigreturn: Use CX, not AX, as the scratch register tip-bot for Andy Lutomirski <tipbot@zytor.com> - 2016-09-14 00:10 +0200
Re: [PATCH 0/2] x86/64: espfix64 cleanups and testing Borislav Petkov <bp@alien8.de> - 2016-09-13 11:10 +0200
csiph-web