+0
−4
Loading
mainline inclusion from mainline-v6.9-rc1 commit a6def11b6dcde5d8f1fcc9e2c0ae71399432b62e category: performance bugzilla: https://gitee.com/openeuler/kernel/issues/I9CSFJ CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a6def11b6dcde5d8f1fcc9e2c0ae71399432b62e -------------------------------- Since debug slab is processed by free_to_partial_list(), and only debug slab which has SLAB_STORE_USER flag would care about the full list, we can remove these unrelated full list manipulations from __slab_free(). Acked-by:Christoph Lameter (Ampere) <cl@linux.com> Reviewed-by:
Vlastimil Babka <vbabka@suse.cz> Signed-off-by:
Chengming Zhou <zhouchengming@bytedance.com> Signed-off-by:
Vlastimil Babka <vbabka@suse.cz> Signed-off-by:
ZhangPeng <zhangpeng362@huawei.com>