[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNATEaNwVvzGzQ5n76_Jz+QUgDgKR+DNXtGtS1vMzB7hoFA@mail.gmail.com>
Date: Fri, 12 Jan 2018 00:33:23 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Ulf Magnusson <ulfalizer@...il.com>
Cc: "Yann E. MORIN" <yann.morin.1998@...e.fr>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Sam Ravnborg <sam@...nborg.org>, zippel@...ux-m68k.org,
Nicolas Pitre <nicolas.pitre@...aro.org>,
Michal Marek <michal.lkml@...kovi.net>, dirk@...ders.net,
Arnaud Lacombe <lacombar@...il.com>,
Jan Beulich <JBeulich@...e.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] kconfig: Remove menu_end_entry()
2017-10-09 7:14 GMT+09:00 Ulf Magnusson <ulfalizer@...il.com>:
> menu_end_entry() is empty and completely unused as far as I can tell:
>
> $ git log -G menu_end_entry --oneline
> a02f057 [PATCH] kconfig: improve error handling in the parser
> 1da177e Linux-2.6.12-rc2
>
> Last one is the initial Git commit, where menu_end_entry() is empty as
> well. I couldn't find anything that redefined it on Google either.
>
> It might be a debugging helper for setting a breakpoint after each
> config, menuconfig, and comment is parsed. IMO it hurts more than it
> helps in that case by making the parsing code look more complicated at a
> glance than it really is, and I suspect it doesn't get used much.
>
> Tested by running the Kconfiglib test suite, which indirectly verifies
> that the .config files generated by the C implementation for each
> defconfig file in the kernel stays the same.
>
> Signed-off-by: Ulf Magnusson <ulfalizer@...il.com>
> ---
> Changes in v2:
> - Don't include the regenerated parser. It wouldn't be safe to pull it
> directly from the patch if other changes go in before, and it might cause
> unnecessary merge conflicts. Regenerate it manually instead:
>
> $ make REGENERATE_PARSERS=1 conf
>
Applied to linux-kbuild/kconfig. Thanks!
With this, I think I picked up all the patches you posted in the last October.
(let me know if I am missing something.)
Thanks a lot for all of your contribution!
(and also Kconfiglib, I used in U-Boot)
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists