public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Regression, bisected 9e30cc] "sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()" prevents system from booting correctly
@ 2014-03-14 13:27 Alexandre Demers
  2014-03-14 14:08 ` Tejun Heo
  0 siblings, 1 reply; 13+ messages in thread
From: Alexandre Demers @ 2014-03-14 13:27 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-kernel

I was told to send this bug
(https://bugzilla.kernel.org/show_bug.cgi?id=72061) directly by email.

So, I've been struggling with something that looks like a bug, but I
may be wrong. Since 3.14-rc1 up until yesterday's latest commit, I
can't boot my system correctly. The kernel will boot, but when it
comes to mounting the disk's partitions, the computer seem to hit
something while mounting the root partition: the light associated to
the disk's activity stays on; if I hit ctrl+alt+del in the first 10 to
15 seconds, the computer will restart; beyond that point, the system
just continues to work on the disk for a long period (I was painting a
door the other day and it continued reading or writing the whole time)
until it begins outputting errors. I'll have to add it in another
comment later. It is about not being able to copy because disk is full
(my partitions have plenty of free space). So I've been bisecting
until I found out when the problem had begun.

------
Bisecting points to the following first bad commit:
9e30cc9595303b27b48be49b7bcd4d0679e34253 is the first bad commit
commit 9e30cc9595303b27b48be49b7bcd4d0679e34253
Author: Tejun Heo <tj@kernel.org>
Date:   Thu Nov 28 14:54:38 2013 -0500

    sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()

    It has been very long since sysfs depended on vfs to keep track of
    internal states and whether sysfs is mounted or not doesn't make any
    difference to sysfs's internal operation.

    In addition to init and filesystem type registration, sysfs_init()
    invokes kern_mount() to create in-kernel mount of sysfs.  This
    internal mounting doesn't server any purpose anymore.  Remove it.

    Signed-off-by: Tejun Heo <tj@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

:040000 040000 d85991e8a4e333ad651dc593cacff5e6b8d4f916
d3bd9c50967807c9145a7bd9d3ec7978101c93f3 M fs
------

Using any kernel compiled before that commit boots fine. Am I missing something?

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-04-02  5:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 13:27 [Regression, bisected 9e30cc] "sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()" prevents system from booting correctly Alexandre Demers
2014-03-14 14:08 ` Tejun Heo
2014-03-14 15:48   ` Alexandre Demers
2014-03-17 20:13     ` Tejun Heo
2014-03-18  2:08       ` Alexandre Demers
2014-03-26  1:03         ` Alexandre Demers
2014-03-26 13:18           ` Tejun Heo
2014-03-27 17:47             ` Alexandre Demers
2014-03-29 18:12               ` Tejun Heo
2014-03-29 22:08                 ` Alexandre Demers
2014-03-30 12:31                   ` Tejun Heo
2014-03-30 16:53                     ` Alexandre Demers
2014-04-02  5:42                       ` Alexandre Demers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox