This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 35c222fd3236 Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/li [...] new 3a1255396b5a x86/alternatives: add missing insn.h include new 4ba68d000557 x86/mpx: remove build infrastructure new aa9ccb7b47f9 x86/mpx: remove bounds exception code new 42222eae17f7 mm: remove arch_bprm_mm_init() hook new 45fc24e89b7c x86/mpx: remove MPX from arch/x86 new ccaaaf6fe5a5 Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/ [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/x86/intel_mpx.rst | 252 --------- arch/powerpc/include/asm/mmu_context.h | 5 - arch/um/include/asm/mmu_context.h | 5 - arch/unicore32/include/asm/mmu_context.h | 5 - arch/x86/Kconfig | 28 - arch/x86/include/asm/bugs.h | 6 - arch/x86/include/asm/disabled-features.h | 8 +- arch/x86/include/asm/mmu.h | 4 - arch/x86/include/asm/mmu_context.h | 26 - arch/x86/include/asm/mpx.h | 116 ---- arch/x86/include/asm/processor.h | 18 - arch/x86/include/asm/trace/mpx.h | 134 ----- arch/x86/kernel/alternative.c | 1 + arch/x86/kernel/cpu/common.c | 18 - arch/x86/kernel/cpu/intel.c | 36 -- arch/x86/kernel/setup.c | 2 - arch/x86/kernel/sys_x86_64.c | 9 - arch/x86/kernel/traps.c | 74 --- arch/x86/mm/Makefile | 1 - arch/x86/mm/hugetlbpage.c | 5 - arch/x86/mm/mmap.c | 2 - arch/x86/mm/mpx.c | 938 ------------------------------- fs/exec.c | 1 - include/asm-generic/mm_hooks.h | 5 - 24 files changed, 2 insertions(+), 1697 deletions(-) delete mode 100644 Documentation/x86/intel_mpx.rst 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