[PATCH net-next v2 00/11] net: stmmac: ingenic: convert to set_phy_intf_sel()
Maxime Chevallier
maxime.chevallier at bootlin.com
Thu Nov 6 02:35:29 PST 2025
>>> Convert ingenic to use the new ->set_phy_intf_sel() method that was
>>> recently introduced in net-next.
>>>
>>> This is the largest of the conversions, as there is scope for cleanups
>>> along with the conversion.
>>>
>>> v2: fix build warnings in patch 9 by rearranging the code
>>>
>>> .../net/ethernet/stmicro/stmmac/dwmac-ingenic.c | 165 ++++++---------------
>>> 1 file changed, 45 insertions(+), 120 deletions(-)
>>>
>>
>> Damned, missed that V2 and started reviewing V1... I'll resend the tags
>> for V2.
>
> Yes, Jakub reported build warnings on patch 9 last night, followed by
> the kernel build bot reporting the same thing. The dangers of not
> building with W=1, but then W=1 is noisy which makes spotting new
> warnings difficult.
>
I had the same issue, I have recently started using the nipa infra locally for
that, which comes with a way to compare the number of warnings before/after for
each patch to help sift through these :
https://github.com/linux-netdev/nipa
The setup was actually way easier than I would've thought, and testing
a series boils down to running :
cd $nipa
./ingest_mdir.py --mdir /tmp/my-series/ --tree $linux
it still takes a while to run on my workstation though, but at least it
doubles as a nice way to heat-up my living room with all the compiling
going on :)
Maxime
More information about the linux-arm-kernel
mailing list