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
Kconfig -rw-r--r-- 76.5 KB
Makefile -rw-r--r-- 1.1 KB
calibrate.c -rw-r--r-- 8.6 KB
do_mounts.c -rw-r--r-- 15.6 KB
do_mounts.h -rw-r--r-- 908 bytes
do_mounts_initrd.c -rw-r--r-- 3.4 KB
do_mounts_rd.c -rw-r--r-- 7.7 KB
init_task.c -rw-r--r-- 6.1 KB
initramfs.c -rw-r--r-- 16.4 KB
main.c -rw-r--r-- 39.6 KB
noinitramfs.c -rw-r--r-- 862 bytes
version.c -rw-r--r-- 1.1 KB

back to top