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:   Mon, 1 Aug 2022 12:29:48 +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 for 5.20/6.0

Linus,

please pull the latest slab changes from

  git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-5.20_or_6.0

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

- An addition of 'accounted' flag to slab allocation tracepoints to indicate
  memcg_kmem accounting, by Vasily.

- An optimization of memcg handling in freeing paths, by Muchun.

- Various smaller fixes and cleanups.

Thanks,
Vlastimil

----------------------------------------------------------------
Hyeonggon Yoo (2):
      mm/sl[au]b: use own bulk free function when bulk alloc failed
      mm/slab_common: move generic bulk alloc/free functions to SLOB

Jiapeng Chong (1):
      mm, slab: fix bad alignments

Muchun Song (1):
      mm: slab: optimize memcg_slab_free_hook()

Stéphane Graber (1):
      tools/vm/slabinfo: Handle files in debugfs

Vasily Averin (1):
      mm/tracing: add 'accounted' entry into output of allocation tracepoints

Xiongwei Song (1):
      mm/slub: Simplify __kmem_cache_alias()

 include/trace/events/kmem.h | 40 +++++++++++-------
 mm/slab.c                   | 20 ++++-----
 mm/slab.h                   | 39 ++++--------------
 mm/slab_common.c            | 36 ++---------------
 mm/slob.c                   | 33 +++++++++++----
 mm/slub.c                   | 98 +++++++++++++++++----------------------------
 tools/vm/slabinfo.c         | 26 +++++++++++-
 7 files changed, 134 insertions(+), 158 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ