platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/
@ 2021-08-03 11:35 Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 1/9] x86/entry: correct reference to intended CONFIG_64_BIT Lukas Bulwahn
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 11:35 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Lukas Bulwahn

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.

The patches on updating the comments might arguably be considered of low
value by itself, but as the other patches show, checkkconfigsymbols does
detect some relevant issues in the kernel tree otherwise being unnoticed.
So, it might be worth to clean up the kernel tree to have checkkconfigsymbols
produce a rather short list of issues and then continuously follow and check
what checkkconfigsymbols reports.

Some work from checkkconfigsymbols on arch/x86 is deferred:

  - OSNOISE_TRAECR typo in arch/x86/kernel/trace.c
    This will added to a separate janitor cleanup series with other topics
    on this file.

  - a reference to STRICT_IOMEM in arch/x86/mm/init.c
    unclear to me: which exact config this refers to

  - Given some updates of the minimal version for binutils (now >= 2.23),
    the whole special detection of binutils support for CONFIG_X86_X32 and
    its speciality with CONFIG_X86_X32_ABI might be unneeded. I might look
    into that in a separate task.

The remaining issues that checkkconfigsymbols reports are (as far as I
understand it now) "false positives" (the tool misinterprets the actual
content) or "intentional", e.g., they refer to historic configs for the
purpose of documentation (e.g., in changelogs) or are in various kernel
configs that are not continuously updated to match the current set of
kernel configs.

Please pick this series of minor clean-up patches on ./arch/x86/.

It applies cleanly on next-20210802.

Link: https://lore.kernel.org/linux-kernel-mentees/295b8f8c-4264-9f32-6723-9d2d574021ac@infradead.org/


Best regards,

Lukas


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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH 1/9] x86/entry: correct reference to intended CONFIG_64_BIT
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
@ 2021-08-03 11:35 ` Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 2/9] x86, olpc: correct condition to intended CONFIG_OLPC_XO15_SCI Lukas Bulwahn
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 11:35 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit 662a0221893a ("x86/entry: Fix AC assertion") adds a condition with
IS_ENABLED(CONFIG_64_BIT), but the intended config is called CONFIG_64BIT,
as defined in ./arch/x86/Kconfig.

Fortunately, ./scripts/checkkconfigsymbols.py warns:

64_BIT
Referencing files: arch/x86/include/asm/entry-common.h

Correct the reference to the intended config symbol.

Fixes: 662a0221893a ("x86/entry: Fix AC assertion")
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/x86/include/asm/entry-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/entry-common.h b/arch/x86/include/asm/entry-common.h
index 14ebd2196569..43184640b579 100644
--- a/arch/x86/include/asm/entry-common.h
+++ b/arch/x86/include/asm/entry-common.h
@@ -25,7 +25,7 @@ static __always_inline void arch_check_user_regs(struct pt_regs *regs)
 		 * For !SMAP hardware we patch out CLAC on entry.
 		 */
 		if (boot_cpu_has(X86_FEATURE_SMAP) ||
-		    (IS_ENABLED(CONFIG_64_BIT) && boot_cpu_has(X86_FEATURE_XENPV)))
+		    (IS_ENABLED(CONFIG_64BIT) && boot_cpu_has(X86_FEATURE_XENPV)))
 			mask |= X86_EFLAGS_AC;
 
 		WARN_ON_ONCE(flags & mask);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 2/9] x86, olpc: correct condition to intended CONFIG_OLPC_XO15_SCI
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 1/9] x86/entry: correct reference to intended CONFIG_64_BIT Lukas Bulwahn
@ 2021-08-03 11:35 ` Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 3/9] x86/Kconfig: correct reference to MWINCHIP3D Lukas Bulwahn
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 11:35 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Lukas Bulwahn

The refactoring in commit ec9964b48033 ("Platform: OLPC: Move
EC-specific functionality out from x86") introduces an
ifdef CONFIG_OLPC_XO1_5_SCI, however the config is actually called
"CONFIG_OLPC_XO15_SCI".

Fortunately, ./scripts/checkkconfigsymbols.py warns:

OLPC_XO1_5_SCI
Referencing files: arch/x86/platform/olpc/olpc.c

Correct this ifdef condition to the intended config symbol.

Fixes: ec9964b48033 ("Platform: OLPC: Move EC-specific functionality out from x86")
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/x86/platform/olpc/olpc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/platform/olpc/olpc.c b/arch/x86/platform/olpc/olpc.c
index ee2beda590d0..1d4a00e767ec 100644
--- a/arch/x86/platform/olpc/olpc.c
+++ b/arch/x86/platform/olpc/olpc.c
@@ -274,7 +274,7 @@ static struct olpc_ec_driver ec_xo1_driver = {
 
 static struct olpc_ec_driver ec_xo1_5_driver = {
 	.ec_cmd = olpc_xo1_ec_cmd,
-#ifdef CONFIG_OLPC_XO1_5_SCI
+#ifdef CONFIG_OLPC_XO15_SCI
 	/*
 	 * XO-1.5 EC wakeups are available when olpc-xo15-sci driver is
 	 * compiled in
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 3/9] x86/Kconfig: correct reference to MWINCHIP3D
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 1/9] x86/entry: correct reference to intended CONFIG_64_BIT Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 2/9] x86, olpc: correct condition to intended CONFIG_OLPC_XO15_SCI Lukas Bulwahn
@ 2021-08-03 11:35 ` Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 4/9] x86/Kconfig: remove reference to obsolete MFD_INTEL_MSIC config Lukas Bulwahn
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 11:35 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit 69b8d3fcabdc ("x86/Kconfig: Exclude i586-class CPUs lacking PAE
support from the HIGHMEM64G Kconfig group") intends to exclude the Winchip
architectures and refers to CONFIG_WINCHIP3D, but the config is called
CONFIG_MWINCHIP3D.

Hence, ./scripts/checkkconfigsymbols.py warns:

WINCHIP3D
Referencing files: arch/x86/Kconfig

Correct the reference to the intended config symbol.

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 45962aaf2b2c..79e7457db5c9 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1401,7 +1401,7 @@ config HIGHMEM4G
 
 config HIGHMEM64G
 	bool "64GB"
-	depends on !M486SX && !M486 && !M586 && !M586TSC && !M586MMX && !MGEODE_LX && !MGEODEGX1 && !MCYRIXIII && !MELAN && !MWINCHIPC6 && !WINCHIP3D && !MK6
+	depends on !M486SX && !M486 && !M586 && !M586TSC && !M586MMX && !MGEODE_LX && !MGEODEGX1 && !MCYRIXIII && !MELAN && !MWINCHIPC6 && !MWINCHIP3D && !MK6
 	select X86_PAE
 	help
 	  Select this if you have a 32-bit processor and more than 4
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 4/9] x86/Kconfig: remove reference to obsolete MFD_INTEL_MSIC config
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
                   ` (2 preceding siblings ...)
  2021-08-03 11:35 ` [PATCH 3/9] x86/Kconfig: correct reference to MWINCHIP3D Lukas Bulwahn
@ 2021-08-03 11:35 ` Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 5/9] x86/Kconfig: remove reference to obsolete APB_TIMER config Lukas Bulwahn
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 11:35 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit ef3c67b6454b ("mfd: intel_msic: Remove driver for deprecated
platform") removes the definition of the config MFD_INTEL_MSIC in
./drivers/mfd/Kconfig, but misses to remove a reference to it in
config X86_INTEL_MID in ./arch/x86/Kconfig.

Fortunately, ./scripts/checkkconfigsymbols.py warns:

MFD_INTEL_MSIC
Referencing files: arch/x86/Kconfig

Remove this reference to the obsolete config.

Fixes: ef3c67b6454b ("mfd: intel_msic: Remove driver for deprecated platform")
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/x86/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 79e7457db5c9..b553e8b4df4e 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -608,7 +608,6 @@ config X86_INTEL_MID
 	select DW_APB_TIMER
 	select APB_TIMER
 	select INTEL_SCU_PCI
-	select MFD_INTEL_MSIC
 	help
 	  Select to build a kernel capable of supporting Intel MID (Mobile
 	  Internet Device) platform systems which do not have the PCI legacy
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 5/9] x86/Kconfig: remove reference to obsolete APB_TIMER config
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
                   ` (3 preceding siblings ...)
  2021-08-03 11:35 ` [PATCH 4/9] x86/Kconfig: remove reference to obsolete MFD_INTEL_MSIC config Lukas Bulwahn
@ 2021-08-03 11:35 ` Lukas Bulwahn
  2021-10-05 19:57   ` Borislav Petkov
  2021-08-03 11:35 ` [PATCH 6/9] x86/irq: fix slightly wrong reference in comment Lukas Bulwahn
                   ` (5 subsequent siblings)
  10 siblings, 1 reply; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 11:35 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit 1b79fc4f2bfd ("x86/apb_timer: Remove driver for deprecated
platform") removes the definition of the config APB_TIMER in
./arch/x86/Kconfig, but misses to remove a reference to it in config
X86_INTEL_MID.

Fortunately, ./scripts/checkkconfigsymbols.py warns:

APB_TIMER
Referencing files: arch/x86/Kconfig

Remove this reference to the obsolete config.

Fixes: 1b79fc4f2bfd ("x86/apb_timer: Remove driver for deprecated platform")
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/x86/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b553e8b4df4e..cd466223c557 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -606,7 +606,6 @@ config X86_INTEL_MID
 	depends on X86_IO_APIC
 	select I2C
 	select DW_APB_TIMER
-	select APB_TIMER
 	select INTEL_SCU_PCI
 	help
 	  Select to build a kernel capable of supporting Intel MID (Mobile
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 6/9] x86/irq: fix slightly wrong reference in comment
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
                   ` (4 preceding siblings ...)
  2021-08-03 11:35 ` [PATCH 5/9] x86/Kconfig: remove reference to obsolete APB_TIMER config Lukas Bulwahn
@ 2021-08-03 11:35 ` Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 7/9] x86/uaccess: adjust comment for endif of CONFIG_CC_HAS_ASM_GOTO_OUTPUT Lukas Bulwahn
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 11:35 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit a0cfc74d0b00 ("x86/irq: Provide macro for inlining irq stack
switching") refers to CONFIG_UNWIND_FRAME_POINTER, but the config is
called CONFIG_UNWINDER_FRAME_POINTER.

Hence, ./scripts/checkkconfigsymbols.py warns:

UNWIND_FRAME_POINTER
Referencing files: arch/x86/include/asm/irq_stack.h

Adjust the name in the comment.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/x86/include/asm/irq_stack.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/irq_stack.h b/arch/x86/include/asm/irq_stack.h
index 562854c60808..8912492a78f1 100644
--- a/arch/x86/include/asm/irq_stack.h
+++ b/arch/x86/include/asm/irq_stack.h
@@ -58,7 +58,7 @@
  *     the output constraints to make the compiler aware that R11 cannot be
  *     reused after the asm() statement.
  *
- *     For builds with CONFIG_UNWIND_FRAME_POINTER ASM_CALL_CONSTRAINT is
+ *     For builds with CONFIG_UNWINDER_FRAME_POINTER, ASM_CALL_CONSTRAINT is
  *     required as well as this prevents certain creative GCC variants from
  *     misplacing the ASM code.
  *
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 7/9] x86/uaccess: adjust comment for endif of CONFIG_CC_HAS_ASM_GOTO_OUTPUT
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
                   ` (5 preceding siblings ...)
  2021-08-03 11:35 ` [PATCH 6/9] x86/irq: fix slightly wrong reference in comment Lukas Bulwahn
@ 2021-08-03 11:35 ` Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 8/9] x86: page_32.h: adjust comment for endif of CONFIG_X86_USE_3DNOW Lukas Bulwahn
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 11:35 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit 865c50e1d279 ("x86/uaccess: utilize CONFIG_CC_HAS_ASM_GOTO_OUTPUT")
adds an ifdef CONFIG_CC_HAS_ASM_GOTO_OUTPUT, and a comment on the
corresponding endif. However, it refers slightly mismatching to
CONFIG_CC_ASM_GOTO_OUTPUT instead.

Hence, ./scripts/checkkconfigsymbols.py warns:

CC_ASM_GOTO_OUTPUT
Referencing files: arch/x86/include/asm/uaccess.h

Adjust the comment on endif to the actual ifdef condition.

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/x86/include/asm/uaccess.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/uaccess.h b/arch/x86/include/asm/uaccess.h
index c9fa7be3df82..e7fc2c515e08 100644
--- a/arch/x86/include/asm/uaccess.h
+++ b/arch/x86/include/asm/uaccess.h
@@ -411,7 +411,7 @@ do {									\
 		     : [umem] "m" (__m(addr)),				\
 		       [efault] "i" (-EFAULT), "0" (err))
 
-#endif // CONFIG_CC_ASM_GOTO_OUTPUT
+#endif // CONFIG_CC_HAS_ASM_GOTO_OUTPUT
 
 /* FIXME: this hack is definitely wrong -AK */
 struct __large_struct { unsigned long buf[100]; };
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 8/9] x86: page_32.h: adjust comment for endif of CONFIG_X86_USE_3DNOW
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
                   ` (6 preceding siblings ...)
  2021-08-03 11:35 ` [PATCH 7/9] x86/uaccess: adjust comment for endif of CONFIG_CC_HAS_ASM_GOTO_OUTPUT Lukas Bulwahn
@ 2021-08-03 11:35 ` Lukas Bulwahn
  2021-08-03 11:35 ` [PATCH 9/9] x86: ia32.h: adjust comment for endif of CONFIG_IA32_EMULATION Lukas Bulwahn
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 11:35 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit 345b904c3f7c ("x86: page.h: unify page copying and clearing") adds
an ifdef CONFIG_X86_USE_3DNOW, and a comment on the corresponding endif.
However, it refers slightly mismatching to CONFIG_X86_3DNOW instead.

Hence, ./scripts/checkkconfigsymbols.py warns:

X86_3DNOW
Referencing files: arch/x86/include/asm/page_32.h

Adjust the comment on endif to the actual ifdef condition.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/x86/include/asm/page_32.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/page_32.h b/arch/x86/include/asm/page_32.h
index 94dbd51df58f..b13f8488ac85 100644
--- a/arch/x86/include/asm/page_32.h
+++ b/arch/x86/include/asm/page_32.h
@@ -43,7 +43,7 @@ static inline void copy_page(void *to, void *from)
 {
 	memcpy(to, from, PAGE_SIZE);
 }
-#endif	/* CONFIG_X86_3DNOW */
+#endif	/* CONFIG_X86_USE_3DNOW */
 #endif	/* !__ASSEMBLY__ */
 
 #endif /* _ASM_X86_PAGE_32_H */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 9/9] x86: ia32.h: adjust comment for endif of CONFIG_IA32_EMULATION
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
                   ` (7 preceding siblings ...)
  2021-08-03 11:35 ` [PATCH 8/9] x86: page_32.h: adjust comment for endif of CONFIG_X86_USE_3DNOW Lukas Bulwahn
@ 2021-08-03 11:35 ` Lukas Bulwahn
  2021-10-05 19:59   ` Borislav Petkov
  2021-08-03 14:32 ` [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Dave Hansen
  2021-08-03 21:49 ` Randy Dunlap
  10 siblings, 1 reply; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 11:35 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Lukas Bulwahn

The content of the ia32 header is guarded by
"ifdef CONFIG_IA32_EMULATION". The comment on the corresponding endif
refers slightly mismatching to CONFIG_IA32_SUPPORT instead.

Hence, ./scripts/checkkconfigsymbols.py warns:

IA32_SUPPORT
Referencing files: arch/x86/include/asm/ia32.h

Adjust the comment on endif to the actual ifdef condition.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/x86/include/asm/ia32.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/ia32.h b/arch/x86/include/asm/ia32.h
index 2c5f7861d373..fada857f0a1e 100644
--- a/arch/x86/include/asm/ia32.h
+++ b/arch/x86/include/asm/ia32.h
@@ -68,6 +68,6 @@ extern void ia32_pick_mmap_layout(struct mm_struct *mm);
 
 #endif
 
-#endif /* !CONFIG_IA32_SUPPORT */
+#endif /* CONFIG_IA32_EMULATION */
 
 #endif /* _ASM_X86_IA32_H */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
                   ` (8 preceding siblings ...)
  2021-08-03 11:35 ` [PATCH 9/9] x86: ia32.h: adjust comment for endif of CONFIG_IA32_EMULATION Lukas Bulwahn
@ 2021-08-03 14:32 ` Dave Hansen
  2021-08-03 15:12   ` Lukas Bulwahn
  2021-08-03 21:49 ` Randy Dunlap
  10 siblings, 1 reply; 17+ messages in thread
From: Dave Hansen @ 2021-08-03 14:32 UTC (permalink / raw)
  To: Lukas Bulwahn, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	x86, Randy Dunlap
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel, Kees Cook

On 8/3/21 4:35 AM, Lukas Bulwahn wrote:
>   - a reference to STRICT_IOMEM in arch/x86/mm/init.c
>     unclear to me: which exact config this refers to

Are you referring to the reference in this comment?

> +       /*
> +        * This must follow RAM test, since System RAM is considered a
> +        * restricted resource under CONFIG_STRICT_IOMEM.
> +        */
> +       if (iomem_is_exclusive(pagenr << PAGE_SHIFT)) {
> +               /* Low 1MB bypasses iomem restrictions. */
> +               if (pagenr < 256)
> +                       return 1;
...

That came from here:

> commit a4866aa812518ed1a37d8ea0c881dc946409de94
> Author: Kees Cook <keescook@chromium.org>
> Date:   Wed Apr 5 09:39:08 2017 -0700
>
>     mm: Tighten x86 /dev/mem with zeroing reads

Which also added this hunk:

>  #ifdef CONFIG_STRICT_DEVMEM
> +static inline int page_is_allowed(unsigned long pfn)
> +{
> +       return devmem_is_allowed(pfn);
> +}

and talks about CONFIG_STRICT_DEVMEM in the changelog:

>     mm: Tighten x86 /dev/mem with zeroing reads
>     
>     Under CONFIG_STRICT_DEVMEM, reading System RAM through /dev/mem is
>     disallowed. However, on x86, the first 1MB was always allowed for BIOS
...

It's a pretty safe guess that STRICT_IOMEM refers to CONFIG_STRICT_DEVMEM.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/
  2021-08-03 14:32 ` [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Dave Hansen
@ 2021-08-03 15:12   ` Lukas Bulwahn
  2021-08-03 15:40     ` Dave Hansen
  0 siblings, 1 reply; 17+ messages in thread
From: Lukas Bulwahn @ 2021-08-03 15:12 UTC (permalink / raw)
  To: Dave Hansen
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, X86 ML,
	Randy Dunlap, H . Peter Anvin, Darren Hart, Andy Shevchenko,
	Lubomir Rintel, Pavel Machek, Lee Jones, Rafael J . Wysocki,
	Mika Westerberg, Linus Walleij, platform-driver-x86,
	kernel-janitors, Linux Kernel Mailing List, Kees Cook

On Tue, Aug 3, 2021 at 4:32 PM Dave Hansen <dave.hansen@intel.com> wrote:
>
> On 8/3/21 4:35 AM, Lukas Bulwahn wrote:
> >   - a reference to STRICT_IOMEM in arch/x86/mm/init.c
> >     unclear to me: which exact config this refers to
>
> Are you referring to the reference in this comment?
>
> > +       /*
> > +        * This must follow RAM test, since System RAM is considered a
> > +        * restricted resource under CONFIG_STRICT_IOMEM.
> > +        */
> > +       if (iomem_is_exclusive(pagenr << PAGE_SHIFT)) {
> > +               /* Low 1MB bypasses iomem restrictions. */
> > +               if (pagenr < 256)
> > +                       return 1;
> ...
>

Yes, that is what I referred to.

> That came from here:
>
> > commit a4866aa812518ed1a37d8ea0c881dc946409de94
> > Author: Kees Cook <keescook@chromium.org>
> > Date:   Wed Apr 5 09:39:08 2017 -0700
> >
> >     mm: Tighten x86 /dev/mem with zeroing reads
>
> Which also added this hunk:
>
> >  #ifdef CONFIG_STRICT_DEVMEM
> > +static inline int page_is_allowed(unsigned long pfn)
> > +{
> > +       return devmem_is_allowed(pfn);
> > +}
>
> and talks about CONFIG_STRICT_DEVMEM in the changelog:
>
> >     mm: Tighten x86 /dev/mem with zeroing reads
> >
> >     Under CONFIG_STRICT_DEVMEM, reading System RAM through /dev/mem is
> >     disallowed. However, on x86, the first 1MB was always allowed for BIOS
> ...
>
> It's a pretty safe guess that STRICT_IOMEM refers to CONFIG_STRICT_DEVMEM.

Thanks, Dave.

If the maintainers consider updates to comments making them consistent
with the code as worth being picked, I will turn your analysis into a
proper commit message and provide a patch to update that comment.

Lukas

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/
  2021-08-03 15:12   ` Lukas Bulwahn
@ 2021-08-03 15:40     ` Dave Hansen
  2021-12-22 13:00       ` Lukas Bulwahn
  0 siblings, 1 reply; 17+ messages in thread
From: Dave Hansen @ 2021-08-03 15:40 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, X86 ML,
	Randy Dunlap, H . Peter Anvin, Darren Hart, Andy Shevchenko,
	Lubomir Rintel, Pavel Machek, Lee Jones, Rafael J . Wysocki,
	Mika Westerberg, Linus Walleij, platform-driver-x86,
	kernel-janitors, Linux Kernel Mailing List, Kees Cook

On 8/3/21 8:12 AM, Lukas Bulwahn wrote:
>> It's a pretty safe guess that STRICT_IOMEM refers to CONFIG_STRICT_DEVMEM.
> Thanks, Dave.
> 
> If the maintainers consider updates to comments making them consistent
> with the code as worth being picked, I will turn your analysis into a
> proper commit message and provide a patch to update that comment.

I'd happily ack a patch that does that.  Might as well fix that kind of
stuff now before more time passes and it gets harder to track down.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/
  2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
                   ` (9 preceding siblings ...)
  2021-08-03 14:32 ` [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Dave Hansen
@ 2021-08-03 21:49 ` Randy Dunlap
  10 siblings, 0 replies; 17+ messages in thread
From: Randy Dunlap @ 2021-08-03 21:49 UTC (permalink / raw)
  To: Lukas Bulwahn, Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86
  Cc: H . Peter Anvin, Darren Hart, Andy Shevchenko, Lubomir Rintel,
	Pavel Machek, Lee Jones, Rafael J . Wysocki, Mika Westerberg,
	Linus Walleij, platform-driver-x86, kernel-janitors,
	linux-kernel

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@infradead.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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 5/9] x86/Kconfig: remove reference to obsolete APB_TIMER config
  2021-08-03 11:35 ` [PATCH 5/9] x86/Kconfig: remove reference to obsolete APB_TIMER config Lukas Bulwahn
@ 2021-10-05 19:57   ` Borislav Petkov
  0 siblings, 0 replies; 17+ messages in thread
From: Borislav Petkov @ 2021-10-05 19:57 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Thomas Gleixner, Ingo Molnar, x86, Randy Dunlap, H . Peter Anvin,
	Darren Hart, Andy Shevchenko, Lubomir Rintel, Pavel Machek,
	Lee Jones, Rafael J . Wysocki, Mika Westerberg, Linus Walleij,
	platform-driver-x86, kernel-janitors, linux-kernel

On Tue, Aug 03, 2021 at 01:35:27PM +0200, Lukas Bulwahn wrote:
> Commit 1b79fc4f2bfd ("x86/apb_timer: Remove driver for deprecated
> platform") removes the definition of the config APB_TIMER in
> ./arch/x86/Kconfig, but misses to remove a reference to it in config
> X86_INTEL_MID.
> 
> Fortunately, ./scripts/checkkconfigsymbols.py warns:
> 
> APB_TIMER
> Referencing files: arch/x86/Kconfig
> 
> Remove this reference to the obsolete config.
> 
> Fixes: 1b79fc4f2bfd ("x86/apb_timer: Remove driver for deprecated platform")
> Suggested-by: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  arch/x86/Kconfig | 1 -
>  1 file changed, 1 deletion(-)

I've combined that and the previous one into a single patch since
they're pretty trivial:

---
From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: Tue, 3 Aug 2021 13:35:26 +0200
Subject: [PATCH] x86/Kconfig: Remove references to obsolete Kconfig symbols

Remove two symbols referenced in Kconfig which have been removed
previously by:

  ef3c67b6454b ("mfd: intel_msic: Remove driver for deprecated platform")
  1b79fc4f2bfd ("x86/apb_timer: Remove driver for deprecated platform")

Detected by scripts/checkkconfigsymbols.py.

  [ bp: Merge into a single patch. ]

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210803113531.30720-5-lukas.bulwahn@gmail.com
---
 arch/x86/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 4e001bbbb425..b79e88ee6627 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -605,9 +605,7 @@ config X86_INTEL_MID
 	depends on X86_IO_APIC
 	select I2C
 	select DW_APB_TIMER
-	select APB_TIMER
 	select INTEL_SCU_PCI
-	select MFD_INTEL_MSIC
 	help
 	  Select to build a kernel capable of supporting Intel MID (Mobile
 	  Internet Device) platform systems which do not have the PCI legacy
-- 
2.29.2


-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [PATCH 9/9] x86: ia32.h: adjust comment for endif of CONFIG_IA32_EMULATION
  2021-08-03 11:35 ` [PATCH 9/9] x86: ia32.h: adjust comment for endif of CONFIG_IA32_EMULATION Lukas Bulwahn
@ 2021-10-05 19:59   ` Borislav Petkov
  0 siblings, 0 replies; 17+ messages in thread
From: Borislav Petkov @ 2021-10-05 19:59 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Thomas Gleixner, Ingo Molnar, x86, Randy Dunlap, H . Peter Anvin,
	Darren Hart, Andy Shevchenko, Lubomir Rintel, Pavel Machek,
	Lee Jones, Rafael J . Wysocki, Mika Westerberg, Linus Walleij,
	platform-driver-x86, kernel-janitors, linux-kernel

On Tue, Aug 03, 2021 at 01:35:31PM +0200, Lukas Bulwahn wrote:
> The content of the ia32 header is guarded by
> "ifdef CONFIG_IA32_EMULATION". The comment on the corresponding endif
> refers slightly mismatching to CONFIG_IA32_SUPPORT instead.
> 
> Hence, ./scripts/checkkconfigsymbols.py warns:
> 
> IA32_SUPPORT
> Referencing files: arch/x86/include/asm/ia32.h
> 
> Adjust the comment on endif to the actual ifdef condition.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  arch/x86/include/asm/ia32.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Merged the last 4 into a single patch because they're trivial:

---
From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: Tue, 5 Oct 2021 21:48:30 +0200
Subject: [PATCH] x86: Fix misspelled Kconfig symbols

Fix misspelled Kconfig symbols as detected by
scripts/checkkconfigsymbols.py.

 [ bp: Combine into a single patch. ]

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210803113531.30720-7-lukas.bulwahn@gmail.com
---
 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 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/x86/include/asm/ia32.h b/arch/x86/include/asm/ia32.h
index 2c5f7861d373..fada857f0a1e 100644
--- a/arch/x86/include/asm/ia32.h
+++ b/arch/x86/include/asm/ia32.h
@@ -68,6 +68,6 @@ extern void ia32_pick_mmap_layout(struct mm_struct *mm);
 
 #endif
 
-#endif /* !CONFIG_IA32_SUPPORT */
+#endif /* CONFIG_IA32_EMULATION */
 
 #endif /* _ASM_X86_IA32_H */
diff --git a/arch/x86/include/asm/irq_stack.h b/arch/x86/include/asm/irq_stack.h
index 562854c60808..8912492a78f1 100644
--- a/arch/x86/include/asm/irq_stack.h
+++ b/arch/x86/include/asm/irq_stack.h
@@ -58,7 +58,7 @@
  *     the output constraints to make the compiler aware that R11 cannot be
  *     reused after the asm() statement.
  *
- *     For builds with CONFIG_UNWIND_FRAME_POINTER ASM_CALL_CONSTRAINT is
+ *     For builds with CONFIG_UNWINDER_FRAME_POINTER, ASM_CALL_CONSTRAINT is
  *     required as well as this prevents certain creative GCC variants from
  *     misplacing the ASM code.
  *
diff --git a/arch/x86/include/asm/page_32.h b/arch/x86/include/asm/page_32.h
index 94dbd51df58f..b13f8488ac85 100644
--- a/arch/x86/include/asm/page_32.h
+++ b/arch/x86/include/asm/page_32.h
@@ -43,7 +43,7 @@ static inline void copy_page(void *to, void *from)
 {
 	memcpy(to, from, PAGE_SIZE);
 }
-#endif	/* CONFIG_X86_3DNOW */
+#endif	/* CONFIG_X86_USE_3DNOW */
 #endif	/* !__ASSEMBLY__ */
 
 #endif /* _ASM_X86_PAGE_32_H */
diff --git a/arch/x86/include/asm/uaccess.h b/arch/x86/include/asm/uaccess.h
index c9fa7be3df82..e7fc2c515e08 100644
--- a/arch/x86/include/asm/uaccess.h
+++ b/arch/x86/include/asm/uaccess.h
@@ -411,7 +411,7 @@ do {									\
 		     : [umem] "m" (__m(addr)),				\
 		       [efault] "i" (-EFAULT), "0" (err))
 
-#endif // CONFIG_CC_ASM_GOTO_OUTPUT
+#endif // CONFIG_CC_HAS_ASM_GOTO_OUTPUT
 
 /* FIXME: this hack is definitely wrong -AK */
 struct __large_struct { unsigned long buf[100]; };
-- 
2.29.2

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/
  2021-08-03 15:40     ` Dave Hansen
@ 2021-12-22 13:00       ` Lukas Bulwahn
  0 siblings, 0 replies; 17+ messages in thread
From: Lukas Bulwahn @ 2021-12-22 13:00 UTC (permalink / raw)
  To: Dave Hansen
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, X86 ML,
	Randy Dunlap, H . Peter Anvin, Darren Hart, Andy Shevchenko,
	Lubomir Rintel, Pavel Machek, Lee Jones, Rafael J . Wysocki,
	Mika Westerberg, Linus Walleij, platform-driver-x86,
	kernel-janitors, Linux Kernel Mailing List, Kees Cook

On Tue, Aug 3, 2021 at 5:40 PM Dave Hansen <dave.hansen@intel.com> wrote:
>
> On 8/3/21 8:12 AM, Lukas Bulwahn wrote:
> >> It's a pretty safe guess that STRICT_IOMEM refers to CONFIG_STRICT_DEVMEM.
> > Thanks, Dave.
> >
> > If the maintainers consider updates to comments making them consistent
> > with the code as worth being picked, I will turn your analysis into a
> > proper commit message and provide a patch to update that comment.
>
> I'd happily ack a patch that does that.  Might as well fix that kind of
> stuff now before more time passes and it gets harder to track down.

Sorry, Dave, it took me a bit longer to come back to my second pass on
references to non-existing configs in the kernel tree...

I have just sent out a quick fix for this issue, now in your and other
x86 maintainers' mailbox:

https://lore.kernel.org/all/20211222125347.13054-1-lukas.bulwahn@gmail.com/

I am happy to get an ack for that patch.

Lukas

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-12-22 13:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 11:35 [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Lukas Bulwahn
2021-08-03 11:35 ` [PATCH 1/9] x86/entry: correct reference to intended CONFIG_64_BIT Lukas Bulwahn
2021-08-03 11:35 ` [PATCH 2/9] x86, olpc: correct condition to intended CONFIG_OLPC_XO15_SCI Lukas Bulwahn
2021-08-03 11:35 ` [PATCH 3/9] x86/Kconfig: correct reference to MWINCHIP3D Lukas Bulwahn
2021-08-03 11:35 ` [PATCH 4/9] x86/Kconfig: remove reference to obsolete MFD_INTEL_MSIC config Lukas Bulwahn
2021-08-03 11:35 ` [PATCH 5/9] x86/Kconfig: remove reference to obsolete APB_TIMER config Lukas Bulwahn
2021-10-05 19:57   ` Borislav Petkov
2021-08-03 11:35 ` [PATCH 6/9] x86/irq: fix slightly wrong reference in comment Lukas Bulwahn
2021-08-03 11:35 ` [PATCH 7/9] x86/uaccess: adjust comment for endif of CONFIG_CC_HAS_ASM_GOTO_OUTPUT Lukas Bulwahn
2021-08-03 11:35 ` [PATCH 8/9] x86: page_32.h: adjust comment for endif of CONFIG_X86_USE_3DNOW Lukas Bulwahn
2021-08-03 11:35 ` [PATCH 9/9] x86: ia32.h: adjust comment for endif of CONFIG_IA32_EMULATION Lukas Bulwahn
2021-10-05 19:59   ` Borislav Petkov
2021-08-03 14:32 ` [PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/ Dave Hansen
2021-08-03 15:12   ` Lukas Bulwahn
2021-08-03 15:40     ` Dave Hansen
2021-12-22 13:00       ` Lukas Bulwahn
2021-08-03 21:49 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).