On 2/15/23 03:19, Marco Pagani wrote: >> When I tried running these tests, I got an error until I created this file: >> >> drivers/fpga/tests/.kunitconfig: >> CONFIG_KUNIT=y >> CONFIG_FPGA=y >> CONFIG_FPGA_REGION=y >> CONFIG_FPGA_BRIDGE=y >> CONFIG_FPGA_KUNIT_TESTS=y >> >> I think this file needs to be included in your patchset? >> >> - Russ >> > Patch 1/4 includes a .kunitconfig file with these configs set =y > >> diff --git a/drivers/fpga/tests/.kunitconfig b/drivers/fpga/tests/.kunitconfig >> new file mode 100644 >> index 000000000000..a1c2a2974c39 >> --- /dev/null >> +++ b/drivers/fpga/tests/.kunitconfig >> @@ -0,0 +1,5 @@ >> +CONFIG_KUNIT=y >> +CONFIG_FPGA=y >> +CONFIG_FPGA_REGION=y >> +CONFIG_FPGA_BRIDGE=y >> +CONFIG_FPGA_KUNIT_TESTS=y > To double-check for any patch format errors, I downloaded the patch set > from lore.kernel.org and applied it on a fresh tree with Git (version > 2.39.1) using git am. In my case, Git created the .kunitconfig file and > I was able to run the tests. > > I can see the .kunitconfig file in the emailed patch. I had to resolve some conflicts when I applied patch #1 - I must have missed this file when I committed the changes. Thanks, - Russ