Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: - Free shmem backing storage for SGX enclave pages when those are swapped back into EPC memory - Prevent do_int3() from being kprobed, to avoid recursion - Remap setup_data and setup_indirect structures properly when accessing their members - Correct the alternatives patching order for modules too * tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/sgx: Free backing memory after faulting the enclave page x86/traps: Mark do_int3() NOKPROBE_SYMBOL x86/boot: Add setup_indirect support in early_memremap_is_setup_data() x86/boot: Fix memremap of setup_indirect structures x86/module: Fix the paravirt vs alternative order
No related branches found
No related tags found
Showing
- arch/x86/kernel/cpu/sgx/encl.c 48 additions, 9 deletionsarch/x86/kernel/cpu/sgx/encl.c
- arch/x86/kernel/e820.c 30 additions, 11 deletionsarch/x86/kernel/e820.c
- arch/x86/kernel/kdebugfs.c 28 additions, 9 deletionsarch/x86/kernel/kdebugfs.c
- arch/x86/kernel/ksysfs.c 61 additions, 16 deletionsarch/x86/kernel/ksysfs.c
- arch/x86/kernel/module.c 8 additions, 5 deletionsarch/x86/kernel/module.c
- arch/x86/kernel/setup.c 27 additions, 7 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/traps.c 1 addition, 0 deletionsarch/x86/kernel/traps.c
- arch/x86/mm/ioremap.c 51 additions, 6 deletionsarch/x86/mm/ioremap.c
Loading
Please register or sign in to comment