login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
May
»
13
Re: why does x86 "make defconfig" build a single, lonely module?
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: James Bottomley
Subject:
Re: why does x86 "make defconfig" build a single, lonely module?
Date: Sunday, May 13, 2007 - 9:10 am
On Sun, 2007-05-13 at 12:06 -0400, Dave Jones wrote:
quoted text
> On Sun, May 13, 2007 at 11:22:55AM -0400, Robert P. J. Day wrote: > > > > not a big deal, but is there a reason that a "make defconfig" on my > > x86 system ends up selecting and building a single module? > > > > Building modules, stage 2. > > MODPOST 1 modules > > CC drivers/scsi/scsi_wait_scan.mod.o > > LD [M] drivers/scsi/scsi_wait_scan.ko > > > > is there something special about that module? just curious. > > My guess is that someone was paranoid and wanted not to have > to answer a zillion "my machine won't boot any more" questions > when async scsi scanning was added. > This might further clarify.. > > --- > > The scsi_wait_scan module is only really useful if async scanning > is enabled. > > Signed-off-by: Dave Jones <davej@redhat.com> > > diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig > index e62d23f..0f6c370 100644 > --- a/drivers/scsi/Kconfig > +++ b/drivers/scsi/Kconfig > @@ -244,7 +244,7 @@ config SCSI_SCAN_ASYNC > config SCSI_WAIT_SCAN > tristate > default m > - depends on SCSI > + depends on SCSI_SCAN_ASYNC
No. SCSI_SCAN_ASYNC is a bool ... if you depend on it, you'll force the wait scan to be built in, which isn't the idea at all. James -
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
why does x86 "make defconfig" build a single, lonely module?
, Robert P. J. Day
, (Sun May 13, 8:22 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Jan Engelhardt
, (Sun May 13, 8:58 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Dave Jones
, (Sun May 13, 9:06 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, James Bottomley
, (Sun May 13, 9:10 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, James Bottomley
, (Sun May 13, 9:18 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Robert P. J. Day
, (Sun May 13, 9:20 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, James Bottomley
, (Sun May 13, 9:27 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Dave Jones
, (Sun May 13, 9:28 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Dave Jones
, (Sun May 13, 9:30 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Robert P. J. Day
, (Sun May 13, 9:37 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Simon Arlott
, (Sun May 13, 10:42 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, James Bottomley
, (Sun May 13, 10:48 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Simon Arlott
, (Sun May 13, 11:26 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Dave Jones
, (Sun May 13, 11:45 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, James Bottomley
, (Sun May 13, 11:45 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Simon Arlott
, (Sun May 13, 1:38 pm)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Satyam Sharma
, (Mon May 14, 2:35 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Satyam Sharma
, (Mon May 14, 2:45 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Satyam Sharma
, (Mon May 14, 5:00 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Satyam Sharma
, (Mon May 14, 5:23 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, James Bottomley
, (Mon May 14, 7:31 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Jan Engelhardt
, (Mon May 14, 10:29 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Alan Cox
, (Mon May 14, 11:46 am)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Jan Engelhardt
, (Mon May 14, 1:06 pm)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Satyam Sharma
, (Mon May 14, 5:41 pm)
Re: why does x86 "make defconfig" build a single, lonely m ...
, Simon Arlott
, (Tue May 15, 4:26 am)
Asynchronous scsi scanning
, Matthew Wilcox
, (Tue May 15, 5:02 am)
Re: Asynchronous scsi scanning
, Simon Arlott
, (Tue May 15, 9:30 am)
Re: Asynchronous scsi scanning
, Matthew Wilcox
, (Tue May 15, 10:29 am)
[PATCH] SCSI: Let users disable SCSI_WAIT_SCAN to be built
, Stefan Richter
, (Tue May 15, 2:56 pm)
Re: Asynchronous scsi scanning
, Satyam Sharma
, (Tue May 15, 4:27 pm)
Re: Asynchronous scsi scanning
, Arjan van de Ven
, (Tue May 15, 4:28 pm)
Re: Asynchronous scsi scanning
, Satyam Sharma
, (Tue May 15, 4:49 pm)
Re: Asynchronous scsi scanning
, Matthew Wilcox
, (Tue May 15, 7:51 pm)
Re: Asynchronous scsi scanning
, Roland Dreier
, (Tue May 15, 7:59 pm)
Re: [PATCH] SCSI: Let users disable SCSI_WAIT_SCAN to be built
, Stefan Richter
, (Wed May 16, 7:43 am)
Re: [PATCH] SCSI: Let users disable SCSI_WAIT_SCAN to be built
, James Bottomley
, (Thu May 17, 7:00 am)
Re: [PATCH] SCSI: Let users disable SCSI_WAIT_SCAN to be built
, Satyam Sharma
, (Thu May 17, 10:02 am)
Re: Asynchronous scsi scanning
, Satyam Sharma
, (Thu May 17, 10:13 am)
Re: Asynchronous scsi scanning
, Matthew Wilcox
, (Thu May 17, 10:20 am)
sysfs makes scaling suck Re: Asynchronous scsi scanning
, Benjamin LaHaise
, (Thu May 17, 10:32 am)
Re: Asynchronous scsi scanning
, Satyam Sharma
, (Thu May 17, 10:41 am)
Re: sysfs makes scaling suck Re: Asynchronous scsi scanning
, James Bottomley
, (Thu May 17, 10:45 am)
Re: sysfs makes scaling suck Re: Asynchronous scsi scanning
, Benjamin LaHaise
, (Thu May 17, 10:49 am)
Re: Asynchronous scsi scanning
, Christoph Hellwig
, (Thu May 17, 11:24 am)
Re: Asynchronous scsi scanning
, Satyam Sharma
, (Thu May 17, 11:47 am)
Re: Asynchronous scsi scanning
, Christoph Hellwig
, (Thu May 17, 11:51 am)
Re: Asynchronous scsi scanning
, Satyam Sharma
, (Thu May 17, 12:04 pm)
Re: Asynchronous scsi scanning
, Matthew Wilcox
, (Thu May 17, 12:39 pm)
Re: Asynchronous scsi scanning
, Benjamin LaHaise
, (Thu May 17, 12:43 pm)
Re: Asynchronous scsi scanning
, Matthew Wilcox
, (Thu May 17, 2:30 pm)
Re: Asynchronous scsi scanning
, Dave Jones
, (Thu May 17, 2:42 pm)
Re: Asynchronous scsi scanning
, Peter Jones
, (Thu May 17, 3:00 pm)
Re: Asynchronous scsi scanning
, Peter Jones
, (Thu May 17, 3:24 pm)
Re: Asynchronous scsi scanning
, Satyam Sharma
, (Thu May 17, 8:41 pm)
Re: Asynchronous scsi scanning
, Satyam Sharma
, (Thu May 17, 10:28 pm)
Re: Asynchronous scsi scanning
, Matthew Wilcox
, (Fri May 18, 4:19 am)
Re: Asynchronous scsi scanning
, Matthew Wilcox
, (Fri May 18, 4:24 am)
Re: Asynchronous scsi scanning
, Satyam Sharma
, (Fri May 18, 6:06 am)
Re: Asynchronous scsi scanning
, Satyam Sharma
, (Fri May 18, 6:14 am)
Re: Asynchronous scsi scanning
, Stefan Richter
, (Fri May 18, 7:00 am)
Re: sysfs makes scaling suck Re: Asynchronous scsi scanning
, Greg KH
, (Sat May 19, 9:30 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 01/75] platform: prefix MODALIAS with "platform:"
stephane eranian
Re: perf_counters issue with PERF_SAMPLE_GROUP
Eric Sandeen
Re: [PATCH] xfs: do not pass unused params to xfs_flush_pages
Daniel Hazelton
Re: x86: 4kstacks default
Mathieu Desnoyers
Re: Linux 2.6.25-rc2
git
:
Johannes Schindelin
[PATCH] fetch: refuse to fetch into the current branch in a non-bare repository
Alex Riesen
Re: git exclude patterns for directory
Andreas Ericsson
Re: why not TortoiseGit
Oliver Kullmann
Re: how to move with history?
Junio C Hamano
Re: [PATCH] http-push: making HTTP push more robust and more user-friendly
linux-netdev
:
Andi Kleen
Re: RFC: Nagle latency tuning
Herbert Xu
Re: Oops in tun: bisected to Limit amount of queued packets per device
gregkh
Patch "IPv6: keep route for tentative address" has been added to the 2.6.34-stable...
Patrick McHardy
Re: [rfc 02/13] [RFC 02/13] netfilter: nf_conntrack_sip: Add callid parser
Paul Gortmaker
[PATCH net-next 09/16] tipc: Relocate trivial link status functions to header file
git-commits-head
:
Linux Kernel Mailing List
sh: Fix compile error by operands(mov.l) in sh3/entry.S
Linux Kernel Mailing List
New device ID for sc92031 [1088:2031]
Linux Kernel Mailing List
tmpfs: depend on shmem
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
Staging: et131x: prune all the debug code
openbsd-misc
:
Andres Salazar
About priorities in /etc/resolv.conf
Tonnerre LOMBARD
Re: bge0: watchdog timeout
Damien Miller
Re: Patching a SSH 'Weakness'
ropers
Re: Real men don't attack straw men
Stuart Henderson
Re: Apache Seg Fault after upgrade to 4.6 stable
Colocation donated by:
Syndicate