PT-2026-37593
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: move wait on sem out of spinlock With iommu.strict=1, the existing completion wait path can cause soft lockups under stressed environment, as wait on sem busy-waits under the spinlock with interrupts disabled. Move the...