From eaeab6b3617b85a6f4492292059d85f069ebb050 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 1 Jul 2026 16:40:19 +0200 Subject: [PATCH] 4.4-9 Related: RHEL-165199 RHEL-173418 RHEL-187951 --- linuxptp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/linuxptp.spec b/linuxptp.spec index 2a3d8f1..266fdd1 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -6,7 +6,7 @@ Name: linuxptp Version: 4.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: PTP implementation for Linux License: GPL-2.0-or-later @@ -203,6 +203,11 @@ fi %{_mandir}/man8/*.8* %changelog +* Wed Jul 01 2026 Miroslav Lichvar 4.4-9 +- fix phc2sys service to allow clocks specified by interface (RHEL-165199) +- fix high CPU usage by ptp4l when link is down (RHEL-173418) +- fix phc2sys to not get stuck in static mode (RHEL-187951) + * Mon Feb 02 2026 Miroslav Lichvar 4.4-8 - create reverse compatibility symlink to /var/run/ptp4l (RHEL-145071)