public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* wait_for_initramfs warning from kernel_init_freeable()
@ 2021-04-29  6:46 Heiner Kallweit
  2021-04-29  7:16 ` Heiner Kallweit
  0 siblings, 1 reply; 4+ messages in thread
From: Heiner Kallweit @ 2021-04-29  6:46 UTC (permalink / raw)
  To: Rasmus Villemoes, Luis Chamberlain; +Cc: Linux Kernel Mailing List

Since 97f8172f9a98 ("init/initramfs.c: do unpacking asynchronously") I get
the following warning early in the boot process from umh:
"wait_for_initramfs() called before rootfs_initcalls"
Some debugging lead me to the following call chain:

kernel_init_freeable()
-> do_basic_setup()
   -> driver_init()
      -> platform_bus_init()
         -> bus_register()
            -> kset_register()
               -> kobject_uvent()

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

end of thread, other threads:[~2021-04-29  8:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-29  6:46 wait_for_initramfs warning from kernel_init_freeable() Heiner Kallweit
2021-04-29  7:16 ` Heiner Kallweit
2021-04-29  8:18   ` Rasmus Villemoes
2021-04-29  8:52     ` Heiner Kallweit

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