Re: [PATCH net] ptp: Return -EINVAL on ptp_clock_register if required ops are NULL

From: Tim Hostetler
Date: Tue Nov 04 2025 - 12:50:53 EST


On Tue, Nov 4, 2025 at 3:32 AM Vadim Fedorenko
<vadim.fedorenko@xxxxxxxxx> wrote:
>
> The patch itself LGTM, but I believe it should be targeted to net-next,
> as it doesn't actually fix any problem with GVE patches landed net tree
> already.
>
> Reviewed-by: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>

Thanks Vadim and Jakub, I'll spin a v2 for net-next and fold all the
input validation into one WARN_ON_ONCE per Jakub's suggestion.