* [PATCH v2 0/2] kconfig: Remove bad inference rules expr_eliminate_dups2()
@ 2014-04-18 21:33 Martin Walch
0 siblings, 0 replies; only message in thread
From: Martin Walch @ 2014-04-18 21:33 UTC (permalink / raw)
To: linux-kbuild; +Cc: linux-kernel, Yann E. MORIN
So far, I have not seen any answers to the first version of this patch.
Accordingly, v2 contains only few changes.
PATCH 1: Remove expr_eliminate_dups2() and other related code.
This does not seem to actually affect the behaviour when using Kconfig files
from the mainline kernel. But there is a slight possibility that there are
configuration files in other branches or in other projects that use the Linux
Kernel configuration system that may be affected or may even rely on the
behaviour. So, there is a small chance to break something somewhere (on the
other hand, there is also a small chance to fix something somewhere). Maybe
some warning should be documented in case this patch gets accepted?
v2 updates line numbers after latest changes
PATCH 2: Fix some comments when touching expr.c anyway. No code changes.
v2 additionally converts C99 style comments to traditional ones.
Martin Walch (2):
kconfig: completely remove expr_eliminate_dups2() and related code
kconfig: trivial - adjust comments
scripts/kconfig/expr.c | 146 +++++++------------------------------------------
scripts/kconfig/expr.h | 3 -
2 files changed, 19 insertions(+), 130 deletions(-)
--
1.8.3.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-18 21:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 21:33 [PATCH v2 0/2] kconfig: Remove bad inference rules expr_eliminate_dups2() Martin Walch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox