From: Hangbin Liu haliu@redhat.com
[redhat] move TEST_BLACKHOLE_DEV to BLACKHOLE_DEV_KUNIT_TEST and enable it
Since commit b341f6fd45ab ("blackhole_dev: convert self-test to KUnit"), config TEST_BLACKHOLE_DEV is renamed to BLACKHOLE_DEV_KUNIT_TEST. Also enable it for kunit testing.
Signed-off-by: Hangbin Liu haliu@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_BLACKHOLE_DEV_KUNIT_TEST b/redhat/configs/common/generic/CONFIG_BLACKHOLE_DEV_KUNIT_TEST new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_BLACKHOLE_DEV_KUNIT_TEST @@ -0,0 +1 @@ +CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m diff --git a/redhat/configs/common/generic/CONFIG_TEST_BLACKHOLE_DEV b/redhat/configs/common/generic/CONFIG_TEST_BLACKHOLE_DEV deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/common/generic/CONFIG_TEST_BLACKHOLE_DEV +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_TEST_BLACKHOLE_DEV is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3818
kernel@lists.fedoraproject.org