From: Vlastimil Babka <vbabka@suse.cz>
Date: Fri, 23 Sep 2022 08:32:02 +0000 (+0200)
Subject: Merge branch 'slab/for-6.1/common_kmalloc' into slab/for-next
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3662c13ec62ad7fcd313395040bd691b36136940;p=linux.git

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

3662c13ec62ad7fcd313395040bd691b36136940