]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'irq_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Dec 2021 20:28:46 +0000 (12:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Dec 2021 20:28:46 +0000 (12:28 -0800)
commit2146d379ba7416f2b53a4184e8bf530b140f9cbb
treeb0ac244d506bc0764067dbd5de0e720e504d46a3
parent8dbe452d8bd9f6e511ad760e7ca778f70f545462
parent4924466e5cfe1e4e6e32a6d143ab1ea399bca0e7
Merge tag 'irq_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fixes from Borislav Petkov:

 - Clear the PCI_MSIX_FLAGS_MASKALL bit too on the error path so that it
   is restored to its reset state

 - Mask MSI-X vectors late on the init path in order to handle
   out-of-spec Marvell NVME devices which apparently look at the MSI-X
   mask even when MSI-X is disabled

* tag 'irq_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error
  PCI/MSI: Mask MSI-X vectors only on success