On Wed, Nov 26, 2025 at 1:49 AM Michal Schmidt <[email protected]> wrote: > > ptp_clock_settime() assumes every ptp_clock has implemented settime64(). > Stub it with -EOPNOTSUPP to prevent a NULL dereference. > > The fix is similar to commit 329d050bbe63 ("gve: Implement settime64 > with -EOPNOTSUPP"). > > Fixes: d734223b2f0d ("iavf: add initial framework for registering PTP clock") > Signed-off-by: Michal Schmidt <[email protected]>
Reviewed-by: Tim Hostetler <[email protected]>
