From 003d2266489b252d328484d0e73723b266697864 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 1 Jul 2026 15:33:24 +0200 Subject: [PATCH] 4.4-5 Related: RHEL-178071 RHEL-187950 --- linuxptp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linuxptp.spec b/linuxptp.spec index 24669f3..19b6d21 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 4.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: PTP implementation for Linux License: GPL-2.0-or-later @@ -129,6 +129,10 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Wed Jul 01 2026 Miroslav Lichvar 4.4-5 +- fix high CPU usage by ptp4l when link is down (RHEL-178071) +- fix phc2sys to not get stuck in static mode (RHEL-187950) + * Tue Sep 23 2025 Miroslav Lichvar 4.4-4 - handle missing pulses in ts2phc (RHEL-112193)