CVE-2026-89514
scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlock
CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th
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.
| Vendor | linux |
| Product | linux |
| Ecosystems | |
| Industries | Technology |
| Published | Sep 11, 2026 |
Stay Ahead of the Next One
Get instant alerts for linux linux
Be the first to know when new unknown vulnerabilities affecting linux linux are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
Affected Versions
Linux / Linux
098585aa8acab3fcd46ce908af84ef168f5ccab6 < c4ade059aaeb51fdb3f4ae71e1ea3e2019b85178 098585aa8acab3fcd46ce908af84ef168f5ccab6 < d86f65aed01408613607f8fc31493f07554788f2 098585aa8acab3fcd46ce908af84ef168f5ccab6 < 9639c6324524ea3f934908bd51f02430000954ab
Linux / Linux
6.14