Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-03-31 Thread Dirk Gouders
Dirk Gouders writes: > Roger Quadros writes: > >> On 31/03/16 01:16, Ruslan Bilovol wrote: >>> Hi, >>> >>> On Thu, Mar 31, 2016 at 1:08 AM, Bin Liu wrote: >>>> Hi, >>>> >>>> On Fri, Aug 15, 2014 at 2:37 AM, Dirk Gou

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-03-31 Thread Dirk Gouders
Roger Quadros writes: > On 31/03/16 01:16, Ruslan Bilovol wrote: >> Hi, >> >> On Thu, Mar 31, 2016 at 1:08 AM, Bin Liu wrote: >>> Hi, >>> >>> On Fri, Aug 15, 2014 at 2:37 AM, Dirk Gouders wrote: >>>> Bin Liu writes: >>>&g

[RESEND PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-04-20 Thread Dirk Gouders
and will also cause the choice_values' value set to 'n' in sym_calc_value() and as a result they are written as "not set" to the resulting .config file. Reported-by: Sebastian Andrzej Siewior Signed-off-by: Dirk Gouders Tested-by: Sebastian Andrzej Siewior --- scripts/kcon

Re: [RESEND PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-04-20 Thread Dirk Gouders
kbuild test robot writes: > Hi, > > [auto build test ERROR on v4.6-rc4] > [also build test ERROR on next-20160420] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url: > https://github.com/0day-ci

[PATCH v5] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-04-29 Thread Dirk Gouders
ppear from the choice list and will also cause the choice_values' value set to 'n' in sym_calc_value() and as a result they are written as "not set" to the resulting .config file. Reported-by: Sebastian Andrzej Siewior Signed-off-by: Dirk Gouders Tested-by: Sebastian Andrzej S

Re: choice =y selection becomes lost after having multiple entries =m with depends on

2013-10-24 Thread Dirk Gouders
Sebastian Andrzej Siewior writes: > On 10/23/2013 01:23 PM, Yann E. MORIN wrote: >> Sebastian, All, > > Hi Yann, > >> So, I've tried your tests here, and indeed it does not behave as >> expected. Yet, I can observe a slight deviation from your observations: >> the third time I enter the "USB Gadg

Re: choice =y selection becomes lost after having multiple entries =m with depends on

2013-10-24 Thread Dirk Gouders
Sebastian Andrzej Siewior writes: > On 10/24/2013 05:30 PM, Dirk Gouders wrote: >> Hi Sebastian, > > Hi Dirk, > >> I was looking at what you described and initially had a hard time to >> reproduce the problem, probably because I tried it after `make >> mrprope

Re: choice =y selection becomes lost after having multiple entries =m with depends on

2013-10-30 Thread Dirk Gouders
Sebastian Andrzej Siewior writes: > On 10/24/2013 05:30 PM, Dirk Gouders wrote: >> Hi Sebastian, > > Hi Dirk, > >> I was looking at what you described and initially had a hard time to >> reproduce the problem, probably because I tried it after `make >> mrprope

Re: choice =y selection becomes lost after having multiple entries =m with depends on

2013-10-30 Thread Dirk Gouders
Daniele Forsi writes: > 2013/10/30 Dirk Gouders: > >> Those values are also written to the config file causing modules when >> they should not. > > this sentence of the commit message is missing something, I think you mean: > s/causing modules/causing modules to be b

Re: choice =y selection becomes lost after having multiple entries =m with depends on

2013-10-30 Thread Dirk Gouders
Dirk Gouders writes: > Sebastian Andrzej Siewior writes: > >> On 10/24/2013 05:30 PM, Dirk Gouders wrote: >>> Hi Sebastian, >> >> Hi Dirk, >> >>> I was looking at what you described and initially had a hard time to >>> reproduce the prob

Re: choice =y selection becomes lost after having multiple entries =m with depends on

2013-11-01 Thread Dirk Gouders
"Yann E. MORIN" writes: > Dirk, All, > > On 2013-10-30 15:26 +0100, Dirk Gouders spake thusly: >> Dirk Gouders writes: > [--SNIP--] >> below is a patch that prevents choice_values to appear in the list if >> they depend on 'm' symbols and the c

[PATCH v3] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2013-11-01 Thread Dirk Gouders
'n' if the corresponding choice is set to 'y'. This makes them disappear from the choice list and will also cause the choice_values' value set to 'n' in sym_calc_value() and as a result they are written as "not set" to the resulting .config file. Report

Re: [PATCH v3] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2013-11-06 Thread Dirk Gouders
"Yann E. MORIN" writes: > Dirk, All, > > On 2013-11-01 00:39 +0100, Dirk Gouders spake thusly: >> If choices consist of choice_values that depend on symbols set to 'm', >> those choice_values are not set to 'n' if the choice is change

Re: [PATCH v3] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2013-11-07 Thread Dirk Gouders
"Yann E. MORIN" writes: > Dirk, All, > > On 2013-11-06 15:43 +0100, Dirk Gouders spake thusly: >> "Yann E. MORIN" writes: > [--SNIP--] >> > It seems I'm missing something here. > [--SNIP--] >> Yes, but obviously, I did not describ

[PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2013-11-07 Thread Dirk Gouders
and will also cause the choice_values' value set to 'n' in sym_calc_value() and as a result they are written as "not set" to the resulting .config file. Reported-by: Sebastian Andrzej Siewior Signed-off-by: Dirk Gouders Tested-by: Sebastian Andrzej Siewior --- scripts/kcon

Re: [PATCH v3] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2013-11-08 Thread Dirk Gouders
Dirk Gouders writes: [SNIP] >> Are you sure this test-case exhibits the problem for you? > > Yes, but obviously, I did not describe it very clearly. The steps to > reproduce the problem are: > > $ ./scripts/kconfig/mconf test.in >--> change c0 and c1

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2014-08-14 Thread Dirk Gouders
Bin Liu writes: > All, > > On Mon, Nov 18, 2013 at 12:08 PM, Yann E. MORIN > wrote: >> Dirk, All, >> >> On 2013-11-07 15:05 +0100, Dirk Gouders spake thusly: >>> If choices consist of choice_values that depend on symbols set to 'm', >>&g

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2014-08-15 Thread Dirk Gouders
Bin Liu writes: > Dirk, > > On Thu, Aug 14, 2014 at 1:52 AM, Dirk Gouders wrote: >> Bin Liu writes: >> >>> All, >>> >>> On Mon, Nov 18, 2013 at 12:08 PM, Yann E. MORIN >>> wrote: >>>> Dirk, All, >>>> >&