The patch titled Subject: ksm-unstable_tree_search_insert-error-checking-cleanup-v2 has been added to the -mm tree. Its filename is ksm-unstable_tree_search_insert-error-checking-cleanup-v2.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ksm-unstable_tree_search_insert-error-checking-cleanup-v2.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ksm-unstable_tree_search_insert-error-checking-cleanup-v2.patch 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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrea Arcangeli <aarcange@xxxxxxxxxx> Subject: ksm-unstable_tree_search_insert-error-checking-cleanup-v2 Signed-off-by: Andrea Arcangeli <aarcange@xxxxxxxxxx> Acked-by: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Petr Holasek <pholasek@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/ksm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN mm/ksm.c~ksm-unstable_tree_search_insert-error-checking-cleanup-v2 mm/ksm.c --- a/mm/ksm.c~ksm-unstable_tree_search_insert-error-checking-cleanup-v2 +++ a/mm/ksm.c @@ -475,7 +475,8 @@ static struct page *get_mergeable_page(s flush_dcache_page(page); } else { put_page(page); -out: page = NULL; +out: + page = NULL; } up_read(&mm->mmap_sem); return page; _ Patches currently in -mm which might be from aarcange@xxxxxxxxxx are ksm-add-cond_resched-to-the-rmap_walks.patch ksm-dont-fail-stable-tree-lookups-if-walking-over-stale-stable_nodes.patch ksm-dont-fail-stable-tree-lookups-if-walking-over-stale-stable_nodes-v2.patch ksm-use-the-helper-method-to-do-the-hlist_empty-check.patch ksm-use-find_mergeable_vma-in-try_to_merge_with_ksm_page.patch ksm-use-find_mergeable_vma-in-try_to_merge_with_ksm_page-v2.patch ksm-unstable_tree_search_insert-error-checking-cleanup.patch ksm-unstable_tree_search_insert-error-checking-cleanup-v2.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html