lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231120091214.150502-1-sxwjean@me.com>
Date:   Mon, 20 Nov 2023 17:12:10 +0800
From:   sxwjean@...com
To:     cl@...ux.com, penberg@...nel.org, rientjes@...gle.com,
        iamjoonsoo.kim@....com, vbabka@...e.cz, roman.gushchin@...ux.dev,
        42.hyeyoo@...il.com
Cc:     corbet@....net, linux-mm@...ck.org, linux-doc@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] supplement of slab removal

From: Xiongwei Song <xiongwei.song@...driver.com>

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@suse.cz/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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ