From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederic Weisbecker Subject: Re: Lots of bugs with current->state = TASK_*INTERRUPTIBLE Date: Thu, 21 Jan 2010 11:59:42 +0100 Message-ID: <20100121105940.GC5017@nowhere> References: <1263932978.31321.53.camel@gandalf.stny.rr.com> <1263935333.4561.26.camel@frodo> <20100121105311.GB5017@nowhere> <1264071413.4283.1155.camel@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-fx0-f220.google.com ([209.85.220.220]:57706 "EHLO mail-fx0-f220.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754182Ab0AUK7r (ORCPT ); Thu, 21 Jan 2010 05:59:47 -0500 Content-Disposition: inline In-Reply-To: <1264071413.4283.1155.camel@laptop> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Peter Zijlstra Cc: Julia Lawall , Steven Rostedt , LKML , kernel-janitors , Andrew Morton , linux-arch@vger.kernel.org, Greg KH , Andy Whitcroft On Thu, Jan 21, 2010 at 11:56:53AM +0100, Peter Zijlstra wrote: > On Thu, 2010-01-21 at 11:53 +0100, Frederic Weisbecker wrote: > > > Looks fine as spin_unlock includes a memory barrier, IIRC. > > It doesn't actually, see Documentation/memory-barriers.txt > Doh!