Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 asm updates from Borislav Petkov: "Two asm wrapper fixes: - Use XORL instead of XORQ to avoid a REX prefix and save some bytes in the .fixup section, by Uros Bizjak. - Replace __force_order dummy variable with a memory clobber to fix LLVM requiring a definition for former and to prevent memory accesses from still being cached/reordered, by Arvind Sankar" * tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/asm: Replace __force_order with a memory clobber x86/uaccess: Use XORL %0,%0 in __get_user_asm()
No related branches found
No related tags found
Showing
- arch/x86/boot/compressed/pgtable_64.c 0 additions, 9 deletionsarch/x86/boot/compressed/pgtable_64.c
- arch/x86/include/asm/special_insns.h 15 additions, 13 deletionsarch/x86/include/asm/special_insns.h
- arch/x86/include/asm/uaccess.h 1 addition, 1 deletionarch/x86/include/asm/uaccess.h
- arch/x86/kernel/cpu/common.c 2 additions, 2 deletionsarch/x86/kernel/cpu/common.c
Please register or sign in to comment