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(-)