Re: [PATCH 2/2] kcsan: test: Add a .kunitconfig to run KCSAN tests

From: Brendan Higgins
Date: Wed Jul 06 2022 - 15:53:27 EST


On Wed, May 18, 2022 at 3:32 AM David Gow <davidgow@xxxxxxxxxx> wrote:
>
> Add a .kunitconfig file, which provides a default, working config for
> running the KCSAN tests. Note that it needs to run on an SMP machine, so
> to run under kunit_tool, the x86_64-smp qemu-based setup should be used:
> ./tools/testing/kunit/kunit.py run --arch=x86_64-smp --kunitconfig=kernel/kcsan
>
> Signed-off-by: David Gow <davidgow@xxxxxxxxxx>

Ack, but I think Marco settled on removing CONFIG_KCSAN_STRICT=y and
CONFIG_KCSAN_WEAK_MEMORY=y.

Acked-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>