Merge tag 'sound-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[platform/kernel/linux-starfive.git] / mm / slab.c
index 8819439..9ad3d0f 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -1670,7 +1670,7 @@ static size_t calculate_slab_order(struct kmem_cache *cachep,
                        if (freelist_size > KMALLOC_MAX_CACHE_SIZE) {
                                freelist_cache_size = PAGE_SIZE << get_order(freelist_size);
                        } else {
-                               freelist_cache = kmalloc_slab(freelist_size, 0u);
+                               freelist_cache = kmalloc_slab(freelist_size, 0u, _RET_IP_);
                                if (!freelist_cache)
                                        continue;
                                freelist_cache_size = freelist_cache->size;