Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: - Fix the MSI message data struct definition - Use local labels in the exception table macros to avoid symbol conflicts with clang LTO builds - A couple of fixes to objtool checking of the relatively newly added SLS and IBT code - Rename a local var in the WARN* macro machinery to prevent shadowing * tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/msi: Fix msi message data shadow struct x86/extable: Prefer local labels in .set directives x86,bpf: Avoid IBT objtool warning objtool: Fix SLS validation for kcov tail-call replacement objtool: Fix IBT tail-call detection x86/bug: Prevent shadowing in __WARN_FLAGS x86/mm/tlb: Revert retpoline avoidance approach
Showing
- arch/x86/include/asm/asm.h 10 additions, 10 deletionsarch/x86/include/asm/asm.h
- arch/x86/include/asm/bug.h 2 additions, 2 deletionsarch/x86/include/asm/bug.h
- arch/x86/include/asm/msi.h 11 additions, 8 deletionsarch/x86/include/asm/msi.h
- arch/x86/mm/tlb.c 5 additions, 32 deletionsarch/x86/mm/tlb.c
- arch/x86/net/bpf_jit_comp.c 1 addition, 0 deletionsarch/x86/net/bpf_jit_comp.c
- tools/objtool/check.c 25 additions, 5 deletionstools/objtool/check.c
Please register or sign in to comment