summaryrefslogtreecommitdiffstats
tag namempx-remove-post-4.20 (a889b68fa05cd54f4f37067c12b679a509842cb0)
tag date2019-01-04 09:44:09 -0800
tagged byDave Hansen <dave.hansen@linux.intel.com>
tagged objectcommit aa37b16177...
downloadx86-mpx-mpx-remove-post-4.20.tar.gz
x86: remove Intel MPX
Unfortunately, GCC 9.1 is expected to be be released without support for MPX. This means that there was only a relatively small window where folks could have ever used MPX. It failed to gain wide adoption in the industry, and Linux was the only mainstream OS to ever support it widely. Support for the feature may also disappear on future processors. The benefits of keeping the feature in the tree is not worth the ongoing maintenance cost. This is an incremental, bisectable, set that removes MPX bit by bit. The only MPX code left in the kernel is the XSAVE state management which is currently still needed for guests that might use MPX. Keeping this code prevents breaking live migration between kernels which have MPX removed versus present. It was a fun run, but it's time for it to go. Adios, MPX! Cc: x86@kernel.org Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: Andy Lutomirski <luto@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org