From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 5/6] [POWERPC] properly declare onstack completion in iseries veth From: Benjamin Herrenschmidt To: Christoph Hellwig In-Reply-To: <20080409083616.GA24712@lst.de> References: <20080409072230.C861EDDED0@ozlabs.org> <20080409083616.GA24712@lst.de> Content-Type: text/plain Date: Thu, 10 Apr 2008 07:03:22 +1000 Message-Id: <1207775002.9079.25.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2008-04-09 at 10:36 +0200, Christoph Hellwig wrote: > On Wed, Apr 09, 2008 at 05:21:34PM +1000, Benjamin Herrenschmidt wrote: > > The iSeries veth driver uses an on-stack struct completion that > > it initializes using the COMPLETION_INITIALIZER instead of > > COMPLETION_INITIALIZER_ONSTACK macro, causing problems with > > lockdep. > > should probably go in ASAP independent of the lockdep series. I don't think there's any difference between the _ONSTACK variant and the normal one without lockdep, is there ? Cheers, Ben.