[PATCH] arm64: defconfig: Re-enable debug information

Arnd Bergmann arnd at kernel.org
Thu Jul 28 08:37:19 PDT 2022


On Thu, Jul 28, 2022 at 5:04 PM Tudor Cretu <tudor.cretu at arm.com> wrote:
>
> Commit f9b3cd245784 ("Kconfig.debug: make DEBUG_INFO selectable from a
> choice") introduced several options for DEBUG_INFO. Without specifying a
> choice for DEBUG_INFO, it defaults to DEBUG_INFO_NONE which disables the
> debugging information. Choose the DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT option
> to re-enable debug information.
>
> Cc: Kevin Brodsky <kevin.brodsky at arm.com>
> Cc: Mark Rutland <mark.rutland at arm.com>
> Cc: Catalin Marinas <catalin.marinas at arm.com>
> Cc: Will Deacon <will at kernel.org>
> Cc: Arnd Bergmann <arnd at kernel.org>
> Signed-off-by: Tudor Cretu <tudor.cretu at arm.com>

Thanks for the patch, but I already have the same thing queued as part of
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?h=arm/defconfig&id=ddd366bf01de5

> ---
>  arch/arm64/configs/defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 7d1105343bc2..b0665be6b211 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1296,7 +1296,7 @@ CONFIG_CRYPTO_DEV_HISI_HPRE=m
>  CONFIG_CRYPTO_DEV_HISI_TRNG=m
>  CONFIG_CMA_SIZE_MBYTES=32
>  CONFIG_PRINTK_TIME=y
> -CONFIG_DEBUG_INFO=y
> +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
>  CONFIG_DEBUG_INFO_REDUCED=y
>  CONFIG_MAGIC_SYSRQ=y
>  CONFIG_DEBUG_FS=y
> --
> 2.25.1
>



More information about the linux-arm-kernel mailing list