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
File Mode Size
.gitignore -rw-r--r-- 99 bytes
Kconfig -rw-r--r-- 4.8 KB
Makefile -rw-r--r-- 3.2 KB
blacklist.c -rw-r--r-- 5.7 KB
blacklist.h -rw-r--r-- 135 bytes
blacklist_hashes.c -rw-r--r-- 166 bytes
blacklist_nohashes.c -rw-r--r-- 122 bytes
common.c -rw-r--r-- 1.2 KB
common.h -rw-r--r-- 216 bytes
default_x509.genkey -rw-r--r-- 407 bytes
extract-cert.c -rw-r--r-- 3.5 KB
revocation_certificates.S -rw-r--r-- 495 bytes
system_certificates.S -rw-r--r-- 1.1 KB
system_keyring.c -rw-r--r-- 8.5 KB

back to top