Re: [PATCH v4] configs: Introduce debug.config for CI-like setup

From: Qian Cai
Date: Wed Nov 10 2021 - 16:52:29 EST


On Thu, Nov 04, 2021 at 12:15:04PM -0400, Qian Cai wrote:
> Some general debugging features like kmemleak, KASAN, lockdep, UBSAN etc
> help fix many viruses like a microscope. On the other hand, those features
> are scatter around and mixed up with more situational debugging options
> making them difficult to consume properly. This cold help amplify the
> general debugging/testing efforts and help establish sensitive default
> values for those options across the broad.
>
> The config is based on years' experiences running daily CI inside the
> largest enterprise Linux distro company to seek regressions on
> linux-next builds on different bare-metal and virtual platforms. It can be
> used for example,
>
> $ make ARCH=arm64 defconfig debug.config

Andrew, can you take a look at this patch?