]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 20 Aug 2022 18:20:37 +0000 (11:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 20 Aug 2022 18:20:37 +0000 (11:20 -0700)
commitd945e3a43f713dd14bdf6a2715042983b769ff07
tree9cfe7db2f7c286a938a5c14ce417b69dc6d10b5b
parent257b5129599301c2de0fe87aedf51f670502406c
parent127f416a6ea740cb623136f71f8570a67f25f891
Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fixes from Michael Ellerman:

 - Fix atomic sleep warnings at boot due to get_phb_number() taking a
   mutex with a spinlock held on some machines.

 - Add missing PMU selftests to .gitignores.

Thanks to Guenter Roeck and Russell Currey.

* tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
  selftests/powerpc: Add missing PMU selftests to .gitignores
  powerpc/pci: Fix get_phb_number() locking