Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757298AbZJLQ0x (ORCPT ); Mon, 12 Oct 2009 12:26:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756679AbZJLQ0w (ORCPT ); Mon, 12 Oct 2009 12:26:52 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:43951 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756670AbZJLQ0v (ORCPT ); Mon, 12 Oct 2009 12:26:51 -0400 Date: Mon, 12 Oct 2009 18:26:00 +0200 From: Ingo Molnar To: Linus Torvalds Cc: Greg KH , Alan Cox , Linux Kernel Mailing List Subject: Re: [crash] NULL pointer dereference at IP: [] uart_close+0x2a/0x1e4 Message-ID: <20091012162600.GD1272@elte.hu> References: <20091012080511.GA22607@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1478 Lines: 35 * Linus Torvalds wrote: > On Mon, 12 Oct 2009, Ingo Molnar wrote: > > > > Note, i have your fix below applied in tip:out-of-tree - it might be > > the source of this bug? (If yes then this isnt an .32-rc4 problem.) > > If yes (but you later reported no), it would still be a 32-rc4 > problem, because that patch got committed as 0b5759c654 ("tty: Avoid > dropping ldisc_mutex over hangup tty re-initialization"). > > So you shouldn't need it in the out-of-tree branch any more, and you > probably just never noticed because it all merged cleanly. ah, indeed. I'll rebase that branch to clean out any went-upstream-already same-content patches. (Ideally that should empty it to a large degree.) > Commit 46d57a449 (which you then bisected to) looks really irritating, > since it just renamed variables in annoying ways (ie the old "port" is > now "uport", and there's a new "port" that means something else). That > thing should have been split up to do the renaming separately, so that > a mis-use of "port" would have caused a compile error. > > I'm not seeing anything obvious. Alan obviously found one bug already. Thanks for checking. I'll try any debug patch from Alan. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/