| 概要 | In the Linux kernel, the following vulnerability has been resolved: mm/slab: return NULL early from kmalloc_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. |
|---|---|
| 公表日 | 2026年5月27日23:17 |
| 登録日 | 2026年5月28日4:12 |
| 最終更新日 | 2026年5月27日23:48 |