]> Git Repo - linux.git/commitdiff
Merge tag 'locking-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <[email protected]>
Sun, 10 May 2020 18:39:31 +0000 (11:39 -0700)
committerLinus Torvalds <[email protected]>
Sun, 10 May 2020 18:39:31 +0000 (11:39 -0700)
Pull locking fix from Thomas Gleixner:
 "A single fix for the fallout of the recent futex uacess rework.

  With those changes GCC9 fails to analyze arch_futex_atomic_op_inuser()
  correctly and emits a 'maybe unitialized' warning. While we usually
  ignore compiler stupidity the conditional store is pointless anyway
  because the correct case has to store. For the fault case the extra
  store does no harm"

* tag 'locking-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  ARM: futex: Address build warning


Trivial merge
This page took 0.0495910000000001 seconds and 4 git commands to generate.