The patch titled radix-tree: RCU lockless readside (semicolon) has been removed from the -mm tree. Its filename is radix-tree-rcu-lockless-readside-semicolon.patch This patch was dropped because it was folded into radix-tree-rcu-lockless-readside.patch ------------------------------------------------------ Subject: radix-tree: RCU lockless readside (semicolon) From: Nick Piggin <nickpiggin@xxxxxxxxxxxx> And here's the patch. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- lib/radix-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/radix-tree.c~radix-tree-rcu-lockless-readside-semicolon lib/radix-tree.c --- a/lib/radix-tree.c~radix-tree-rcu-lockless-readside-semicolon +++ a/lib/radix-tree.c @@ -751,7 +751,7 @@ __lookup_tag(struct radix_tree_node *slo } shift -= RADIX_TREE_MAP_SHIFT; slot = rcu_dereference(slot->slots[i]); - if (slot == NULL); + if (slot == NULL) break; } out: _ Patches currently in -mm which might be from nickpiggin@xxxxxxxxxxxx are fix-longstanding-load-balancing-bug-in-the-scheduler.patch git-gfs2.patch radix-tree-rcu-lockless-readside.patch radix-tree-rcu-lockless-readside-semicolon.patch adix-tree-rcu-lockless-readside-update-tidy.patch adix-tree-rcu-lockless-readside-fix-3.patch radix-tree-cleanup-radix_tree_deref_slot-and.patch cleanup-radix_tree_derefreplace_slot-calling-conventions.patch cleanup-radix_tree_derefreplace_slot-calling-conventions-warning-fixes.patch mm-remove_mapping-safeness-fix.patch page-invalidation-cleanup.patch mm-micro-optimise-zone_watermark_ok.patch do_no_pfn.patch do_no_pfn-tweaks.patch mspec-driver.patch shared-page-table-for-hugetlb-page-v2.patch shared-page-table-for-hugetlb-page-v2-tidy.patch shared-page-table-for-hugetlb-page-v2-comments.patch do_sched_setscheduler-dont-take-tasklist_lock.patch introduce-is_rt_policy-helper.patch sched_setscheduler-fix-policy-checks.patch reparent_to_init-use-has_rt_policy.patch select_bad_process-kill-a-bogus-pf_dead-task_dead-check.patch oom_kill_task-cleanup-mm-checks.patch sched-remove-unnecessary-sched-group-allocations.patch sched-remove-unnecessary-sched-group-allocations-fix.patch lower-migration-thread-stop-machine-prio.patch sched-introduce-child-field-in-sched_domain.patch sched-cleanup-sched_group-cpu_power-setup.patch scheduler-numa-aware-placement-of-sched_group_allnodes.patch sched2-sched-domain-sysctl.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