]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Oct 2020 20:36:07 +0000 (13:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Oct 2020 20:36:07 +0000 (13:36 -0700)
commit605fbd4ec2e8e64ddc44ffad34e0550f32069d9c
tree78c03b03258c0ac5d7b9546acc2ba14e87e277fd
parent4efa5cd506531ee51b49f9250f985a54f09fdbd3
parent6ff00a45b2cce39813e1af464204ff0612981168
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()
arch/x86/include/asm/special_insns.h
arch/x86/include/asm/uaccess.h
arch/x86/kernel/cpu/common.c