The patch titled Subject: lib-optimize-cpumask_local_spread-v3-fix has been removed from the -mm tree. Its filename was lib-optimize-cpumask_local_spread-v3-fix.patch This patch was dropped because it was folded into lib-optimize-cpumask_local_spread.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-optimize-cpumask_local_spread-v3-fix make spread_lock local to cpumask_local_spread() Cc: Anshuman Khandual <anshuman.khandual@xxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Mike Rapoport <rppt@xxxxxxxxxxxxx> Cc: Paul Burton <paul.burton@xxxxxxxx> Cc: Shaokun Zhang <zhangshaokun@xxxxxxxxxxxxx> Cc: yuqi jin <jinyuqi@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/cpumask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/cpumask.c~lib-optimize-cpumask_local_spread-v3-fix +++ a/lib/cpumask.c @@ -254,7 +254,6 @@ static unsigned int __cpumask_local_spre BUG(); } -static DEFINE_SPINLOCK(spread_lock); /** * cpumask_local_spread - select the i'th cpu with local numa cpu's first * @i: index number @@ -270,6 +269,7 @@ unsigned int cpumask_local_spread(unsign { static int node_dist[MAX_NUMNODES]; static bool used[MAX_NUMNODES]; + static DEFINE_SPINLOCK(spread_lock); unsigned long flags; int cpu, j, id; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are lib-optimize-cpumask_local_spread.patch