Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755351AbYHVRv4 (ORCPT ); Fri, 22 Aug 2008 13:51:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751264AbYHVRvo (ORCPT ); Fri, 22 Aug 2008 13:51:44 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:46570 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751094AbYHVRvn (ORCPT ); Fri, 22 Aug 2008 13:51:43 -0400 Date: Fri, 22 Aug 2008 10:51:36 -0700 From: Andrew Morton To: Petr Baudis Cc: Alan.Brunelle@hp.com, linux-kernel@vger.kernel.org, git@vger.kernel.org Subject: Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected Message-Id: <20080822105136.a8432875.akpm@linux-foundation.org> In-Reply-To: <20080822171651.GP10544@machine.or.cz> References: <48A36838.3050309@hp.com> <20080819124602.9e8e69f7.akpm@linux-foundation.org> <48AEDD3D.4060507@hp.com> <20080822092549.ddcb7e79.akpm@linux-foundation.org> <20080822171651.GP10544@machine.or.cz> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2205 Lines: 61 On Fri, 22 Aug 2008 19:16:51 +0200 Petr Baudis wrote: > On Fri, Aug 22, 2008 at 09:25:49AM -0700, Andrew Morton wrote: > > On Fri, 22 Aug 2008 11:37:33 -0400 "Alan D. Brunelle" wrote: > > > > > I /did/ bisect it down to the aforementioned merge, the question is: How > > > to crack open that merge into it's composite pieces? (Where do I go to > > > bisect within that?) > > > > urgh, it's irritating when git-bisect directs you to a merge commit - it > > hasn't done it for me for ages. > > Hmm, but doesn't that happen only when it's actually really the merge > commit that introduces the bug? Both parents of the merge commit were > marked as good by the user, so... A merge commit doesn't contain any kernel changes? It's the individual commits (aka "patches") which were in that merge which broke stuff. Confused. We're trying to dive inside that merge commit to find out which of the real commits caused the regression. > > One (probably wrong) approach is to run > > > > gitk 1c89ac55017f982355c7761e1c912c88c941483d > > > > then peer at the output, work out which real commits were in that > > merge. > > > > It looks like the merge ended with > > b1b135c8d619cb2c7045d6ee4e48375882518bb5 and started with > > 40c42076ebd362dc69210cccea101ac80b6d4bd4, so perhaps you can do > > > > git bisect bad b1b135c8d619cb2c7045d6ee4e48375882518bb5 > > git bisect good 40c42076ebd362dc69210cccea101ac80b6d4bd4 > > ...I don't quite get this - according to the bisection log, > > # good: [b1b135c8d619cb2c7045d6ee4e48375882518bb5] fix spinlock recursion in hvc_console > > and now you want to mark it as bad? I assume that Alan's bisection search ended up saying that the merge commit (1c89ac55017f982355c7761e1c912c88c941483d) was the first bad commit. Now I don't know what's going on. > You could try to revert some of the merged commits at the point of the > merge, though. -- 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/