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:	Wed, 18 Jan 2012 10:54:28 +0100
From:	Andrew Jones <drjones@...hat.com>
To:	David Rientjes <rientjes@...gle.com>
Cc:	Jerome Marchand <jmarchan@...hat.com>,
	Arnd Bergmann <arnd@...db.de>, akpm@...ux-foundation.org,
	linux-kernel@...r.kernel.org, mingo@...e.hu,
	david.woodhouse@...el.com, gregkh@...e.de, davem@...emloft.net,
	axboe@...nel.dk, holt@....com, linux-arch@...r.kernel.org,
	linux@....linux.org.uk, hskinnemoen@...il.com,
	egtvedt@...fundet.no, msalter@...hat.com, a-jacquiot@...com,
	starvik@...s.com, jesper.nilsson@...s.com, dhowells@...hat.com,
	takata@...ux-m32r.org, geert@...ux-m68k.org,
	yasutake.koichi@...panasonic.com, jonas@...thpole.se,
	kyle@...artin.ca, deller@....de, jejb@...isc-linux.org,
	chris@...kel.net, greg@...ah.com, davej@...hat.com,
	airlied@...ux.ie, jkosina@...e.cz, mchehab@...radead.org,
	johannes@...solutions.net, linville@...driver.com
Subject: Re: [PATCH] kconfig: untangle EXPERT and EMBEDDED

On Wed, Jan 18, 2012 at 01:31:30AM -0800, David Rientjes wrote:
> CONFIG_EXPERT isn't an invitation to be able to configure everything in 
> the kernel.

Correct. It definitely shouldn't. It actually shouldn't configure *ANYTHING*
in the kernel. Stopping it from doing so is exactly what this patch does.
It should only expose expert options, and it can expose *ALL* expert
options, including EMBEDDED and FOOBAR options. Which defaults people want
for those is not in the scope of this patch. However, using EMBEDDED to
fix EXPERT is the best choice for precisely the reason you state

> I think it's fine to break backwards compatibility for options that are
> currently configurable for CONFIG_EXPERT when it only makes sense for
> embedded systems and use CONFIG_EMBEDDED instead.  They better already
> have it enabled and my patch a year ago didn't break it for them.

While EMBEDDED may not be appropriate for all those default changes now,
EXPERT *CERTAINLY* isn't appropriate. Let's fix EXPERT now and then
EMBEDDED later. Anybody who cared about those things was using EMBEDDED
before, let them keep using it now.

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