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>] [day] [month] [year] [list]
Message-ID: <3154387b-c045-401e-800c-f5d05be033e4@suse.cz>
Date: Fri, 17 Jan 2025 15:13:18 +0100
From: Vlastimil Babka <vbabka@...e.cz>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: David Rientjes <rientjes@...gle.com>, Christoph Lameter <cl@...ux.com>,
 Andrew Morton <akpm@...ux-foundation.org>,
 "linux-mm@...ck.org" <linux-mm@...ck.org>,
 LKML <linux-kernel@...r.kernel.org>,
 Roman Gushchin <roman.gushchin@...ux.dev>,
 Hyeonggon Yoo <42.hyeyoo@...il.com>,
 "Uladzislau Rezki (Sony)" <urezki@...il.com>, RCU <rcu@...r.kernel.org>
Subject: [GIT PULL] slab updates for 6.14

Hi Linus,

please pull the latest slab updates from:

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

There's a small conflict with the mm tree:
https://lore.kernel.org/all/20241216152721.15c5864d@canb.auug.org.au/

Thanks,
Vlastimil

======================================

* Move the kfree_rcu() implementation from RCU to SLAB subsystem
  (Uladzislau Rezki)

  The kfree_rcu() implementation has been historically maintained in the RCU
  subsystem. At LSF/MM we agreed to move it to SLAB, where it more logically
  belongs to. The batching is planned be more integrated with SLUB internals in
  the future, while using the RCU APIs like any other subsystem.

* Fix for kernel-doc warning (Randy Dunlap)

----------------------------------------------------------------
Randy Dunlap (1):
      mm/slab: fix kernel-doc func param names

Uladzislau Rezki (Sony) (5):
      rcu/kvfree: Initialize kvfree_rcu() separately
      rcu/kvfree: Move some functions under CONFIG_TINY_RCU
      rcu/kvfree: Adjust names passed into trace functions
      rcu/kvfree: Adjust a shrinker name
      mm/slab: Move kvfree_rcu() into SLAB

Vlastimil Babka (1):
      Merge branch 'slab/for-6.14/kfree_rcu_move' into slab/for-next

 include/linux/slab.h |   1 +
 init/main.c          |   1 +
 kernel/rcu/tree.c    | 876 --------------------------------------------------
 mm/slab.h            |   4 +-
 mm/slab_common.c     | 880 +++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 884 insertions(+), 878 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ