]> 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)
commit69eee209f9c0a09417283806a300ad18bf354bad
treebb8f7481616093cd4b9156e1f518f485f331bd5a
parent6155b45988a9febb10c8d9821139257c02797d6e
parent89b73b3ba3b8119637eafdb2dc92da0fd149a3f0
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