Commit cd43b50
committed
Merge tag 'slab-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Pull slab updates from Vlastimil Babka:
"This time it's just a bunch of smaller cleanups and fixes for SLAB and
SLUB:
- Make it possible to use kmem_cache_alloc_bulk() early in boot when
interrupts are not yet enabled, as code doing that started to
appear via new maple tree users (Thomas Gleixner)
- Fix debugfs-related memory leak in SLUB (Greg Kroah-Hartman)
- Use the standard idiom to get head page of folio (SeongJae Park)
- Simplify and inline is_debug_pagealloc_cache() in SLAB (lvqian)
- Remove unused variable in SLAB (Gou Hao)"
* tag 'slab-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available early
mm/slub: fix memory leak with using debugfs_lookup()
mm/slab.c: cleanup is_debug_pagealloc_cache()
mm/sl{a,u}b: fix wrong usages of folio_page() for getting head pages
mm/slab: remove unused slab_early_init2 files changed
Lines changed: 22 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | 223 | | |
225 | 224 | | |
226 | 225 | | |
| |||
1249 | 1248 | | |
1250 | 1249 | | |
1251 | 1250 | | |
1252 | | - | |
1253 | | - | |
1254 | 1251 | | |
1255 | 1252 | | |
1256 | 1253 | | |
| |||
1389 | 1386 | | |
1390 | 1387 | | |
1391 | 1388 | | |
1392 | | - | |
| 1389 | + | |
1393 | 1390 | | |
1394 | 1391 | | |
1395 | 1392 | | |
| |||
1398 | 1395 | | |
1399 | 1396 | | |
1400 | 1397 | | |
1401 | | - | |
| 1398 | + | |
1402 | 1399 | | |
1403 | 1400 | | |
1404 | 1401 | | |
| |||
1413 | 1410 | | |
1414 | 1411 | | |
1415 | 1412 | | |
1416 | | - | |
| 1413 | + | |
1417 | 1414 | | |
1418 | | - | |
1419 | | - | |
1420 | | - | |
1421 | | - | |
1422 | | - | |
| 1415 | + | |
| 1416 | + | |
1423 | 1417 | | |
1424 | 1418 | | |
1425 | 1419 | | |
| |||
3479 | 3473 | | |
3480 | 3474 | | |
3481 | 3475 | | |
3482 | | - | |
3483 | 3476 | | |
| 3477 | + | |
| 3478 | + | |
3484 | 3479 | | |
3485 | 3480 | | |
3486 | 3481 | | |
3487 | 3482 | | |
3488 | 3483 | | |
3489 | | - | |
| 3484 | + | |
3490 | 3485 | | |
3491 | 3486 | | |
3492 | 3487 | | |
| |||
3495 | 3490 | | |
3496 | 3491 | | |
3497 | 3492 | | |
3498 | | - | |
| 3493 | + | |
3499 | 3494 | | |
3500 | 3495 | | |
3501 | 3496 | | |
| |||
3508 | 3503 | | |
3509 | 3504 | | |
3510 | 3505 | | |
3511 | | - | |
| 3506 | + | |
3512 | 3507 | | |
3513 | 3508 | | |
3514 | 3509 | | |
| |||
3610 | 3605 | | |
3611 | 3606 | | |
3612 | 3607 | | |
| 3608 | + | |
3613 | 3609 | | |
3614 | | - | |
| 3610 | + | |
3615 | 3611 | | |
3616 | 3612 | | |
3617 | 3613 | | |
| |||
3621 | 3617 | | |
3622 | 3618 | | |
3623 | 3619 | | |
3624 | | - | |
| 3620 | + | |
3625 | 3621 | | |
3626 | | - | |
| 3622 | + | |
3627 | 3623 | | |
3628 | 3624 | | |
3629 | 3625 | | |
| |||
3640 | 3636 | | |
3641 | 3637 | | |
3642 | 3638 | | |
3643 | | - | |
| 3639 | + | |
3644 | 3640 | | |
3645 | 3641 | | |
3646 | 3642 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2066 | 2066 | | |
2067 | 2067 | | |
2068 | 2068 | | |
2069 | | - | |
| 2069 | + | |
2070 | 2070 | | |
2071 | 2071 | | |
2072 | 2072 | | |
| |||
3913 | 3913 | | |
3914 | 3914 | | |
3915 | 3915 | | |
| 3916 | + | |
3916 | 3917 | | |
3917 | 3918 | | |
3918 | 3919 | | |
| |||
3921 | 3922 | | |
3922 | 3923 | | |
3923 | 3924 | | |
3924 | | - | |
| 3925 | + | |
3925 | 3926 | | |
3926 | 3927 | | |
3927 | 3928 | | |
| |||
3942 | 3943 | | |
3943 | 3944 | | |
3944 | 3945 | | |
3945 | | - | |
| 3946 | + | |
3946 | 3947 | | |
3947 | 3948 | | |
3948 | 3949 | | |
| |||
3956 | 3957 | | |
3957 | 3958 | | |
3958 | 3959 | | |
3959 | | - | |
| 3960 | + | |
3960 | 3961 | | |
3961 | 3962 | | |
3962 | 3963 | | |
| |||
3965 | 3966 | | |
3966 | 3967 | | |
3967 | 3968 | | |
3968 | | - | |
| 3969 | + | |
3969 | 3970 | | |
3970 | 3971 | | |
3971 | 3972 | | |
| |||
6449 | 6450 | | |
6450 | 6451 | | |
6451 | 6452 | | |
6452 | | - | |
| 6453 | + | |
6453 | 6454 | | |
6454 | 6455 | | |
6455 | 6456 | | |
| |||
0 commit comments