[PATCH 0/4] supplement of slab removal

From: sxwjean
Date: Mon Nov 20 2023 - 04:20:31 EST


From: Xiongwei Song <xiongwei.song@xxxxxxxxxxxxx>

Hi,

These patches are based on [1] and repo [2], so they are supplement of slab
removal. There is no functionality changed.

[1] https://lore.kernel.org/linux-mm/20231113191340.17482-22-vbabka@xxxxxxx/T/#t
[2] https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git/log/?h=slab-remove-slab-v1r4

Xiongwei Song (4):
Documentation: kernel-parameters: remove slab_max_order
mm/slab: remove slab_nomrege and slab_merge
mm/slab: make calculate_alignment() public
mm/slab: move slab merge from slab_common.c to slub.c

.../admin-guide/kernel-parameters.txt | 17 +--
mm/Kconfig | 2 +-
mm/slab.h | 5 +-
mm/slab_common.c | 103 +-----------------
mm/slub.c | 100 ++++++++++++++++-
5 files changed, 105 insertions(+), 122 deletions(-)

--
2.34.1