projects
/
nvme.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6547faa
18056a4
)
Merge branch 'pci/controller/vmd'
author
Bjorn Helgaas <bhelgaas@google.com>
Thu, 27 Mar 2025 18:14:51 +0000
(13:14 -0500)
committer
Bjorn Helgaas <bhelgaas@google.com>
Thu, 27 Mar 2025 18:14:51 +0000
(13:14 -0500)
- 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
Trivial merge