[PATCH 16/17] x86, mpx: allow mixed binaries again

From: Dave Hansen
Date: Wed Apr 22 2015 - 14:27:43 EST



From: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>

We explicitly disable allowing 32-bit binaries to enable
MPX on 64-bit kernels. Re-allow that.

Signed-off-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
---

b/arch/x86/mm/mpx.c | 6 ------
1 file changed, 6 deletions(-)

diff -puN arch/x86/mm/mpx.c~x86-mpx-allow-mixed-binaries-again arch/x86/mm/mpx.c
--- a/arch/x86/mm/mpx.c~x86-mpx-allow-mixed-binaries-again 2015-04-22 11:16:23.832073480 -0700
+++ b/arch/x86/mm/mpx.c 2015-04-22 11:16:23.836073661 -0700
@@ -370,12 +370,6 @@ static __user void *task_get_bounds_dir(
return MPX_INVALID_BOUNDS_DIR;

/*
- * 32-bit binaries on 64-bit kernels are currently
- * unsupported.
- */
- if (IS_ENABLED(CONFIG_X86_64) && test_thread_flag(TIF_IA32))
- return MPX_INVALID_BOUNDS_DIR;
- /*
* The bounds directory pointer is stored in a register
* only accessible if we first do an xsave.
*/
_
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/