[GIT PULL] slab fix for 6.19-rc7
From: Vlastimil Babka
Date: Wed Jan 21 2026 - 05:57:41 EST
Hi Linus,
please pull the slab fix from:
git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.19-rc7
Thanks,
Vlastimil
======================================
- A stable fix for kmalloc_nolock() in non-preemptible contexts on
PREEMPT_RT (Swaraj Gaikwad)
----------------------------------------------------------------
The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:
Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.19-rc7
for you to fetch changes up to 99a3e3a1cfc93b8fe318c0a3a5cfb01f1d4ad53c:
slab: fix kmalloc_nolock() context check for PREEMPT_RT (2026-01-21 11:34:18 +0100)
----------------------------------------------------------------
Swaraj Gaikwad (1):
slab: fix kmalloc_nolock() context check for PREEMPT_RT
mm/slub.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)