The ptp timing tag covers discussions about Precision Time Protocol (PTP, IEEE 1588) implementation and security in network drivers. A recent thread highlights a critical Linux kernel fix for CVE-2025-38183, an out-of-bounds write vulnerability in the Microchip/Marvell lan743x Ethernet driver caused by a mismatch between supported PTP event channels and the internal timestamp array size. This bug could corrupt kernel memory and destabilize hosts using the affected NIC driver. The tag focuses on PTP timing accuracy, hardware timestamping, and driver-level security patches that ensure reliable time synchronization in networked systems.
-
The Linux kernel received a surgical but important fix for an out‑of‑bounds write in the Microchip/Marvell lan743x Ethernet driver, tracked as CVE‑2025‑38183, that corrects a mismatch between the number of supported PTP event channels and the size of the internal timestamp array — a programming...