PATCH 1: Remove these two not semantics preserving inference rules: (FOO || BAR) && (!FOO && !BAR) -> n (FOO && BAR) || (!FOO || !BAR) -> y When applied, they silently alter the meaning of symbol dependencies. PATCH 2: When touching expr.c anyway, fix some comments and convert C99 style comments to traditional ones. Martin Walch (2): kconfig: fix bad syntactic transformation in expr.c kconfig: trivial - adjust comments scripts/kconfig/expr.c | 146 +++++++------------------------------------------ scripts/kconfig/expr.h | 3 - 2 files changed, 19 insertions(+), 130 deletions(-) -- 1.8.5.5 -- 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