Re: [PATCH 0/5] Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-09 Thread Mauro Carvalho Chehab
Hi Arnaud, Em 06-11-2010 19:30, Arnaud Lacombe escreveu: > Hi, > > This should do the job. > > A. > > Arnaud Lacombe (5): > kconfig: add an option to determine a menu's visibility > kconfig: regen parser > Revert "i2c: Fix Kconfig dependencies" > media/video: convert Kconfig to use the

Re: [PATCH 0/5] Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-06 Thread Mauro Carvalho Chehab
Em 06-11-2010 17:30, Arnaud Lacombe escreveu: > Hi, > > This should do the job. > Thank you, Arnaud! Good job! I'm currently at the airport preparing to take an international flight to return back home from LPC. I'll test your patch series tomorrow or more likely during the beginning of the ne

[PATCH 0/5] Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-06 Thread Arnaud Lacombe
Hi, This should do the job. A. Arnaud Lacombe (5): kconfig: add an option to determine a menu's visibility kconfig: regen parser Revert "i2c: Fix Kconfig dependencies" media/video: convert Kconfig to use the menu's `visible' keyword i2c/algos: convert Kconfig to use the menu's `visible

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-05 Thread Jean Delvare
On Thu, 04 Nov 2010 14:51:24 -0400, Mauro Carvalho Chehab wrote: > Em 04-11-2010 14:32, Arnaud Lacombe escreveu: > > Hi, > > > > On Thu, Nov 4, 2010 at 2:11 PM, Mauro Carvalho Chehab > > wrote: > >> [...] > >> Yes, but this makes things worse: it will allow compiling drivers that > >> Kernel > >

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-04 Thread Mauro Carvalho Chehab
Em 04-11-2010 14:32, Arnaud Lacombe escreveu: > Hi, > > On Thu, Nov 4, 2010 at 2:11 PM, Mauro Carvalho Chehab > wrote: >> [...] >> Yes, but this makes things worse: it will allow compiling drivers that Kernel >> will never use, as they won't work without an I2C adapter, and the I2C >> adapter >>

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-04 Thread Mauro Carvalho Chehab
Em 04-11-2010 14:34, Arnaud Lacombe escreveu: > Hi, > > On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab > wrote: >> Basically, we have things there like: >> >> config VIDEO_HELPER_CHIPS_AUTO >>bool "Autoselect pertinent encoders/decoders and other helper chips" >> >> config VIDEO_IV

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-04 Thread Arnaud Lacombe
Hi, On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab wrote: > Basically, we have things there like: > > config VIDEO_HELPER_CHIPS_AUTO >        bool "Autoselect pertinent encoders/decoders and other helper chips" > > config VIDEO_IVTV >        select VIDEO_WM8739 if VIDEO_HELPER_CHIPS_AUTO >

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-04 Thread Arnaud Lacombe
Hi, On Thu, Nov 4, 2010 at 2:11 PM, Mauro Carvalho Chehab wrote: > [...] > Yes, but this makes things worse: it will allow compiling drivers that Kernel > will never use, as they won't work without an I2C adapter, and the I2C adapter > is not compiled. > > Worse than that: if you go into all V4L

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-04 Thread Mauro Carvalho Chehab
Em 04-11-2010 13:19, Randy Dunlap escreveu: > On Thu, 04 Nov 2010 07:10:11 -0400 Mauro Carvalho Chehab wrote: > >> All dependencies required by the selected symbols are satisfied. For example, >> the simplest case is likely cafe_ccic, as, currently, there's just one >> possible >> driver that can

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-04 Thread Randy Dunlap
On Thu, 04 Nov 2010 07:10:11 -0400 Mauro Carvalho Chehab wrote: > All dependencies required by the selected symbols are satisfied. For example, > the simplest case is likely cafe_ccic, as, currently, there's just one > possible > driver that can be attached dynamically at runtime to cafe_ccic. We

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-04 Thread Mauro Carvalho Chehab
Em 04-11-2010 00:15, Arnaud Lacombe escreveu: > Hi, > > On Wed, Nov 3, 2010 at 11:19 PM, Mauro Carvalho Chehab > wrote: >> Em 03-11-2010 22:31, Arnaud Lacombe escreveu: >>> Hi, >>> >>> On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab >>> wrote: Em 09-10-2010 18:40, Michal Marek escreve

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Arnaud Lacombe
Hi, On Wed, Nov 3, 2010 at 11:19 PM, Mauro Carvalho Chehab wrote: > Em 03-11-2010 22:31, Arnaud Lacombe escreveu: >> Hi, >> >> On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab >> wrote: >>> Em 09-10-2010 18:40, Michal Marek escreveu: Arnaud Lacombe (1):       kconfig: delay s

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Arnaud Lacombe
Hi, On Wed, Nov 3, 2010 at 11:19 PM, Mauro Carvalho Chehab wrote: >>> config VIDEO_HELPER_CHIPS_AUTO >>>        bool "Autoselect pertinent encoders/decoders and other helper chips" >>> >>> config VIDEO_IVTV >>>        select VIDEO_WM8739 if VIDEO_HELPER_CHIPS_AUTO >>> >>> menu "Encoders/decoders

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Mauro Carvalho Chehab
Em 03-11-2010 22:31, Arnaud Lacombe escreveu: > Hi, > > On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab > wrote: >> Em 09-10-2010 18:40, Michal Marek escreveu: >>> >>> Arnaud Lacombe (1): >>> kconfig: delay symbol direct dependency initialization >> >> This patch generated a regressio

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Arnaud Lacombe
Hi, On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab wrote: > Em 09-10-2010 18:40, Michal Marek escreveu: >> >> Arnaud Lacombe (1): >>       kconfig: delay symbol direct dependency initialization > > This patch generated a regression with V4L build. After applying it, > some Kconfig dependen

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Mauro Carvalho Chehab
Em 03-11-2010 18:47, Michal Marek escreveu: > On 3.11.2010 23:29, Mauro Carvalho Chehab wrote: >> Em 09-10-2010 18:40, Michal Marek escreveu: >>> The following changes since commit cb655d0f3d57c23db51b981648e452988c0223f9: >>> >>> Linux 2.6.36-rc7 (2010-10-06 13:39:52 -0700) >>> >>> are available

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Michal Marek
On 3.11.2010 23:29, Mauro Carvalho Chehab wrote: > Em 09-10-2010 18:40, Michal Marek escreveu: >> The following changes since commit cb655d0f3d57c23db51b981648e452988c0223f9: >> >> Linux 2.6.36-rc7 (2010-10-06 13:39:52 -0700) >> >> are available in the git repository at: >> git://git.kernel.org

REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Mauro Carvalho Chehab
Hi Michal, Em 09-10-2010 18:40, Michal Marek escreveu: > Hi Linus, > > I have three fixes that should ideally go into 2.6.36: > > 1) Kyle's make oldnoconfig fix: make oldnoconfig was added and later got >broken, all in 2.6.36-rc1. > 2) Arnaud's fix for a crash in kconfig caused by a use-afte