Re: 2.6.23-git Kconfig regression

2008-01-17 Thread David Brownell
On Thursday 17 January 2008, Jan Beulich wrote: > >This stuff isn't for "distro" kernels; it's for embedded > >environments of the "only this hardware exists" sort. > >Space matters, and having small code matters.  Nobody has > >been interested enough in an "embedded distro" model to > >provide

Re: 2.6.23-git Kconfig regression

2008-01-17 Thread Jan Beulich
>>> David Brownell <[EMAIL PROTECTED]> 17.01.08 01:02 >>> >On Wednesday 16 January 2008, Jan Beulich wrote: >> >>> Randy Dunlap <[EMAIL PROTECTED]> 20.10.07 05:21 >>> >> >> Sorry for only now getting back to this. >> >> >On Fri, 19 Oct 2007 19:55:35 -0700 Randy Dunlap wrote: >> > >> ... >> >>

Re: 2.6.23-git Kconfig regression

2008-01-17 Thread David Brownell
On Thursday 17 January 2008, Jan Beulich wrote: This stuff isn't for distro kernels; it's for embedded environments of the only this hardware exists sort. Space matters, and having small code matters.  Nobody has been interested enough in an embedded distro model to provide patches enabling

Re: 2.6.23-git Kconfig regression

2008-01-16 Thread David Brownell
On Wednesday 16 January 2008, Jan Beulich wrote: > >>> Randy Dunlap <[EMAIL PROTECTED]> 20.10.07 05:21 >>> > > Sorry for only now getting back to this. > > >On Fri, 19 Oct 2007 19:55:35 -0700 Randy Dunlap wrote: > > > ... > > I'm pretty convinced that drivers/usb/gadget/Kconfig isn't really >

Re: 2.6.23-git Kconfig regression

2008-01-16 Thread Jan Beulich
>>> Randy Dunlap <[EMAIL PROTECTED]> 20.10.07 05:21 >>> Sorry for only now getting back to this. >On Fri, 19 Oct 2007 19:55:35 -0700 Randy Dunlap wrote: > >> On Fri, 19 Oct 2007 19:01:09 -0700 Randy Dunlap wrote: >> >> > >>> I noticed a regression, visible in the drivers/usb/gadget Kconfig; >>

Re: 2.6.23-git Kconfig regression

2008-01-16 Thread Jan Beulich
Randy Dunlap [EMAIL PROTECTED] 20.10.07 05:21 Sorry for only now getting back to this. On Fri, 19 Oct 2007 19:55:35 -0700 Randy Dunlap wrote: On Fri, 19 Oct 2007 19:01:09 -0700 Randy Dunlap wrote: I noticed a regression, visible in the drivers/usb/gadget Kconfig; it seems to be quite

Re: 2.6.23-git Kconfig regression

2008-01-16 Thread David Brownell
On Wednesday 16 January 2008, Jan Beulich wrote: Randy Dunlap [EMAIL PROTECTED] 20.10.07 05:21 Sorry for only now getting back to this. On Fri, 19 Oct 2007 19:55:35 -0700 Randy Dunlap wrote: ... I'm pretty convinced that drivers/usb/gadget/Kconfig isn't really written properly:

Re: 2.6.23-git Kconfig regression

2007-10-20 Thread Jan Beulich
I'll try to, but it may take some time. Jan >>> Sam Ravnborg <[EMAIL PROTECTED]> 10/20/07 6:50 PM >>> Jan - I assume you will look into this. And thanks to David/Randy for narrowing this down. Thanks, Sam On Fri, Oct 19, 2007 at 09:25:55PM -0700, Linus Torvalds wrote: > > > On Fri,

Re: 2.6.23-git Kconfig regression

2007-10-20 Thread Sam Ravnborg
Jan - I assume you will look into this. And thanks to David/Randy for narrowing this down. Thanks, Sam On Fri, Oct 19, 2007 at 09:25:55PM -0700, Linus Torvalds wrote: > > > On Fri, 19 Oct 2007, David Brownell wrote: > > > > My (quick, meaning that I may have missed something)

Re: 2.6.23-git Kconfig regression

2007-10-20 Thread Sam Ravnborg
Jan - I assume you will look into this. And thanks to David/Randy for narrowing this down. Thanks, Sam On Fri, Oct 19, 2007 at 09:25:55PM -0700, Linus Torvalds wrote: On Fri, 19 Oct 2007, David Brownell wrote: My (quick, meaning that I may have missed something) testing

Re: 2.6.23-git Kconfig regression

2007-10-20 Thread Jan Beulich
I'll try to, but it may take some time. Jan Sam Ravnborg [EMAIL PROTECTED] 10/20/07 6:50 PM Jan - I assume you will look into this. And thanks to David/Randy for narrowing this down. Thanks, Sam On Fri, Oct 19, 2007 at 09:25:55PM -0700, Linus Torvalds wrote: On Fri, 19 Oct

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread Linus Torvalds
On Fri, 19 Oct 2007, David Brownell wrote: > > My (quick, meaning that I may have missed something) testing > > indicates that the problem is in the patches attached. > > Yes, reverting this seems to resolve the problem: > > > a5bf3d891a6a0fb5aa122792d965e3774108b923 > > > > Change kconfig

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread David Brownell
> My (quick, meaning that I may have missed something) testing > indicates that the problem is in the patches attached. Yes, reverting this seems to resolve the problem: > a5bf3d891a6a0fb5aa122792d965e3774108b923 > > Change kconfig behavior so that mixing bool and tristate config settings in > a

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread Randy Dunlap
On Fri, 19 Oct 2007 19:55:35 -0700 Randy Dunlap wrote: > On Fri, 19 Oct 2007 19:01:09 -0700 Randy Dunlap wrote: > > > >>> I noticed a regression, visible in the drivers/usb/gadget Kconfig; > > >>> it seems to be quite recent. > > >>> > > >>> ... > > >> Hm, it does look very odd. It looks like

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread Randy Dunlap
On Fri, 19 Oct 2007 19:01:09 -0700 Randy Dunlap wrote: > >>> I noticed a regression, visible in the drivers/usb/gadget Kconfig; > >>> it seems to be quite recent. > >>> > >>> ... > >> Hm, it does look very odd. It looks like it has something to > >> do with working differently for some reason.

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread Randy Dunlap
David Brownell wrote: (Originally posted to kbuild-devel per MAINTAINERS, but that post was rejected since that is -- undocumented, sigh -- a members-only list.) That mailing list is no longer used. Today's git pull for kbuild included this change: KCONFIG P:

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread David Brownell
> > (Originally posted to kbuild-devel per MAINTAINERS, but > > that post was rejected since that is -- undocumented, > > sigh -- a members-only list.) > > That mailing list is no longer used. Today's git pull for kbuild > included this change: > > KCONFIG > P: Roman Zippel > M:

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread Randy Dunlap
On Fri, 19 Oct 2007 18:22:45 -0700 David Brownell wrote: > (Originally posted to kbuild-devel per MAINTAINERS, but > that post was rejected since that is -- undocumented, > sigh -- a members-only list.) That mailing list is no longer used. Today's git pull for kbuild included

2.6.23-git Kconfig regression

2007-10-19 Thread David Brownell
(Originally posted to kbuild-devel per MAINTAINERS, but that post was rejected since that is -- undocumented, sigh -- a members-only list.) Hi, I noticed a regression, visible in the drivers/usb/gadget Kconfig; it seems to be quite recent. That Kconfig hasn't changed

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread Randy Dunlap
On Fri, 19 Oct 2007 18:22:45 -0700 David Brownell wrote: (Originally posted to kbuild-devel per MAINTAINERS, but that post was rejected since that is -- undocumented, sigh -- a members-only list.) That mailing list is no longer used. Today's git pull for kbuild included

2.6.23-git Kconfig regression

2007-10-19 Thread David Brownell
(Originally posted to kbuild-devel per MAINTAINERS, but that post was rejected since that is -- undocumented, sigh -- a members-only list.) Hi, I noticed a regression, visible in the drivers/usb/gadget Kconfig; it seems to be quite recent. That Kconfig hasn't changed

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread Randy Dunlap
David Brownell wrote: (Originally posted to kbuild-devel per MAINTAINERS, but that post was rejected since that is -- undocumented, sigh -- a members-only list.) That mailing list is no longer used. Today's git pull for kbuild included this change: KCONFIG P:

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread Randy Dunlap
On Fri, 19 Oct 2007 19:55:35 -0700 Randy Dunlap wrote: On Fri, 19 Oct 2007 19:01:09 -0700 Randy Dunlap wrote: I noticed a regression, visible in the drivers/usb/gadget Kconfig; it seems to be quite recent. ... Hm, it does look very odd. It looks like it has something to do

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread Randy Dunlap
On Fri, 19 Oct 2007 19:01:09 -0700 Randy Dunlap wrote: I noticed a regression, visible in the drivers/usb/gadget Kconfig; it seems to be quite recent. ... Hm, it does look very odd. It looks like it has something to do with choice working differently for some reason. In xconfig,

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread David Brownell
(Originally posted to kbuild-devel per MAINTAINERS, but that post was rejected since that is -- undocumented, sigh -- a members-only list.) That mailing list is no longer used. Today's git pull for kbuild included this change: KCONFIG P: Roman Zippel M: [EMAIL

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread Linus Torvalds
On Fri, 19 Oct 2007, David Brownell wrote: My (quick, meaning that I may have missed something) testing indicates that the problem is in the patches attached. Yes, reverting this seems to resolve the problem: a5bf3d891a6a0fb5aa122792d965e3774108b923 Change kconfig behavior so

Re: 2.6.23-git Kconfig regression

2007-10-19 Thread David Brownell
My (quick, meaning that I may have missed something) testing indicates that the problem is in the patches attached. Yes, reverting this seems to resolve the problem: a5bf3d891a6a0fb5aa122792d965e3774108b923 Change kconfig behavior so that mixing bool and tristate config settings in a