From: Ingo Molnar <mingo@elte.hu>
To: Jiri Kosina <jkosina@suse.cz>
Cc: Jean Delvare <khali@linux-fr.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, Jiri Slaby <jirislaby@gmail.com>,
Adrian Bunk <bunk@kernel.org>,
Vegard Nossum <vegard.nossum@gmail.com>
Subject: Re: [GIT] HID patches for 2.6.28
Date: Wed, 15 Oct 2008 12:02:52 +0200 [thread overview]
Message-ID: <20081015100252.GA26296@elte.hu> (raw)
In-Reply-To: <alpine.LNX.1.10.0810151139200.26779@jikos.suse.cz>
* Jiri Kosina <jkosina@suse.cz> wrote:
> On Wed, 15 Oct 2008, Ingo Molnar wrote:
>
> > this or the I2C updates cause widespread build failures in latest -git:
>
> For the usbhid_set_leds(), Adrian has already sent me a fix [1].
> Still, I would like to understand whether this failure is bug or
> feature in select/depends handling in Kconfig, because it seems to
> behave differently from what I was expecting.
yes, it's a kconfig bug: Kconfig must either not allow complex selects
(during its initial parsing pass of the Kconfig dependnecy tree) or
handle the dependencies correctly.
The current "allow them silently and pepper the kernel with build
errors" approach is obviously silly.
We already have over 100 bugfixes in the tree from the past 3 years due
to kconfig's inability to figure out the correct dependencies. (count:
rising steadily)
Changes to the Kconfig tool to address this design bug did not get
picked up. See for example this quick patch from Vegard half a year ago:
http://lkml.org/lkml/2008/5/4/13
that patch was not adopted and the config options in the warning log
were later on frequent participants in build failures and subsequent
stream of trivial fixes.
Ingo
next prev parent reply other threads:[~2008-10-15 10:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-14 0:07 [GIT] HID patches for 2.6.28 Jiri Kosina
2008-10-14 19:41 ` Linus Torvalds
2008-10-14 20:12 ` Jiri Kosina
2008-10-14 21:02 ` Harvey Harrison
2008-10-14 22:39 ` Jiri Kosina
2008-10-15 9:36 ` Ingo Molnar
2008-10-15 9:42 ` Jiri Kosina
2008-10-15 10:02 ` Ingo Molnar [this message]
2008-10-15 10:20 ` Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081015100252.GA26296@elte.hu \
--to=mingo@elte.hu \
--cc=bunk@kernel.org \
--cc=jirislaby@gmail.com \
--cc=jkosina@suse.cz \
--cc=khali@linux-fr.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=vegard.nossum@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.