* [PATCH v2] ACPI: Enable CONFIG_ACPI_DEBUG by default
@ 2025-06-09 3:07 Mario Limonciello
2025-06-18 19:10 ` Rafael J. Wysocki
0 siblings, 1 reply; 2+ messages in thread
From: Mario Limonciello @ 2025-06-09 3:07 UTC (permalink / raw)
To: mario.limonciello, rafael; +Cc: linux-acpi
From: Mario Limonciello <mario.limonciello@amd.com>
CONFIG_ACPI_DEBUG can be helpful for getting debug messages on OEM
systems to identify a BIOS bug. It's a relatively small size increase
to turn it on by default (50kb) and that saves asking people to enable
it when an issue comes up because it wasn't in defconfig.
Enable it by default.
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
v1: https://lore.kernel.org/linux-acpi/20250415212740.2371758-1-superm1@kernel.org/
v2:
* rebase on 6.16-rc1
* Fedora, Ubuntu, and CachyOS are all doing this in their distro kernels
and haven't had any complaints about it.
---
drivers/acpi/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 7bc40c2735ac0..b594780a57d71 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -394,6 +394,7 @@ config ACPI_TABLE_OVERRIDE_VIA_BUILTIN_INITRD
config ACPI_DEBUG
bool "Debug Statements"
+ default y
help
The ACPI subsystem can produce debug output. Saying Y enables this
output and increases the kernel size by around 50K.
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] ACPI: Enable CONFIG_ACPI_DEBUG by default
2025-06-09 3:07 [PATCH v2] ACPI: Enable CONFIG_ACPI_DEBUG by default Mario Limonciello
@ 2025-06-18 19:10 ` Rafael J. Wysocki
0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2025-06-18 19:10 UTC (permalink / raw)
To: Mario Limonciello; +Cc: mario.limonciello, rafael, linux-acpi
On Mon, Jun 9, 2025 at 5:07 AM Mario Limonciello <superm1@kernel.org> wrote:
>
> From: Mario Limonciello <mario.limonciello@amd.com>
>
> CONFIG_ACPI_DEBUG can be helpful for getting debug messages on OEM
> systems to identify a BIOS bug. It's a relatively small size increase
> to turn it on by default (50kb) and that saves asking people to enable
> it when an issue comes up because it wasn't in defconfig.
>
> Enable it by default.
>
> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
> ---
> v1: https://lore.kernel.org/linux-acpi/20250415212740.2371758-1-superm1@kernel.org/
> v2:
> * rebase on 6.16-rc1
> * Fedora, Ubuntu, and CachyOS are all doing this in their distro kernels
> and haven't had any complaints about it.
> ---
> drivers/acpi/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index 7bc40c2735ac0..b594780a57d71 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -394,6 +394,7 @@ config ACPI_TABLE_OVERRIDE_VIA_BUILTIN_INITRD
>
> config ACPI_DEBUG
> bool "Debug Statements"
> + default y
> help
> The ACPI subsystem can produce debug output. Saying Y enables this
> output and increases the kernel size by around 50K.
> --
Applied as 6.17 material, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-18 19:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09 3:07 [PATCH v2] ACPI: Enable CONFIG_ACPI_DEBUG by default Mario Limonciello
2025-06-18 19:10 ` Rafael J. Wysocki
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.