Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753669AbZCIVKo (ORCPT ); Mon, 9 Mar 2009 17:10:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752784AbZCIVKe (ORCPT ); Mon, 9 Mar 2009 17:10:34 -0400 Received: from accolon.hansenpartnership.com ([76.243.235.52]:50818 "EHLO accolon.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752202AbZCIVKe (ORCPT ); Mon, 9 Mar 2009 17:10:34 -0400 Subject: Re: [PATCH] unnecessary SCSI module From: James Bottomley To: Ingo Brueckl Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org In-Reply-To: <49b5689f@wupperonline.de> References: <49b5689f@wupperonline.de> Content-Type: text/plain Date: Mon, 09 Mar 2009 21:10:29 +0000 Message-Id: <1236633029.6029.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1269 Lines: 35 On Mon, 2009-03-09 at 20:06 +0100, Ingo Brueckl wrote: > When configuring MODULES with the kernel to be able to load external drivers > coming as modules, but not using anything as module in the kernel itself, one > would expect to end up in a module-free kernel. Currently, you don't if you > use SCSI. You'll get one unnecessary module. > > Please consider the attached patch. > > Signed-off-by: Ingo Brueckl > > --- linux-2.6.28/drivers/scsi/Kconfig.orig 2008-12-25 00:26:37.000000000 +0100 > +++ linux-2.6.28/drivers/scsi/Kconfig 2009-03-06 22:49:40.000000000 +0100 > @@ -259,7 +259,7 @@ config SCSI_SCAN_ASYNC > config SCSI_WAIT_SCAN > tristate > default m > - depends on SCSI > + depends on SCSI = m || SCSI_SCAN_ASYNC = y This isn't right because SCSI_SCAN_ASYNC only sets the *default* behaviour of the kernel. Even if it's n the user can still boot up with async scans by setting the kernel parameter. It also keeps coming up regularly: http://marc.info/?t=122658550300002 James -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/