Merge tag 'locking-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Aug 2024 15:32:31 +0000 (08:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Aug 2024 15:32:31 +0000 (08:32 -0700)
commit3bc70ad12097c19cd6c687bc5b12c31da14b63f7
treea6d3c34172d0adb3de412b0d94be04ed2c4e121b
parentff58838015c14a12cb8c003b9d6fc062b49e8d9e
parent224fa3552029a3d14bec7acf72ded8171d551b88
Merge tag 'locking-urgent-2024-08-04' of git://git./linux/kernel/git/tip/tip

Pull locking fixes from Thomas Gleixner:
 "Two fixes for locking and jump labels:

   - Ensure that the atomic_cmpxchg() conditions are correct and
     evaluating to true on any non-zero value except 1. The missing
     check of the return value leads to inconsisted state of the jump
     label counter.

   - Add a missing type conversion in the paravirt spinlock code which
     makes loongson build again"

* tag 'locking-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  jump_label: Fix the fix, brown paper bags galore
  locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()