From: "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>
To: Martin Knoblauch <knobi-Ys4E+72pFW0hFhg+JK9F0w@public.gmane.org>
Cc: Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Kernel Testers List
<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [Bug #13178] Booting very slow
Date: Wed, 29 Apr 2009 00:01:47 +0200 [thread overview]
Message-ID: <200904290001.47757.rjw@sisk.pl> (raw)
In-Reply-To: <209795.21710.qm-f6uctMgKLEavuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
On Monday 27 April 2009, Martin Knoblauch wrote:
>
> ----- Original Message ----
>
> > From: Martin Knoblauch <spamtrap-Ys4E+72pFW0hFhg+JK9F0w@public.gmane.org>
> > To: Rafael J. Wysocki <rjw-KKrjLPT3xs0@public.gmane.org>; Linux Kernel Mailing List <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
> > Cc: Kernel Testers List <kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
> > 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.
Thanks for the update.
Rafael
WARNING: multiple messages have this Message-ID (diff)
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Martin Knoblauch <knobi@knobisoft.de>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Kernel Testers List <kernel-testers@vger.kernel.org>
Subject: Re: [Bug #13178] Booting very slow
Date: Wed, 29 Apr 2009 00:01:47 +0200 [thread overview]
Message-ID: <200904290001.47757.rjw@sisk.pl> (raw)
In-Reply-To: <209795.21710.qm@web32607.mail.mud.yahoo.com>
On Monday 27 April 2009, Martin Knoblauch wrote:
>
> ----- Original Message ----
>
> > From: Martin Knoblauch <spamtrap@knobisoft.de>
> > To: Rafael J. Wysocki <rjw@sisk.pl>; Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
> > Cc: Kernel Testers List <kernel-testers@vger.kernel.org>
> > 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.
Thanks for the update.
Rafael
next prev parent reply other threads:[~2009-04-28 22:01 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-27 8:57 [Bug #13178] Booting very slow Martin Knoblauch
[not found] ` <209795.21710.qm-f6uctMgKLEavuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2009-04-28 22:01 ` Rafael J. Wysocki [this message]
2009-04-28 22:01 ` Rafael J. Wysocki
-- strict thread matches above, loose matches on Subject: below --
2009-06-07 10:02 2.6.30-rc8-git4: Reported regressions 2.6.28 -> 2.6.29 Rafael J. Wysocki
2009-06-07 10:06 ` [Bug #13178] Booting very slow Rafael J. Wysocki
2009-06-07 10:06 ` Rafael J. Wysocki
2009-06-08 8:46 ` Martin Knoblauch
2009-06-08 8:46 ` Martin Knoblauch
[not found] ` <712849.19962.qm-VAEUvbQToQWvuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2009-06-08 11:12 ` Rafael J. Wysocki
2009-06-08 11:12 ` Rafael J. Wysocki
2009-05-30 19:50 2.6.30-rc7-git4: Reported regressions 2.6.28 -> 2.6.29 Rafael J. Wysocki
2009-05-30 19:55 ` [Bug #13178] Booting very slow Rafael J. Wysocki
2009-05-30 19:55 ` Rafael J. Wysocki
2009-06-01 8:13 ` Martin Knoblauch
2009-06-01 8:13 ` Martin Knoblauch
[not found] ` <295883.87002.qm-lSXk2nNw7cevuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2009-06-01 20:15 ` [Bug 13178] " Rafael J. Wysocki
2009-06-01 20:15 ` Rafael J. Wysocki
2009-05-24 19:27 2.6.30-rc7: Reported regressions 2.6.28 -> 2.6.29 Rafael J. Wysocki
2009-05-24 19:31 ` [Bug #13178] Booting very slow Rafael J. Wysocki
2009-05-24 19:31 ` Rafael J. Wysocki
2009-05-25 8:37 ` Martin Knoblauch
2009-05-25 8:37 ` Martin Knoblauch
[not found] ` <349066.43765.qm-DCzg5M2nF3GvuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2009-05-25 23:04 ` Rafael J. Wysocki
2009-05-25 23:04 ` Rafael J. Wysocki
[not found] ` <200905260104.04844.rjw-KKrjLPT3xs0@public.gmane.org>
2009-05-27 6:32 ` Andrew Morton
2009-05-27 6:32 ` Andrew Morton
[not found] ` <20090526233244.b817948e.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2009-05-27 19:48 ` Rafael J. Wysocki
2009-05-27 19:48 ` Rafael J. Wysocki
2009-05-16 19:58 2.6.30-rc6: Reported regressions 2.6.28 -> 2.6.29 Rafael J. Wysocki
2009-05-16 20:06 ` [Bug #13178] Booting very slow Rafael J. Wysocki
2009-05-16 20:06 ` Rafael J. Wysocki
2009-05-18 8:15 ` Martin Knoblauch
2009-05-18 8:15 ` Martin Knoblauch
[not found] ` <424718.52835.qm-f6uctMgKLEavuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2009-05-18 17:13 ` Rafael J. Wysocki
2009-05-18 17:13 ` Rafael J. Wysocki
2009-05-19 0:26 ` Kay Sievers
2009-05-19 0:26 ` Kay Sievers
[not found] ` <ac3eb2510905181726q3b996b8ei9c6a74fe1d3bb17d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-05-19 7:22 ` Martin Knoblauch
2009-05-19 7:22 ` Martin Knoblauch
[not found] ` <783496.86803.qm-1+WuAixcP4WvuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2009-05-19 8:58 ` Kay Sievers
2009-05-19 8:58 ` Kay Sievers
[not found] ` <ac3eb2510905190158o6682f7aat62ff66ac9aaa2a74-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-05-20 10:14 ` Martin Knoblauch
2009-05-20 10:14 ` Martin Knoblauch
2009-04-26 9:42 2.6.30-rc3-git1: Reported regressions 2.6.28 -> 2.6.29 Rafael J. Wysocki
2009-04-26 9:46 ` [Bug #13178] Booting very slow Rafael J. Wysocki
2009-04-27 7:18 ` Martin Knoblauch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200904290001.47757.rjw@sisk.pl \
--to=rjw-kkrjlpt3xs0@public.gmane.org \
--cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=knobi-Ys4E+72pFW0hFhg+JK9F0w@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.