OSDN Git Service

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)
commit52a02554673122486ecb36c36387d91cf9544986
treebb8f7481616093cd4b9156e1f518f485f331bd5a
parent98f3e84f8df66f1ac9d04b6d8093993c9bfd69e6
parentba1366f3d039e7c3ca1fc29ed00ce3ed2b8fd32f
Merge tag 'irq-urgent-2022-02-27' of git://git./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