https://github.com/torvalds/linux
Revision 52a02554673122486ecb36c36387d91cf9544986 authored by Linus Torvalds on 27 February 2022, 21:07:40 UTC, committed by Linus Torvalds on 27 February 2022, 21:07:40 UTC
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
2 parent s 98f3e84 + ba1366f
History
Tip revision: 52a02554673122486ecb36c36387d91cf9544986 authored by Linus Torvalds on 27 February 2022, 21:07:40 UTC
Merge tag 'irq-urgent-2022-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 52a0255

back to top