CVE-2025-68752
The CVE-2025-68752 entry concerns the Linux kernel iavf driver: ptp_clock_settime() assumes every ptp_clock implements settime64(), leading to a NULL dereference when the callback is missing. The fix implements settime64 with a -EOPNOTSUPP stub in the iavf code path (mirroring a similar fix in gv...