From: Bjorn Helgaas Date: Thu, 27 Mar 2025 18:14:51 +0000 (-0500) Subject: Merge branch 'pci/controller/vmd' X-Git-Tag: v6.15-rc1~119^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a80b04dffe1c3180422c8f043c59b2f8021f98a0;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'pci/controller/vmd' - Convert vmd_dev.cfg_lock from spinlock_t to raw_spinlock_t so pci_ops.read() will never sleep, even on PREEMPT_RT where spinlock_t becomes a sleepable lock (Ryo Takakura) * pci/controller/vmd: PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type --- a80b04dffe1c3180422c8f043c59b2f8021f98a0