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:	Thu, 30 Apr 2009 17:19:34 -0400 (EDT)
From:	Alan Stern <stern@...land.harvard.edu>
To:	Andrew Morton <akpm@...ux-foundation.org>
cc:	David VomLehn <dvomlehn@...co.com>, <linux-kernel@...r.kernel.org>,
	<linux-usb@...r.kernel.org>, <linux-scsi@...lxvomd02.corp.sa.net>,
	<netdev@...lxvomd02.corp.sa.net>
Subject: Re: [PATCH 1/5] KERNEL: Support asynchronously-discovered boot
 devices, v4 (resend)

On Thu, 30 Apr 2009, Andrew Morton wrote:

> Please do sort out your email issues - this patchset came dribbled out
> over a many-hour period with somewhat random cc's on each one, making
> it all quite hard to discuss in any sensible way.

David, my email works fine.  If you want, you can send the patches to 
me and I'll relay them to everyone else.

> On Wed, 29 Apr 2009 18:45:30 -0700
> David VomLehn <dvomlehn@...co.com> wrote:
> 
> > This patch adds synchronization infrastructure between asynchronous device
> > discovery and code that uses possibly asynchronous discovered devices at
> > boot time. It provides the framework to fix race conditions, such as for
> > the console, that have arisen as a result of quite successful work that has
> > been done to reduce boot times.
> 
> Although I haven't read them yet, the patches themselves look very
> nice - cleanly coded, carefully explained and well documented.  Easy to merge.
> 
> Unfortunately I don't know who you should have sent them to - nobody
> really owns this stuff and it agglomerates over time as a result of
> drive-by bandaiding by whoever happens to have a problem at the time.
> 
> I guess that means you should send them to me ;)
> 
> What would help things along here would be if you were to better
> provide a description of what problem this all solves.  Presumably
> there are scenarios where the kernel does something bad, and this
> patchset fixes it.  Well, please describe some of these scenarios in
> sufficient detail, and explain to us how the patch fixes them?
> 
> I'm a bit queazy over the whole "bootdev" name.  To me, a bootdev is
> the storage device which we boot off: usually a spinning disk
> containing grub.conf, bzImage, etc.    So I need to remember that
> 
> > +Boot devices are those devices that must be used or configured during the
> > +boot process.
> 
> I wonder if we can think of something more new ad unique.  startupdev?  yuk.

Initdev?  Or does that mean something else also?

Really, these are devices that we want to have working before starting
up any userspace processes.  These would be the console device(s) (so
that the first process has open files for its stdin, stdout, and
stderr) and the block device containing the root filesystem (if the
initramfs image doesn't make its own arrangements).

Alan Stern

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ