]> Git Repo - linux.git/commit
initramfs: cleanup incomplete rootfs
authorDavid Engraf <[email protected]>
Thu, 3 Jan 2019 23:28:31 +0000 (15:28 -0800)
committerLinus Torvalds <[email protected]>
Fri, 4 Jan 2019 21:13:47 +0000 (13:13 -0800)
commitff1522bb7d98450c72aea729f0b4147bc9986aed
treefadb82e66cee5dcd1dadd78f11676be0ad6f6d9d
parentb058809bfc8faeb7b7cae047666e23375a060059
initramfs: cleanup incomplete rootfs

Unpacking an external initrd may fail e.g.  not enough memory.  This
leads to an incomplete rootfs because some files might be extracted
already.  Fixed by cleaning the rootfs so the kernel is not using an
incomplete rootfs.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: David Engraf <[email protected]>
Cc: Dominik Brodowski <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Philippe Ombredanne <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Luc Van Oostenryck <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
init/initramfs.c
This page took 0.053788 seconds and 4 git commands to generate.