Hi Masahiro, this series contains two actual fixes, the third patch is rather aimed to be an RFC. I find it quite useful to have a target at hand to easily generate debugging output from the parser when needed. I could imagine this target could also be used to add some parser tests to the recently introduced automated tests, but perhap you already have other plans or better suggestions. Dirk Dirk Gouders (3): kconfig: avoid assert()-triggered segfaults in xfwrite() kconfig: handle P_SYMBOL in print_symbol() kconfig: add debugconfig target for debugging purposes scripts/kconfig/Makefile | 10 ++++++++- scripts/kconfig/dconf.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ scripts/kconfig/expr.c | 5 ++++- scripts/kconfig/expr.h | 3 +++ scripts/kconfig/zconf.y | 4 ++++ 5 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 scripts/kconfig/dconf.c -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html