From: David S. Miller Date: Mon, 9 Sep 2024 09:29:05 +0000 (+0100) Subject: Merge branch 'fs_enet-cleanup' X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4897313bdb2b82c83e3c52c9549ee293c4e47da6;p=linux-2.6-block.git Merge branch 'fs_enet-cleanup' Maxime Chevallier says: ==================== net: ethernet: fs_enet: Cleanup and phylink conversion This is V3 of a series that cleans-up fs_enet, with the ultimate goal of converting it to phylink (patch 8). The main changes compared to V2 are : - Reviewed-by tags from Andrew were gathered - Patch 5 now includes the removal of now unused includes, thanks Andrew for spotting this - Patch 4 is new, it reworks the adjust_link to move the spinlock acquisition to a more suitable location. Although this dissapears in the actual phylink port, it makes the phylink conversion clearer on that point - Patch 8 includes fixes in the tx_timeout cancellation, to prevent taking rtnl twice when canceling a pending tx_timeout. Thanks Jakub for spotting this. Link to V2: https://lore.kernel.org/netdev/20240829161531.610874-1-maxime.chevallier@bootlin.com/ Link to V1: https://lore.kernel.org/netdev/20240828095103.132625-1-maxime.chevallier@bootlin.com/ ==================== Signed-off-by: David S. Miller --- 4897313bdb2b82c83e3c52c9549ee293c4e47da6