[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d693d351-7c93-693f-4bf5-3ccd5db46e60@infradead.org>
Date: Tue, 3 Aug 2021 14:49:08 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Lukas Bulwahn <lukas.bulwahn@...il.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
x86@...nel.org
Cc: "H . Peter Anvin" <hpa@...or.com>,
Darren Hart <dvhart@...radead.org>,
Andy Shevchenko <andy@...radead.org>,
Lubomir Rintel <lkundrak@...sk>, Pavel Machek <pavel@....cz>,
Lee Jones <lee.jones@...aro.org>,
"Rafael J . Wysocki" <rafael.j.wysocki@...el.com>,
Mika Westerberg <mika.westerberg@...ux.intel.com>,
Linus Walleij <linus.walleij@...aro.org>,
platform-driver-x86@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/
On 8/3/21 4:35 AM, Lukas Bulwahn wrote:
> Dear x86 maintainers,
>
>
> Randy Dunlap pointed out that ./scripts/checkkconfigsymbols.py warns on
> invalid references to Kconfig symbols (often, minor typos, name confusions
> or outdated references): see Link below.
>
> This is a first patch series addressing the issues reported by
> ./scripts/checkkconfigsymbols.py in the ./arch/x86/ directories, quickly
> filtered down with:
>
> ./scripts/checkkconfigsymbols.py | grep "arch/x86" -B 1 -A 2
>
> It addresses some issues I considered to be "true positives";
> so, issues that should be addressed and cleaned up.
>
...
for the series:
Acked-by: Randy Dunlap <rdunlap@...radead.org>
Thanks.
>
> Lukas Bulwahn (9):
> x86/entry: correct reference to intended CONFIG_64_BIT
> x86, olpc: correct condition to intended CONFIG_OLPC_XO15_SCI
> x86/Kconfig: correct reference to MWINCHIP3D
> x86/Kconfig: remove reference to obsolete MFD_INTEL_MSIC config
> x86/Kconfig: remove reference to obsolete APB_TIMER config
> x86/irq: fix slightly wrong reference in comment
> x86/uaccess: adjust comment for endif of CONFIG_CC_HAS_ASM_GOTO_OUTPUT
> x86: page_32.h: adjust comment for endif of CONFIG_X86_USE_3DNOW
> x86: ia32.h: adjust comment for endif of CONFIG_IA32_EMULATION
>
> arch/x86/Kconfig | 4 +---
> arch/x86/include/asm/entry-common.h | 2 +-
> arch/x86/include/asm/ia32.h | 2 +-
> arch/x86/include/asm/irq_stack.h | 2 +-
> arch/x86/include/asm/page_32.h | 2 +-
> arch/x86/include/asm/uaccess.h | 2 +-
> arch/x86/platform/olpc/olpc.c | 2 +-
> 7 files changed, 7 insertions(+), 9 deletions(-)
>
--
~Randy
Powered by blists - more mailing lists