Re: [v2 1/1] kconfig: Terminate menu blocks with a comment in the generated config

2019-05-07 Thread Alexander Popov
7 May 2019 15:29:26 GMT+03:00, Masahiro Yamada wrote: >This patch breaks "make testconfig". > >Please get rid of the "endof" for the rootmenu >at the end of the .config file. Thanks a lot for having a look! I'll fix this issue, test it and return with the next version. Best regards, Alexa

Re: [v2 1/1] kconfig: Terminate menu blocks with a comment in the generated config

2019-05-07 Thread Masahiro Yamada
On Wed, May 1, 2019 at 10:01 PM Alexander Popov wrote: > > On 24.04.2019 15:02, Alexander Popov wrote: > > Currently menu blocks start with a pretty header but end with nothing in > > the generated config. So next config options stick together with the > > options from the menu block. > > > > Let'

Re: [v2 1/1] kconfig: Terminate menu blocks with a comment in the generated config

2019-05-01 Thread Alexander Popov
On 24.04.2019 15:02, Alexander Popov wrote: > Currently menu blocks start with a pretty header but end with nothing in > the generated config. So next config options stick together with the > options from the menu block. > > Let's terminate menu blocks in the generated config with a comment and >

Re: [v2 1/1] kconfig: Terminate menu blocks with a comment in the generated config

2019-04-24 Thread Kees Cook
On Wed, Apr 24, 2019 at 5:03 AM Alexander Popov wrote: > > Currently menu blocks start with a pretty header but end with nothing in > the generated config. So next config options stick together with the > options from the menu block. > > Let's terminate menu blocks in the generated config with a c

[v2 1/1] kconfig: Terminate menu blocks with a comment in the generated config

2019-04-24 Thread Alexander Popov
Currently menu blocks start with a pretty header but end with nothing in the generated config. So next config options stick together with the options from the menu block. Let's terminate menu blocks in the generated config with a comment and a newline if needed. Example: ... CONFIG_BPF_STREAM_PAR