From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Steven Rostedt In-Reply-To: References: <1300370936.16880.96.camel@gandalf.stny.rr.com> Content-Type: text/plain; charset="ISO-8859-15" Date: Thu, 17 Mar 2011 10:31:42 -0400 Message-ID: <1300372302.16880.121.camel@gandalf.stny.rr.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Subject: Re: um: WARNING: at kernel/futex.c:786 __unqueue_futex To: richard -rw- weinberger Cc: laijs@cn.fujitsu.com, LKML , user-mode-linux-devel@lists.sourceforge.net, dvhart@linux.intel.com List-ID: On Thu, 2011-03-17 at 15:27 +0100, richard -rw- weinberger wrote: > BTW: When using WARN_ON_SMP() the if-statement in __unqueue_futex > will not longer work. > > WARN_ON_SMP() is defined as "do { } while (0)" on non CONFIG_SMP systems. Good point. We probably should fix that too. -- Steve