public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86, mpx: Fixes for 3.19
@ 2014-12-22 20:08 Dave Hansen
  2014-12-22 20:08 ` [PATCH 1/2] x86, mpx: explicitly disable 32-bit MPX support on 64-bit kernels Dave Hansen
  2014-12-22 20:08 ` [PATCH 2/2] x86 mpx: fix potential performance issue on unmaps Dave Hansen
  0 siblings, 2 replies; 10+ messages in thread
From: Dave Hansen @ 2014-12-22 20:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: tglx, x86, Dave Hansen

Andi Lutomirski noticed that the current 3.19 code doesn't support
32-bit binaries on 64-bit kernels, but that it is not explicitly
disabled.

I've also noticed a small performance regression that MPX was causing
in some circumstances.  The fix is simple.

 include/asm/mmu_context.h |   20 +++++++++++++++++++-
 mm/mpx.c                  |    6 ++++++
 2 files changed, 25 insertions(+), 1 deletion(-)


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

end of thread, other threads:[~2015-01-09 18:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-22 20:08 [PATCH 0/2] x86, mpx: Fixes for 3.19 Dave Hansen
2014-12-22 20:08 ` [PATCH 1/2] x86, mpx: explicitly disable 32-bit MPX support on 64-bit kernels Dave Hansen
2014-12-22 20:17   ` Andy Lutomirski
2014-12-22 20:21     ` Dave Hansen
2014-12-22 20:27       ` Andy Lutomirski
2014-12-23  9:19         ` Ingo Molnar
2014-12-23 18:48           ` Andy Lutomirski
2014-12-22 20:08 ` [PATCH 2/2] x86 mpx: fix potential performance issue on unmaps Dave Hansen
2014-12-23  9:14   ` Ingo Molnar
2015-01-09 18:47     ` Dave Hansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox