The quilt patch titled Subject: assoc_array-fix-bug_on-during-garbage-collect-fix has been removed from the -mm tree. Its filename was assoc_array-fix-bug_on-during-garbage-collect-fix.patch This patch was dropped because it was folded into assoc_array-fix-bug_on-during-garbage-collect.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: assoc_array-fix-bug_on-during-garbage-collect-fix fix typo in printk Cc: David Howells <dhowells@xxxxxxxxxx> Cc: "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx> Cc: Len Baker <len.baker@xxxxxxx> Cc: Stephen Brennan <stephen.s.brennan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/assoc_array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/assoc_array.c~assoc_array-fix-bug_on-during-garbage-collect-fix +++ a/lib/assoc_array.c @@ -1610,7 +1610,7 @@ retry_compress: } if (retained && new_n->nr_leaves_on_branch < ASSOC_ARRAY_FAN_OUT) { - pr_devel("internal nodes remain despite neough space, retrying\n"); + pr_devel("internal nodes remain despite enough space, retrying\n"); goto retry_compress; } pr_devel("after: %lu\n", new_n->nr_leaves_on_branch); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are assoc_array-fix-bug_on-during-garbage-collect.patch mm-swap-avoid-calling-swp_swap_info-when-try-to-check-swp_stable_writes-fix.patch mm-swap-add-helper-swap_offset_available-fix.patch mm-swap-fix-the-comment-of-get_kernel_pages-fix.patch tmpfs-fix-undefined-behaviour-in-shmem_reconfigure-fix.patch mm-page_alloc-remotely-drain-per-cpu-lists-checkpatch-fixes.patch kexec_file-drop-weak-attribute-from-arch_kexec_apply_relocations-fix.patch linux-next-rejects.patch linux-next-git-rejects.patch mm-oom_killc-fix-vm_oom_kill_table-ifdeffery.patch