Impact
The patch alters the ice driver’s handling of a missing PTP source timer in VFIO passthrough environments. Previously ice_get_ctrl_ptp() returning NULL caused a WARN_ON() to fire in ice_ptp_setup_pf(). The fix replaces that kernel warning with an informational message and returns –EOPNOTSUPP, which is the expected outcome when the controlling PF is unavailable. This correction does not introduce new code paths, privilege escalation, or denial‑of‑service conditions.
Affected Systems
All Linux kernel releases that include the ice driver without the described commit are affected, notably the 7.0 release candidates rc1 through rc7 and any distribution kernel that has not incorporated the change. The issue manifests only in setups where a Physical Function that does not own the PTP source timer is passed through to a guest via VFIO.
Risk and Exploitability
The EPSS score of <1% suggests a very low likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The CVSS score of 5.5 reflects a medium severity classification but, based solely on the description, no attacker can gain additional privileges or compromise system integrity; the change merely cleans up benign kernel log noise.
OpenCVE Enrichment