Re: [PATCH 6/6] kconfig: Regenerate parser

From: Ulf Magnusson
Date: Sun Oct 08 2017 - 18:25:18 EST


On Sun, Oct 8, 2017 at 7:11 PM, Ulf Magnusson <ulfalizer@xxxxxxxxx> wrote:
> After the parsing memory leak fixes.
>
> Signed-off-by: Ulf Magnusson <ulfalizer@xxxxxxxxx>
> ---
> scripts/kconfig/zconf.tab.c_shipped | 562 +++++++++++++++++++-----------------
> 1 file changed, 294 insertions(+), 268 deletions(-)
>
> diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts/kconfig/zconf.tab.c_shipped
> index a22b285..d513857 100644
> --- a/scripts/kconfig/zconf.tab.c_shipped
> +++ b/scripts/kconfig/zconf.tab.c_shipped
...
> --
> 2.7.4
>

...though the parser should really be regenerated manually to be sure it matches
zconf.y:

$ make REGENERATE_PARSERS=1 conf

Cheers,
Ulf