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, 1 Sep 2006 15:44:25 +0200
From:	Jörn Engel <joern@...nheim.fh-wedel.de>
To:	David Woodhouse <dwmw2@...radead.org>
Cc:	"Randy.Dunlap" <rdunlap@...otime.net>,
	Roman Zippel <zippel@...ux-m68k.org>,
	Adrian Bunk <bunk@...sta.de>,
	Stefan Richter <stefanr@...6.in-berlin.de>,
	linux-kernel@...r.kernel.org,
	Christoph Hellwig <hch@...radead.org>,
	David Howells <dhowells@...hat.com>,
	linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH 17/17] BLOCK: Make it possible to disable the block layer [try #2]

On Thu, 31 August 2006 18:27:27 -0700, David Woodhouse wrote:
> 
> I edit .config but still have to use 'make oldconfig' afterwards. And it
> screws me over because of all this 'select' nonsense. This used to
> work...
> 	sed -i /^CONFIG_SCSI=/d .config 
> 	yes n | make oldconfig
> 
> So "make *config" certainly isn't optimised for me, although of course I
> do have to use it. It seems to be increasingly optimised for Aunt
> Tillie.

Coming from you, the Aunt Tillie argument doesn't make more sense than
it did coming from ESR.

The actual problem existed before select just as it does afterwards.
People have to search extensively though Kconfig files to come up with
a useful .config.  Before people had to magically know that
USB_STORAGE requires SCSI.  "Magically" because USB_STORAGE didn't
show up in either make menuconfig, make xconfig or .config.  Now
people have to magically know that SCSI=n requires USB_STORAGE=n.
You have the exact same problem and it has nothing to do with Aunt
Tillie.

What this shows is that select was a bad idea, as it merely shifted
the problem around instead of fixing it.  It appears as if Stefan is
looking in the right direction for a decent fix and I'd like to see
patches from him.  If only to stop these bad analogies ESR tried to
argue with. :)

Jörn

-- 
It is better to die of hunger having lived without grief and fear,
than to live with a troubled spirit amid abundance.
-- Epictetus
-
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