Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755367AbZD0I5p (ORCPT ); Mon, 27 Apr 2009 04:57:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753817AbZD0I5f (ORCPT ); Mon, 27 Apr 2009 04:57:35 -0400 Received: from web32607.mail.mud.yahoo.com ([68.142.207.234]:29118 "HELO web32607.mail.mud.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754146AbZD0I5e (ORCPT ); Mon, 27 Apr 2009 04:57:34 -0400 Message-ID: <209795.21710.qm@web32607.mail.mud.yahoo.com> X-YMail-OSG: OFZYlV4VM1musM_VqBJYHXWIb6klxor7fr6z4cceP38V1tqRREf7EyJZu9yk9SqNMyT8enSfUUl_jluYIMZFQ0M6OgWBmyFO97uHAZ7QMDmFqA0Awgj7ND31vX9RCNBSUqXFcTDyy2ccySUi3uLtJ2DK7MgHCGuZDHeepy0X9.oRreLWHuG69gXTBpZl4OwBHM6BFPwvuUIBTeyYHkRtdK_hnF5FC1KqNNkywn_PXCKU7tN.K.E_XjxkdP_dev1rpm6z.wYGT86Z8l.LMV8axiYj34PyYNgHJnVN35pZAOY.KlZ2Rw-- X-RocketYMMF: knobi.rm X-Mailer: YahooMailRC/1277.35 YahooMailWebService/0.7.289.1 Date: Mon, 27 Apr 2009 01:57:34 -0700 (PDT) From: Martin Knoblauch Subject: Re: [Bug #13178] Booting very slow To: "Rafael J. Wysocki" , Linux Kernel Mailing List Cc: Kernel Testers List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2492 Lines: 69 ----- Original Message ---- > From: Martin Knoblauch > To: Rafael J. Wysocki ; Linux Kernel Mailing List > Cc: Kernel Testers List > Sent: Monday, April 27, 2009 9:18:53 AM > Subject: Re: [Bug #13178] Booting very slow > > ----- Original Message ---- > > > From: Rafael J. Wysocki > > To: Linux Kernel Mailing List > > Cc: Kernel Testers List ; Martin Knoblauch > > > Sent: Sunday, April 26, 2009 11:46:31 AM > > Subject: [Bug #13178] Booting very slow > > > > This message has been generated automatically as a part of a report > > of regressions introduced between 2.6.28 and 2.6.29. > > > > The following bug entry is on the current list of known regressions > > introduced between 2.6.28 and 2.6.29. Please verify if it still should > > be listed and let me know (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13178 > > Subject : Booting very slow > > Submitter : Martin Knoblauch > > Date : 2009-04-24 12:45 (3 days old) > > References : http://marc.info/?l=linux-kernel&m=124057716231773&w=4 > > Not really sure whether this is a real regression. Between 2.6.28 and 2.6.29 the > content of /proc/mounts for sysfs changed from > > /sys /sys sysfs rw 0 0 > > to > > none /sys sysfs rw 0 0 > > > This breaks RHEL-4.3 userland which parses /proc/mounts in the firmware hotplug > agent to find the mount-point for sysfs. As a result firmware loading started to > fail in 2.6.29. There is a simple fix in the /etc/hotplug/firmware.agent script > (just assume /sys as it is done elsewhere). > > Your call. > > Cheers > Martin Actually I have to correct myself. The reason for the failure to parse /proc/mounts for "sysfs" is that there are two lines: [hotplug]# uname -a Linux lpsdm52 2.6.30-rc3-git2-nfs_ra #3 SMP Mon Apr 27 10:21:31 CEST 2009 x86_64 x86_64 x86_64 GNU/Linux [hotplug]# grep sysfs /proc/mounts none /sys sysfs rw,relatime 0 0 /sys /sys sysfs rw,relatime 0 0 This breaks the "firmware.agent" /sys-parsing code. There still exists the simple fix to userspace, but I now think that this is a real regression that should be fixed. Cheers Martin -- 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/