]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'irq-urgent-2022-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Feb 2022 21:07:40 +0000 (13:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Feb 2022 21:07:40 +0000 (13:07 -0800)
commit080cc1fa5ab0b0a09a06c92243b0785ba8cd2b45
treebb8f7481616093cd4b9156e1f518f485f331bd5a
parent32b89e1c33a487761ef2e4ed089df8eefcf05a94
parentd5797b0f1c12dda5869576d4db44581f2c7ecf01
Merge tag 'irq-urgent-2022-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fix from Thomas Gleixner:
 "A single fix for a regression caused by the recent PCI/MSI rework
  which resulted in a recursive locking problem in the VMD driver.

  The cure is to cache the relevant information upfront instead of
  retrieving it at runtime"

* tag 'irq-urgent-2022-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  PCI: vmd: Prevent recursive locking on interrupt allocation