Re: [PATCH 01/10 net-next v3] ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs

From: Krzysztof Kozlowski

Date: Wed Mar 18 2026 - 06:21:01 EST


On 18/03/2026 11:14, Fernando Fernandez Mancera wrote:
>>>
>>> [1] http://www.linux-m68k.org/faq/ram.html
>>>
>>> Signed-off-by: Fernando Fernandez Mancera <fmancera@xxxxxxx>
>>> Tested-by: Ricardo B. Marlière <rbm@xxxxxxxx>
>>
>> That's a Kconfig/defconfig only patch, so build system. You cannot test
>> it in a meaning of testing code. Building code is not testing.
>>
>
> I do not agree. This isn't a Kconfig/defconfig only patch. It is taking
> down some module logic like changing module_init() to device_initcall().
> Indeed, on v1, this patch was introducing a regression as it was using
> fs_initcall().

Indeed, hiding among Kconfigs there is one C file. I missed that, it's fine.

Best regards,
Krzysztof