Merge branch 'slab/for-6.1/common_kmalloc' into slab/for-next
authorVlastimil Babka <vbabka@suse.cz>
Fri, 23 Sep 2022 08:32:02 +0000 (10:32 +0200)
committerVlastimil Babka <vbabka@suse.cz>
Fri, 23 Sep 2022 08:32:02 +0000 (10:32 +0200)
commit3662c13ec62ad7fcd313395040bd691b36136940
tree8ae2f69295385dcb96b920ee204c110851c76fe8
parent0467ca385f406e1cdfee92f86b1a26c3bcf7cdb3
parentd5eff736902d5565a24f1b571b5987b3e5ee9a5b
Merge branch 'slab/for-6.1/common_kmalloc' into slab/for-next

The "common kmalloc v4" series [1] by Hyeonggon Yoo.

- Improves the mm/slab_common.c wrappers to allow deleting duplicated
  code between SLAB and SLUB.
- Large kmalloc() allocations in SLAB are passed to page allocator like
  in SLUB, reducing number of kmalloc caches.
- Removes the {kmem_cache_alloc,kmalloc}_node variants of tracepoints,
  node id parameter added to non-_node variants.
- 8 files changed, 341 insertions(+), 651 deletions(-)

[1] https://lore.kernel.org/all/20220817101826.236819-1-42.hyeyoo@gmail.com/

--
Merge resolves trivial conflict in mm/slub.c with commit 5373b8a09d6e
("kasan: call kasan_malloc() from __kmalloc_*track_caller()")
mm/slab_common.c
mm/slub.c