login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
4
Re: [PATCH] kconfig: warn about complex selects
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Ingo Molnar
Subject:
Re: [PATCH] kconfig: warn about complex selects
Date: Sunday, May 4, 2008 - 1:42 am
* Sam Ravnborg <sam@ravnborg.org> wrote:
quoted text
> On Sun, May 04, 2008 at 07:40:44AM +0200, Vegard Nossum wrote: > > Hi, > > > > Given recent discussion about kconfig and the "select" feature, I have made > > the following quick & dirty patch to detect what I call "complex selects". > > > > For v2.6.25, I get these warnings: > > sound/pci/Kconfig:512:error: found complex select: SND_FM801_TEA575X -> VIDEO_V4L1 > > drivers/ide/Kconfig:890:error: found complex select: ETRAX_IDE -> BLK_DEV_IDEDMA > > drivers/acpi/Kconfig:185:error: found complex select: ACPI_HOTPLUG_CPU -> ACPI_CONTAINER > > > > While for v2.6.26-rc1, I get these: > > sound/pci/Kconfig:528:error: found complex select: SND_FM801_TEA575X -> VIDEO_V4L1 > > drivers/media/video/em28xx/Kconfig:2:error: found complex select: VIDEO_EM28XX -> MEDIA_TUNER > > drivers/media/video/bt8xx/Kconfig:2:error: found complex select: VIDEO_BT848 -> MEDIA_TUNER > > drivers/media/video/saa7134/Kconfig:2:error: found complex select: VIDEO_SAA7134 -> MEDIA_TUNER > > drivers/media/video/cx88/Kconfig:2:error: found complex select: VIDEO_CX88 -> MEDIA_TUNER > > drivers/media/video/cx23885/Kconfig:2:error: found complex select: VIDEO_CX23885 -> MEDIA_TUNER > > drivers/media/video/ivtv/Kconfig:2:error: found complex select: VIDEO_IVTV -> MEDIA_TUNER > > drivers/media/video/cx18/Kconfig:2:error: found complex select: VIDEO_CX18 -> MEDIA_TUNER > > drivers/media/video/pvrusb2/Kconfig:2:error: found complex select: VIDEO_PVRUSB2 -> MEDIA_TUNER > > drivers/media/video/Kconfig:690:error: found complex select: VIDEO_MXB -> MEDIA_TUNER > > drivers/media/video/usbvision/Kconfig:2:error: found complex select: VIDEO_USBVISION -> MEDIA_TUNER > > drivers/acpi/Kconfig:188:error: found complex select: ACPI_HOTPLUG_CPU -> ACPI_CONTAINER > > > > (In other words, the number of these has increased significantly since the > > last release, and these will probably be hit as compile errors at one point > > or another.) > > > > I am not a kconfig expert, so I might have missed some things. Roman, is this > > even remotely good? I think it's probably a good start anyway. > > I did a small test of this using following configuration: > config A > bool "a" > > config B > bool "b" > depends on A > default AA || AAA > > config BB > bool "bb" > depends on A > > config C > bool "c" > select B > > config CC > bool "cc" > select BB > > > I had expected a warning about complex select for both C and CC. But > only C triggered the warning due to the complex default value of B. So > we need to work on this a bit more. > > But great to see code instead of just talking!
agreed, very cool stuff Vegard! :) Ingo --
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:
[PATCH] kconfig: warn about complex selects
, Vegard Nossum
, (Sat May 3, 10:40 pm)
Re: [PATCH] kconfig: warn about complex selects
, Bernd Eckenfels
, (Sat May 3, 11:28 pm)
Re: [PATCH] kconfig: warn about complex selects
, Sam Ravnborg
, (Sun May 4, 1:21 am)
Re: [PATCH] kconfig: warn about complex selects
, Ingo Molnar
, (Sun May 4, 1:42 am)
Re: [PATCH] kconfig: warn about complex selects
, Ingo Molnar
, (Sun May 4, 1:48 am)
Re: [PATCH] kconfig: warn about complex selects
, Vegard Nossum
, (Sun May 4, 1:56 am)
Re: [PATCH] kconfig: warn about complex selects
, Vegard Nossum
, (Sun May 4, 4:00 am)
Re: [PATCH] kconfig: warn about complex selects
, Sam Ravnborg
, (Sun May 4, 4:42 am)
Re: [PATCH] kconfig: warn about complex selects
, Roman Zippel
, (Mon May 5, 8:43 pm)
Re: [PATCH] kconfig: warn about complex selects
, Adrian Bunk
, (Mon May 5, 11:26 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Christoph Lameter
[PATCH 1/2] Make page->private usable in compound pages V1
Luben Tuikov
Re: Integration of SCST in the mainstream Linux kernel
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Jesse Barnes
Re: PCI probing changes
git
:
Jakub Narebski
Re: GSoC 2008 - Mentors Wanted!
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Andy Parkins
git-fetch fails with error code 128
Marcus Griep
Re: [PATCH 1/3] Git.pm: Add faculties to allow temp files to be cached
Junio C Hamano
Re: [JGIT PATCH 2/2] Decrease the fetch pack client buffer to the lower minimum
git-commits-head
:
Linux Kernel Mailing List
ARM: 5970/1: nomadik-gpio: fix spinlock usage
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
linux-netdev
:
Eric Dumazet
[PATCH] net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Patrick McHardy
[NET_SCHED]: sch_ingress: remove netfilter support
Rose, Gregory V
RE: __bad_udelay in network driver breaks build
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
ropers
Re: Real men don't attack straw men
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
Henning Brauer
Re: Sun Blade 1000?
Colocation donated by:
Syndicate