Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'locking_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking fix from Borislav Petkov:

- Fix a build error with clang 11

* tag 'locking_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
locking: Fix qspinlock/x86 inline asm error

+1 -1
+1 -1
arch/x86/include/asm/qspinlock_paravirt.h
··· 37 37 * rsi = lockval (second argument) 38 38 * rdx = internal variable (set to 0) 39 39 */ 40 - asm (".pushsection .spinlock.text;" 40 + asm (".pushsection .spinlock.text, \"ax\";" 41 41 ".globl " PV_UNLOCK ";" 42 42 ".type " PV_UNLOCK ", @function;" 43 43 ".align 4,0x90;"