Re: [PATCH net-next] net: pse-pd: Fix ethnl_pse_send_ntf() stub parameter type

From: Simon Horman
Date: Fri Jun 20 2025 - 15:55:28 EST


On Fri, Jun 20, 2025 at 11:16:41AM +0200, Kory Maincent wrote:
> The ethnl_pse_send_ntf() stub function has incorrect parameter type when
> CONFIG_ETHTOOL_NETLINK is disabled. The function should take a net_device
> pointer instead of phy_device pointer to match the actual implementation.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202506200355.TqFiYUbN-lkp@xxxxxxxxx/
> Fixes: fc0e6db30941 ("net: pse-pd: Add support for reporting events")
> Signed-off-by: Kory Maincent <kory.maincent@xxxxxxxxxxx>

I note that this is a fix for a patch present in net-next but not net,
so the Fixes tag + target of net-next combination looks good to me.

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>