* [PATCH v2 1/1] RAS/AMD/ATL: Drop malformed default N from Kconfig
@ 2026-05-13 20:48 Andy Shevchenko
2026-05-14 11:27 ` Borislav Petkov
0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2026-05-13 20:48 UTC (permalink / raw)
To: Andy Shevchenko, linux-edac, linux-kernel
Cc: Yazen Ghannam, Tony Luck, Borislav Petkov
The capital letters are for symbols and N in 'default N' will be evaluated
as another, nonexistent, Kconfig symbol, and not as the 'no' it should be.
The most important is that the 'n' *is* default 'default' already. Hence
just drop the malformed line.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
v2: rephrased the commit message to mention 'N' vs. 'n' (Boris)
drivers/ras/amd/atl/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/ras/amd/atl/Kconfig b/drivers/ras/amd/atl/Kconfig
index 6e03942cd7da..44c2fd7febc5 100644
--- a/drivers/ras/amd/atl/Kconfig
+++ b/drivers/ras/amd/atl/Kconfig
@@ -12,7 +12,6 @@ config AMD_ATL
depends on AMD_NB && X86_64 && RAS
depends on AMD_NODE
depends on MEMORY_FAILURE
- default N
help
This library includes support for implementation-specific
address translation procedures needed for various error
--
2.50.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 1/1] RAS/AMD/ATL: Drop malformed default N from Kconfig
2026-05-13 20:48 [PATCH v2 1/1] RAS/AMD/ATL: Drop malformed default N from Kconfig Andy Shevchenko
@ 2026-05-14 11:27 ` Borislav Petkov
0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2026-05-14 11:27 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: linux-edac, linux-kernel, Yazen Ghannam, Tony Luck
On Wed, May 13, 2026 at 10:48:55PM +0200, Andy Shevchenko wrote:
> The capital letters are for symbols and N in 'default N' will be evaluated
> as another, nonexistent, Kconfig symbol, and not as the 'no' it should be.
> The most important is that the 'n' *is* default 'default' already. Hence
> just drop the malformed line.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> v2: rephrased the commit message to mention 'N' vs. 'n' (Boris)
> drivers/ras/amd/atl/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/ras/amd/atl/Kconfig b/drivers/ras/amd/atl/Kconfig
> index 6e03942cd7da..44c2fd7febc5 100644
> --- a/drivers/ras/amd/atl/Kconfig
> +++ b/drivers/ras/amd/atl/Kconfig
> @@ -12,7 +12,6 @@ config AMD_ATL
> depends on AMD_NB && X86_64 && RAS
> depends on AMD_NODE
> depends on MEMORY_FAILURE
> - default N
> help
> This library includes support for implementation-specific
> address translation procedures needed for various error
> --
Applied, thanks.
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-14 11:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13 20:48 [PATCH v2 1/1] RAS/AMD/ATL: Drop malformed default N from Kconfig Andy Shevchenko
2026-05-14 11:27 ` Borislav Petkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox