Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1429112

Re: [PATCH] Make CONFIG_DEVTMPFS_MOUNT apply to initramfs/initmpfs.

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH] Make CONFIG_DEVTMPFS_MOUNT apply to initramfs/initmpfs.
Date 2016-06-22 23:10 +0200
Message-ID <rMXzj-eH-23@gated-at.bofh.it> (permalink)
References <rMVHc-7u5-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Jun 22, 2016 at 02:06:45PM -0500, Rob Landley wrote:
> From: Rob Landley <rob@landley.net>
> 
> Make CONFIG_DEVTMPFS_MOUNT apply to initramfs/initmpfs.
> 
> Update help text, slightly improve error reporting, move /dev/console open
> down after devtmpfs mount, don't check IS_ENABLED(CONFIG_TMPFS) before
> mounting devtmpfs (it's always there, even if just a ramfs alias), and
> report whether we think we're using tmpfs or ramfs for rootfs.

That's a lot of different things to be doing all at once in the same
patch.  Can you please break these out into individual logical changes?

thanks,

greg k-h

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] Make CONFIG_DEVTMPFS_MOUNT apply to initramfs/initmpfs. Rob Landley <rob@landley.net> - 2016-06-22 21:10 +0200
  Re: [PATCH] Make CONFIG_DEVTMPFS_MOUNT apply to initramfs/initmpfs. Greg KH <gregkh@linuxfoundation.org> - 2016-06-22 23:10 +0200

csiph-web