From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Date: Fri, 01 Jun 2007 06:42:30 +0000 Subject: Re: BUG: sleeping function called from invalid context at kernel/fork.c:385 Message-Id: <20070601064230.GA31661@uranus.ravnborg.org> List-Id: References: <617E1C2C70743745A92448908E030B2A01961A60@scsmsx411.amr.corp.intel.com> <465F9315.2050207@redhat.com> <20070601041722.GA30506@uranus.ravnborg.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Lameter Cc: Prarit Bhargava , "Luck, Tony" , Randy Dunlap , David Chinner , Andrew Morton , lkml , linux-ia64@vger.kernel.org On Thu, May 31, 2007 at 09:45:31PM -0700, Christoph Lameter wrote: > On Fri, 1 Jun 2007, Sam Ravnborg wrote: > > > On Thu, May 31, 2007 at 09:05:54PM -0700, Christoph Lameter wrote: > > > On Thu, 31 May 2007, Prarit Bhargava wrote: > > > > > > > I used the sn2_defconfig in the tree :) > > > > > > That is a static kernel build. Ideal for that kind of bug. > > Quite the opposite. > > I thought that a static kernel build would throw out the __exit sections? > So it should trigger the bug? Correct. But the other section mismatch warnings that Prarit posted was not related to .exit.text (IIRC). Anyway I will try to do a ia64 build tonight to take a short look at it. If there is something general then I will fix it in modpost. Sam