From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756364Ab1ALVSP (ORCPT ); Wed, 12 Jan 2011 16:18:15 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:41117 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755190Ab1ALVSL (ORCPT ); Wed, 12 Jan 2011 16:18:11 -0500 Date: Wed, 12 Jan 2011 13:18:00 -0800 From: Andrew Morton To: Len Brown Cc: Randy Dunlap , linux-acpi@vger.kernel.org, Stephen Rothwell , Zhang Rui , linux-next@vger.kernel.org, LKML , Zimny Lech Subject: Re: on builds/randconfigs (was: [PATCH -next] thermal: depends on NET) Message-Id: <20110112131800.d64c1a86.akpm@linux-foundation.org> In-Reply-To: References: <20101213163607.0b0a7c3a.sfr@canb.auug.org.au> <20101213112033.d0060e6c.randy.dunlap@oracle.com> <20110110090059.6f4d739d.randy.dunlap@oracle.com> <4D2DE97C.2000205@oracle.com> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 Jan 2011 13:35:10 -0500 (EST) Len Brown wrote: > Do I care about the phantom configs that would be possible > if these false dependencies were not in place. No, > not until somebody invents such a system, > and may be not even then. > > Is there a user out there on LKML who can dream up > a use for one of these phantom configs and claim that > his life will end if he'd prevented from building it? > Sure. Does he suffer from a total lack of perspective? > Yes. These unusable config combinations should be prevented via Kconfig. That prevents users from selecting them, which otherwise adds to our workload and to theirs. It also prevents false-positives during our useful randconfig testing.