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


Groups > linux.kernel > #1586263

[PATCH 0/2] TSS incremental cleanups

From Andy Lutomirski <luto@kernel.org>
Newsgroups linux.kernel
Subject [PATCH 0/2] TSS incremental cleanups
Date 2017-02-22 16:40 +0100
Message-ID <tdHbj-3Iw-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi all-

These are incremental improvements.  I think they should go through
kvm.git since they are functionally KVM improvements and since the
code being improved is in kvm.git.

Andy Lutomirski (2):
  x86/asm: Tidy up TSS limit code
  selftests/x86: Add a basic selftest for ioperm

 arch/x86/include/asm/desc.h          |  18 ++--
 arch/x86/kernel/ioport.c             |   8 +-
 arch/x86/kernel/process.c            |   6 +-
 tools/testing/selftests/x86/Makefile |   2 +-
 tools/testing/selftests/x86/ioperm.c | 171 +++++++++++++++++++++++++++++++++++
 5 files changed, 193 insertions(+), 12 deletions(-)
 create mode 100644 tools/testing/selftests/x86/ioperm.c

-- 
2.9.3

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


Thread

[PATCH 0/2] TSS incremental cleanups Andy Lutomirski <luto@kernel.org> - 2017-02-22 16:40 +0100
  [PATCH 1/2] x86/asm: Tidy up TSS limit code Andy Lutomirski <luto@kernel.org> - 2017-02-22 16:40 +0100

csiph-web