| Summary | In the Linux kernel, the following vulnerability has been resolved: mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UP On UP kernels (!CONFIG_SMP), spin_trylock() is a no-op that With CONFIG_DEBUG_SPINLOCK on UP, the following BUG is triggered with BUG: spinlock trylock failure on UP on CPU#0, kunit_try_catch/243 Fix this by returning NULL early when invoked from NMI on a UP kernel. |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | May 27, 2026, 11:48 p.m. |