lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 15 Jan 2010 10:02:33 -0800
From:	Greg KH <greg@...ah.com>
To:	Stefan Richter <stefanr@...6.in-berlin.de>
Cc:	Kay Sievers <kay.sievers@...y.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: Driver-Core: devtmpfs - remove EXPERIMENTAL and enable it by
 default

On Fri, Jan 15, 2010 at 03:08:34PM +0100, Stefan Richter wrote:
> Kay Sievers wrote:
> >  config DEVTMPFS_MOUNT
> > -	bool "Automount devtmpfs at /dev"
> > +	bool "Automount devtmpfs at /dev, after the kernel mouted the rootfs"
> 
> mouted -> mounted
> 
> >  	depends on DEVTMPFS
> > +	default y
> >  	help
> > -	  This will mount devtmpfs at /dev if the kernel mounts the root
> > -	  filesystem. It will not affect initramfs based mounting.
> > -	  If unsure, say N here.
> > +	  This will instruct the kernel to automatically mount the
> > +	  devtmpfs filesystem at /dev, directly after the kernel has
> > +	  mounted the root filesystem. The behavior can be overridden
> > +	  with the commandline parameter: devtmpfs.mount=0|1.
> > +	  This option does not affect initramfs based booting, here
> > +	  the devtmpfs filesystem always needs to be mouted manually
> 
> Here too.

Thanks for the review, I've edited the patch to include these spelling
changes.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists