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]
Date:   Fri, 21 Apr 2023 10:39:03 +0200
From:   Vlastimil Babka <vbabka@...e.cz>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     David Rientjes <rientjes@...gle.com>,
        Joonsoo Kim <iamjoonsoo.kim@....com>,
        Christoph Lameter <cl@...ux.com>,
        Pekka Enberg <penberg@...nel.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        "linux-mm@...ck.org" <linux-mm@...ck.org>,
        LKML <linux-kernel@...r.kernel.org>, patches@...ts.linux.dev,
        Roman Gushchin <roman.gushchin@...ux.dev>,
        Hyeonggon Yoo <42.hyeyoo@...il.com>
Subject: [GIT PULL] slab updates for 6.4


Hi Linus,

with the assumption that there's no rc8 this time, here's the slab pull
request ahead of the 6.4 merge window. And if there is rc8 after all,
shouldn't matter. Please pull:

  git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.4

The main change is naturally the SLOB removal. Since its deprecation
in 6.2 I've seen no complaints so hopefully SLUB_(TINY) works well for
everyone and we can proceed.

Besides the code cleanup, the main immediate benefit will be allowing
kfree() family of function to work on kmem_cache_alloc() objects, which
was incompatible with SLOB. This includes kfree_rcu() which had no
kmem_cache_free_rcu() counterpart yet and now it shouldn't be necessary
anymore.

Besides that, there are several small code and comment improvements from
Thomas, Thorsten and Vernon.

----------------------------------------------------------------
Thomas Weißschuh (1):
      mm: slub: make kobj_type structure constant

Thorsten Scherer (1):
      slab: Adjust comment after refactoring of gfp.h

Vernon Yang (1):
      mm/slub: fix help comment of SLUB_DEBUG

Vlastimil Babka (8):
      mm/slob: remove CONFIG_SLOB
      mm, page_flags: remove PG_slob_free
      mm, pagemap: remove SLOB and SLQB from comments and documentation
      mm/slab: remove CONFIG_SLOB code from slab common code
      mm/slob: remove slob.c
      mm/slab: document kfree() as allowed for kmem_cache_alloc() objects
      Merge branch 'slab/for-6.4/trivial' into slab/for-next
      Merge branch 'slab/for-6.4/slob-removal' into slab/for-next

 Documentation/admin-guide/mm/pagemap.rst     |   6 +-
 Documentation/core-api/memory-allocation.rst |  17 +-
 fs/proc/page.c                               |   9 +-
 include/linux/page-flags.h                   |   4 -
 include/linux/rcupdate.h                     |   6 +-
 include/linux/slab.h                         |  41 +-
 init/Kconfig                                 |   2 +-
 kernel/configs/tiny.config                   |   1 -
 mm/Kconfig                                   |  22 -
 mm/Kconfig.debug                             |   6 +-
 mm/Makefile                                  |   2 -
 mm/slab.h                                    |  61 ---
 mm/slab_common.c                             |   7 +-
 mm/slob.c                                    | 757 ---------------------------
 mm/slub.c                                    |   2 +-
 tools/mm/page-types.c                        |   6 +-
 16 files changed, 32 insertions(+), 917 deletions(-)
 delete mode 100644 mm/slob.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ