mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dave Hansen <dave.hansen@intel.com>
To: the arch/x86 maintainers <x86@kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Andy Lutomirski <luto@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>
Subject: [GIT PULL] x86: remove Intel MPX
Date: Wed, 5 Dec 2018 08:44:43 -0800	[thread overview]
Message-ID: <7de5232f-4bc1-5c85-00d5-cb646462577f@intel.com> (raw)

Hi x86 maintainers,

Please pull from:

 	git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpx.git mpx-remove

There is only one commit, removing the Intel MPX implementation from the
tree.  The benefits of keeping the feature in the tree are not worth the
ongoing maintenance cost.

I updated this branch for 4.20-rc4 and it has passed all of the normal
0-day compile tests.

--

 Documentation/x86/intel_mpx.txt             |  244 ----
 arch/x86/Kconfig                            |   28 -
 arch/x86/include/asm/bugs.h                 |    6 -
 arch/x86/include/asm/disabled-features.h    |    8 +-
 arch/x86/include/asm/fpu/xstate.h           |    4 +-
 arch/x86/include/asm/mmu.h                  |    4 -
 arch/x86/include/asm/mmu_context.h          |   31 -
 arch/x86/include/asm/mpx.h                  |  115 --
 arch/x86/include/asm/processor.h            |   18 -
 arch/x86/include/asm/trace/mpx.h            |  134 ---
 arch/x86/kernel/cpu/common.c                |   18 -
 arch/x86/kernel/cpu/cpuid-deps.c            |    1 -
 arch/x86/kernel/cpu/intel.c                 |   37 -
 arch/x86/kernel/fpu/xstate.c                |    6 +-
 arch/x86/kernel/setup.c                     |    2 -
 arch/x86/kernel/sys_x86_64.c                |    9 -
 arch/x86/kernel/traps.c                     |   74 --
 arch/x86/kvm/cpuid.c                        |   13 +-
 arch/x86/kvm/cpuid.h                        |    1 -
 arch/x86/kvm/svm.c                          |    6 -
 arch/x86/kvm/vmx.c                          |   60 +-
 arch/x86/kvm/x86.c                          |   25 -
 arch/x86/kvm/x86.h                          |    3 +-
 arch/x86/mm/Makefile                        |    1 -
 arch/x86/mm/hugetlbpage.c                   |    5 -
 arch/x86/mm/mpx.c                           |  936 ----------------
 fs/exec.c                                   |    1 -
 include/asm-generic/mm_hooks.h              |   11 -
 include/uapi/linux/prctl.h                  |    2 +-
 kernel/sys.c                                |   13 +-
 mm/mmap.c                                   |    6 -
 tools/testing/selftests/x86/mpx-debug.h     |   15 -
 tools/testing/selftests/x86/mpx-dig.c       |  499 ---------
 tools/testing/selftests/x86/mpx-hw.h        |  124 --
 tools/testing/selftests/x86/mpx-mini-test.c | 1616 --------------------
 tools/testing/selftests/x86/mpx-mm.h        |   10 -
 36 files changed, 13 insertions(+), 4073 deletions(-)
 delete mode 100644 Documentation/x86/intel_mpx.txt
 delete mode 100644 arch/x86/include/asm/mpx.h
 delete mode 100644 arch/x86/include/asm/trace/mpx.h
 delete mode 100644 arch/x86/mm/mpx.c
 delete mode 100644 tools/testing/selftests/x86/mpx-debug.h
 delete mode 100644 tools/testing/selftests/x86/mpx-dig.c
 delete mode 100644 tools/testing/selftests/x86/mpx-hw.h
 delete mode 100644 tools/testing/selftests/x86/mpx-mini-test.c
 delete mode 100644 tools/testing/selftests/x86/mpx-mm.h

             reply	other threads:[~2018-12-05 16:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05 16:44 Dave Hansen [this message]
2018-12-05 18:42 ` Konrad Rzeszutek Wilk
2018-12-05 18:50   ` Dave Hansen
2018-12-18 13:27 ` [tip:x86/mpx] x86: Remove " tip-bot for Dave Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7de5232f-4bc1-5c85-00d5-cb646462577f@intel.com \
    --to=dave.hansen@intel.com \
    --cc=bigeasy@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=peterz@infradead.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®