On Mon, Jul 11, 2022 at 8:50 AM Maxime Ripard maxime@cerno.tech wrote:
A simple fix we could carry in the KUnit branch is this:
diff --git a/drivers/clk/.kunitconfig b/drivers/clk/.kunitconfig index cdbc7d7deba9..2fbeb71316f8 100644 --- a/drivers/clk/.kunitconfig +++ b/drivers/clk/.kunitconfig @@ -2,3 +2,4 @@ CONFIG_KUNIT=y CONFIG_COMMON_CLK=y CONFIG_CLK_KUNIT_TEST=y CONFIG_CLK_GATE_KUNIT_TEST=y +CONFIG_UML_PCI_OVER_VIRTIO=n
It works for me now thanks
Feel free to add my Tested-by
Maxime
Thanks, sending out https://lore.kernel.org/linux-kselftest/20220711162713.2467476-1-dlatypov@go...