merged to 5.10+

Bruce

In message: [yocto-kernel-cache][PATCH 1/9] cfg/debug: add configs for kcsan
on 04/03/2022 Ovidiu Panait wrote:

> Add support for enabling Kernel Concurrency Sanitizer (KCSAN). It's desirable
> to have this feature enabled when doing kernel fuzzing with syzkaller.
> 
> Signed-off-by: Ovidiu Panait <ovidiu.pan...@windriver.com>
> ---
>  cfg/debug/kcsan/debug-kcsan.cfg | 2 ++
>  cfg/debug/kcsan/debug-kcsan.scc | 5 +++++
>  2 files changed, 7 insertions(+)
>  create mode 100644 cfg/debug/kcsan/debug-kcsan.cfg
>  create mode 100644 cfg/debug/kcsan/debug-kcsan.scc
> 
> diff --git a/cfg/debug/kcsan/debug-kcsan.cfg b/cfg/debug/kcsan/debug-kcsan.cfg
> new file mode 100644
> index 00000000..57c4352e
> --- /dev/null
> +++ b/cfg/debug/kcsan/debug-kcsan.cfg
> @@ -0,0 +1,2 @@
> +# SPDX-License-Identifier: MIT
> +CONFIG_KCSAN=y
> diff --git a/cfg/debug/kcsan/debug-kcsan.scc b/cfg/debug/kcsan/debug-kcsan.scc
> new file mode 100644
> index 00000000..b726d6b0
> --- /dev/null
> +++ b/cfg/debug/kcsan/debug-kcsan.scc
> @@ -0,0 +1,5 @@
> +# SPDX-License-Identifier: MIT
> +define KFEATURE_DESCRIPTION "Enable kernel concurrency sanitizer support"
> +define KFEATURE_COMPATIBILITY all
> +
> +kconf non-hardware debug-kcsan.cfg
> -- 
> 2.25.1
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11030): 
https://lists.yoctoproject.org/g/linux-yocto/message/11030
Mute This Topic: https://lists.yoctoproject.org/mt/89548420/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to