[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1335469451.2775.64.camel@edumazet-glaptop>
Date: Thu, 26 Apr 2012 21:44:11 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Don Morris <don.morris@...com>
Cc: Waiman Long <Waiman.Long@...com>, cl@...ux-foundation.org,
penberg@...nel.org, mpm@...enic.com, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] slub: prevent validate_slab() error due to race
condition
On Thu, 2012-04-26 at 12:20 -0700, Don Morris wrote:
> Note that he sets n here, hence the if() block on 2458 can not
> be taken (!n fails) and the if(likely(!n)) is not taken for the
> same reason. As such, the code falls through to the returns for
> either the slab being empty (or not) where the node lock is
> released (2529 / 2543).
Ah yes, you're right, thanks for clarification.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists