Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-22 Thread Masahiro Yamada
2018-02-22 1:57 GMT+09:00 Arnd Bergmann : > On Tue, Feb 20, 2018 at 6:04 PM, Masahiro Yamada > wrote: >> 2018-02-20 18:59 GMT+09:00 Arnd Bergmann : >>> On Tue, Feb 20, 2018 at 10:26 AM, Masahiro Yamada >>>

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-22 Thread Masahiro Yamada
2018-02-22 1:57 GMT+09:00 Arnd Bergmann : > On Tue, Feb 20, 2018 at 6:04 PM, Masahiro Yamada > wrote: >> 2018-02-20 18:59 GMT+09:00 Arnd Bergmann : >>> On Tue, Feb 20, 2018 at 10:26 AM, Masahiro Yamada >>> wrote: 2018-02-17 6:41 GMT+09:00 Arnd Bergmann : >>> > @@ -621,14 +622,24 @@ int

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-22 Thread Masahiro Yamada
2018-02-22 1:57 GMT+09:00 Arnd Bergmann : > On Tue, Feb 20, 2018 at 6:04 PM, Masahiro Yamada > wrote: >> 2018-02-20 18:59 GMT+09:00 Arnd Bergmann : >>> On Tue, Feb 20, 2018 at 10:26 AM, Masahiro Yamada >>>

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-22 Thread Masahiro Yamada
2018-02-22 1:57 GMT+09:00 Arnd Bergmann : > On Tue, Feb 20, 2018 at 6:04 PM, Masahiro Yamada > wrote: >> 2018-02-20 18:59 GMT+09:00 Arnd Bergmann : >>> On Tue, Feb 20, 2018 at 10:26 AM, Masahiro Yamada >>> wrote: 2018-02-17 6:41 GMT+09:00 Arnd Bergmann : >>> > @@ -621,14 +622,24 @@ int

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-21 Thread Arnd Bergmann
On Tue, Feb 20, 2018 at 6:04 PM, Masahiro Yamada wrote: > 2018-02-20 18:59 GMT+09:00 Arnd Bergmann : >> On Tue, Feb 20, 2018 at 10:26 AM, Masahiro Yamada >> wrote: >>> 2018-02-17 6:41 GMT+09:00 Arnd Bergmann

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-21 Thread Arnd Bergmann
On Tue, Feb 20, 2018 at 6:04 PM, Masahiro Yamada wrote: > 2018-02-20 18:59 GMT+09:00 Arnd Bergmann : >> On Tue, Feb 20, 2018 at 10:26 AM, Masahiro Yamada >> wrote: >>> 2018-02-17 6:41 GMT+09:00 Arnd Bergmann : >> @@ -621,14 +622,24 @@ int main(int ac, char **av) case

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-20 Thread Masahiro Yamada
2018-02-20 18:59 GMT+09:00 Arnd Bergmann : > On Tue, Feb 20, 2018 at 10:26 AM, Masahiro Yamada > wrote: >> 2018-02-17 6:41 GMT+09:00 Arnd Bergmann : > >>> @@ -621,14 +622,24 @@ int main(int ac, char **av) >>> case

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-20 Thread Masahiro Yamada
2018-02-20 18:59 GMT+09:00 Arnd Bergmann : > On Tue, Feb 20, 2018 at 10:26 AM, Masahiro Yamada > wrote: >> 2018-02-17 6:41 GMT+09:00 Arnd Bergmann : > >>> @@ -621,14 +622,24 @@ int main(int ac, char **av) >>> case randconfig:name = "allrandom.config"; break; >>>

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-20 Thread Arnd Bergmann
On Tue, Feb 20, 2018 at 10:26 AM, Masahiro Yamada wrote: > 2018-02-17 6:41 GMT+09:00 Arnd Bergmann : >> @@ -621,14 +622,24 @@ int main(int ac, char **av) >> case randconfig:name = "allrandom.config"; break; >>

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-20 Thread Arnd Bergmann
On Tue, Feb 20, 2018 at 10:26 AM, Masahiro Yamada wrote: > 2018-02-17 6:41 GMT+09:00 Arnd Bergmann : >> @@ -621,14 +622,24 @@ int main(int ac, char **av) >> case randconfig:name = "allrandom.config"; break; >> default: break; >> } >> -

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-20 Thread Masahiro Yamada
2018-02-17 6:41 GMT+09:00 Arnd Bergmann : > The kernel currently supports two methods of dealing with config > fragments in the tree: > > a) Running "make foo.config" looks for arch/$(ARCH)/configs/foo.config >and kernel/configs/foo.config, and applies the defaults from those >

Re: [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-20 Thread Masahiro Yamada
2018-02-17 6:41 GMT+09:00 Arnd Bergmann : > The kernel currently supports two methods of dealing with config > fragments in the tree: > > a) Running "make foo.config" looks for arch/$(ARCH)/configs/foo.config >and kernel/configs/foo.config, and applies the defaults from those >files on top

[PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-16 Thread Arnd Bergmann
The kernel currently supports two methods of dealing with config fragments in the tree: a) Running "make foo.config" looks for arch/$(ARCH)/configs/foo.config and kernel/configs/foo.config, and applies the defaults from those files on top of the current configuration. b) Running

[PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments

2018-02-16 Thread Arnd Bergmann
The kernel currently supports two methods of dealing with config fragments in the tree: a) Running "make foo.config" looks for arch/$(ARCH)/configs/foo.config and kernel/configs/foo.config, and applies the defaults from those files on top of the current configuration. b) Running