The quilt patch titled Subject: tools-mm-free-the-allocated-memory-fix has been removed from the -mm tree. Its filename was tools-mm-free-the-allocated-memory-fix.patch This patch was dropped because it was folded into tools-mm-free-the-allocated-memory.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: tools-mm-free-the-allocated-memory-fix Date: Wed Oct 23 07:26:22 PM PDT 2024 fix whitespace Cc: Liu Jing <liujing@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/mm/page_owner_sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/mm/page_owner_sort.c~tools-mm-free-the-allocated-memory-fix +++ a/tools/mm/page_owner_sort.c @@ -377,7 +377,7 @@ static char *get_comm(char *buf) if (errno != 0) { if (debug_on) fprintf(stderr, "wrong comm in follow buf:\n%s\n", buf); - free (comm_str); + free(comm_str); return NULL; } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-page_alloc-keep-track-of-free-highatomic-fix.patch mm-refactor-arch_calc_vm_flag_bits-and-arm64-mte-handling-fix.patch mm-fix-__wp_page_copy_user-fallback-path-for-remote-mm-fix.patch mm-memoryc-remove-stray-newline-at-top-of-file.patch tools-mm-free-the-allocated-memory.patch memcg-v1-no-need-for-memcg-locking-for-mglru-fix.patch mm-vma-the-pgoff-is-correct-if-can_merge_right-fix.patch memcg-workingset-remove-folio_memcg_rcu-usage-fix.patch bootmem-stop-using-page-index-fix.patch vma-detect-infinite-loop-in-vma-tree-fix.patch maple_tree-add-a-test-checking-storing-null-fix.patch fs-proc-kcorec-fix-coccinelle-reported-error-instances-fix.patch