Skip to content

redhat: fix kunit compiling error

Nico Pache requested to merge npache/kernel-ark:cpumask_fix into os-build

The cpumask_kunit.ko file is still being included in the kernel build due to it being incorrectly named in the mod-internal.list file. This causes the depmod to fail.

Change test_cpumask to cpumask_kunit to fix this.

Signed-off-by: Nico Pache npache@redhat.com

Merge request reports