]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'slab-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 3 May 2026 15:19:57 +0000 (08:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 3 May 2026 15:19:57 +0000 (08:19 -0700)
commit811129272de4f91da34f869ae1a1dd1fe608f64f
treece815cc9a53454a0ab4b6ac756bb348c07d8ab91
parentcffcf520fd69fe5a93b519cf0c7ccc5e467fcb1c
parent5b31044e649e3e54c2caef135c09b371c2fbcd08
Merge tag 'slab-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab

Pull slab fixes from Vlastimil Babka:

 - Stable fixes for CONFIG_SMP=n where _nolock() allocations in NMI both
   at kmalloc and page allocator levels are not properly protected by
   the spin_trylock() semantics on !SMP (Harry Yoo)

* tag 'slab-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
  mm/slab: return NULL early from kmalloc_nolock() in NMI on UP
  mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UP
mm/page_alloc.c