Commit f6db358
committed
Merge tag 'slab-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Pull slab fixes from Vlastimil Babka:
- Fixes for several corner cases in error paths and debugging options,
related to the new kmalloc_nolock() functionality (Kuniyuki Iwashima,
Ran Xiaokai)
* tag 'slab-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
slub: Don't call lockdep_unregister_key() for immature kmem_cache.
slab: Fix using this_cpu_ptr() in preemptible context
slab: Add allow_spin check to eliminate kmemleak warnings1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2152 | 2152 | | |
2153 | 2153 | | |
2154 | 2154 | | |
2155 | | - | |
| 2155 | + | |
| 2156 | + | |
2156 | 2157 | | |
2157 | 2158 | | |
2158 | 2159 | | |
| |||
6431 | 6432 | | |
6432 | 6433 | | |
6433 | 6434 | | |
6434 | | - | |
| 6435 | + | |
| 6436 | + | |
| 6437 | + | |
6435 | 6438 | | |
| 6439 | + | |
6436 | 6440 | | |
6437 | 6441 | | |
6438 | 6442 | | |
6439 | 6443 | | |
6440 | 6444 | | |
6441 | 6445 | | |
6442 | | - | |
| 6446 | + | |
6443 | 6447 | | |
6444 | 6448 | | |
| 6449 | + | |
| 6450 | + | |
| 6451 | + | |
| 6452 | + | |
6445 | 6453 | | |
6446 | 6454 | | |
6447 | 6455 | | |
| |||
7693 | 7701 | | |
7694 | 7702 | | |
7695 | 7703 | | |
7696 | | - | |
| 7704 | + | |
| 7705 | + | |
7697 | 7706 | | |
7698 | 7707 | | |
7699 | 7708 | | |
| |||
0 commit comments