Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-07 Thread Robert Jarzmik
Ulf Magnusson writes: > The symbol AC97_BUS_NEW in sound/ac97/Kconfig selects the globally > undefined symbol AC97. > > It doesn't seem to simply be a misspelling of AC97_BUS, because then > the dependencies of AC97_BUS_COMPAT would be impossible to satisfy. You're correct. I don't know what hap

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. I will send emails in reply to the p

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. I will send emails in reply to the p

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. I will send emails in reply to the p

Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > Hello, > > This patchset fixes most references to globally undefined symbols in Kconfig > files, as reported by the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. I will send emails in reply to the p

[PATCH 00/20] Remove references to undefined symbols and fix two potential bugs

2018-02-04 Thread Ulf Magnusson
Hello, This patchset fixes most references to globally undefined symbols in Kconfig files, as reported by the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. I will send emails in reply to the patchset for some cases where I'm not sure what the proper fix is.