The patch titled Subject: mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix has been added to the -mm mm-unstable branch. Its filename is mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix Date: Fri Nov 29 08:09:32 PM PST 2024 s/vfree/kvfree/, per Shakeel Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Roman Gushchin <roman.gushchin@xxxxxxxxx> Cc: Shakeel Butt <shakeel.butt@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/swap_cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/swap_cgroup.c~mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix +++ a/mm/swap_cgroup.c @@ -158,5 +158,5 @@ void swap_cgroup_swapoff(int type) ctrl->map = NULL; mutex_unlock(&swap_cgroup_mutex); - kvfree(map); + vfree(map); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are fs-proc-vmcorec-fix-warning-when-config_mmu=n.patch mm-mempolicy-fix-migrate_to_node-assuming-there-is-at-least-one-vma-in-a-mm-fix.patch mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix.patch mm-page_alloc-add-some-detailed-comments-in-can_steal_fallback-fix.patch drivers-iio-magnetometer-yamaha-yas530c-hack-around-build-error.patch