PT-2026-90230 · Linux · Linux

CVE-2026-89514

·

Published

2026-09-11

·

Updated

2026-09-11

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
scsi: fnic: Use GFP ATOMIC for VLAN alloc under spinlock
fnic fcoe process vlan resp() allocates a VLAN descriptor with kzalloc obj() (default GFP KERNEL) while holding vlans lock via spin lock irqsave(). GFP KERNEL may sleep, which is not allowed in this atomic context and can trigger a sleeping-from-invalid-context warning or deadlock.
Pass GFP ATOMIC so the allocation is safe under the IRQ-safe spinlock.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-89514

Affected Products

Linux