]> git.baikalelectronics.ru Git - kernel.git/commit
x86/mpx: remove bounds exception code
authorDave Hansen <dave.hansen@linux.intel.com>
Thu, 23 Jan 2020 18:41:15 +0000 (10:41 -0800)
committerDave Hansen <dave.hansen@intel.com>
Thu, 23 Jan 2020 18:41:15 +0000 (10:41 -0800)
commit13a4f2e8e1e5a475d7adc14361880c48916715a6
tree76592fb190eada40e527c4791a76839d838c7f9a
parent14cbd51b96f8709c166b4cff6c2b939981af5537
x86/mpx: remove bounds exception code

From: Dave Hansen <dave.hansen@linux.intel.com>

MPX is being removed from the kernel due to a lack of support
in the toolchain going forward (gcc).

Remove the other user-visible ABI: signal handling.  This code
should basically have been inactive after the prctl()s were
removed, but there may be some small ABI remnants from this code.
Remove it.

Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: x86@kernel.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
arch/x86/kernel/traps.c