Re: [PATCH v2 4/4] spi: Add KUnit coverage for DMA mapping error paths

From: David Gow

Date: Fri Aug 14 2026 - 22:33:01 EST


Le 15/08/2026 à 1:38 AM, Honghui Jiang a écrit :
> On Fri, Aug 14, 2026 at 01:49:50PM +0100, Mark Brown wrote:
>> On Fri, Aug 14, 2026 at 03:27:13PM +0300, Andy Shevchenko wrote:
>>> This is a stray change.
>>
>> Well, one of the config changes is. Clearly spi is critical enough to
>> be tested by default! :P
>
>
> Thanks, both. I'll drop CONFIG_SPI=y from default.config in v3 and keep
> it in all_tests.config.
>

Thanks: we want to keep the default config to only match things
otherwise enabled in Kconfig (via CONFIG_KUNIT_ALL_TESTS=y).
all_tests.config is the right place for this.

Cheers,
-- David