[LTP] [PATCH v2 2/2] lib/tst_kconfig: Make use of boolean expression eval
Cyril Hrubis
chrubis@suse.cz
Mon Nov 2 11:38:20 CET 2020
Hi!
> But a tiny issue was found from my test, the tst_kconfig_check() would be
> failed to parse expression if reverse the sequence of the above string.
>
> i.e.
> - "CONFIG_MMU & CONFIG_EXT4_FS=m",
> + "CONFIG_EXT4_FS=m & CONFIG_MMU",
> (Core dumped here)
>
> But trying with =Num, it gets different errors:
>
> "CONFIG_MMU & CONFIG_PGTABLE_LEVELS=4",
> (works well)
>
> "CONFIG_PGTABLE_LEVELS=4 & CONFIG_MMU",
> (print Expression not satisfied!)
Looks like off by one in the strncmp() in the map() function, I will fix
that as well and send v3.
Thanks a lot for testing.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list