The quilt patch titled Subject: alloc_tag-load-module-tags-into-separate-contiguous-memory-fix-fix has been removed from the -mm tree. Its filename was alloc_tag-load-module-tags-into-separate-contiguous-memory-fix-fix.patch This patch was dropped because it was folded into alloc_tag-load-module-tags-into-separate-contiguous-memory.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: alloc_tag-load-module-tags-into-separate-contiguous-memory-fix-fix Date: Sun Nov 3 08:26:32 PM PST 2024 update comment, per Dan Cc: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: Suren Baghdasaryan <surenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/alloc_tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/alloc_tag.c~alloc_tag-load-module-tags-into-separate-contiguous-memory-fix-fix +++ a/lib/alloc_tag.c @@ -260,7 +260,7 @@ static void *reserve_module_tags(struct unsigned long offset; void *ret = NULL; - /* If no tags return NULL */ + /* If no tags return error */ if (size < sizeof(struct alloc_tag)) return ERR_PTR(-EINVAL); _ 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 alloc_tag-load-module-tags-into-separate-contiguous-memory.patch tools-mm-free-the-allocated-memory-fix.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