Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934420AbXFHGiS (ORCPT ); Fri, 8 Jun 2007 02:38:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758236AbXFHGiL (ORCPT ); Fri, 8 Jun 2007 02:38:11 -0400 Received: from wa-out-1112.google.com ([209.85.146.177]:24914 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757444AbXFHGiK (ORCPT ); Fri, 8 Jun 2007 02:38:10 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=a9MSSDxyXSLn7IKgRtBpJE09fOoolmFzqCcYcCTrVAEjmQrg5y3pIcDBnY/g6uLkqEAha4h6ngwPLjQN9K4WfMNuq7Q8id2aji1GWobbKLzZX1XxnyTJ9h6ylbmwksAS+bWIqQG1JSsiSUo8806lvi/7MKppQhmu6BZQxuSVB9U= Message-ID: <4668F944.5000609@gmail.com> Date: Fri, 08 Jun 2007 15:37:56 +0900 From: Tejun Heo User-Agent: Icedove 1.5.0.10 (X11/20070307) MIME-Version: 1.0 To: Valdis.Kletnieks@vt.edu CC: Andrew Morton , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: Re: 2.6.22-rc4-mm1 - 'lvm vgscan' busticated again... References: <20070606020737.4663d686.akpm@linux-foundation.org> <7929.1181146132@turing-police.cc.vt.edu> <4667A968.9080407@gmail.com> <23214.1181248131@turing-police.cc.vt.edu> In-Reply-To: <23214.1181248131@turing-police.cc.vt.edu> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1819 Lines: 46 Valdis.Kletnieks@vt.edu wrote: > On Thu, 07 Jun 2007 15:44:56 +0900, Tejun Heo said: >> Valdis.Kletnieks@vt.edu wrote: >>> On Wed, 06 Jun 2007 02:07:37 PDT, Andrew Morton said: >>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2 > .6.22-rc4-mm1/ >>> This one died a horrid death at boot time - console log indicates it found > the >>> hard drive OK, found the 2 partitions on it. But when the initrd ran a >>> 'lvm vgscan', it didn't find the LVM2 space on /dev/sda2, so it panic'ed wh > en >>> it fell off the end of the initrd because the root= wasn't there. >>> >>> My first guess for blame: >>> >>> gregkh-driver-sysfs-allocate-inode-number-using-ida.patch >>> >>> as that's awfully similar to gregkh-driver-sysfs-fix-i_ino-handling-in-sysfs.patch >>> that broke 'lvm vgscan' for me in the same way on 21-rc7-mm[12]. >>> >>> I'll hopefully get a chance to revert that one and test later today - a quick >>> 'patch -p1 -R --dry-run' shows a number of conflicts that will need hand-fixing >>> at the very least. >> Did rc3-mm1 work? Can you find out the first broken -mm? > > 21-rc5-mm2 worked, -rc6-mm* were busticated for other reasons on my laptop, > 21-rc7-mm[12] were broken, 21-mm1 through 21-rc3-mm1 worked, -rc4-mm1 broke, > and -rc4-mm2 works. I could bisect through -rc4-mm1 if it's deemed useful, > Andrew just pushed -mm2 before I had a chance. Thanks. The offending patch was gregkh-driver-block-device Which is pulled from -mm2. Jiri Slaby reports that turning on SYSFS_DEPRECATED fixes the problem. Thanks. -- tejun - 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/