linux-yocto/drivers/ptp
Breno Leitao a9f9eae3c4 ptp: Use ratelimite for freerun error message
[ Upstream commit e9a7795e75 ]

Replace pr_err() with pr_err_ratelimited() in ptp_clock_settime() to
prevent log flooding when the physical clock is free running, which
happens on some of my hosts. This ensures error messages are
rate-limited and improves kernel log readability.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250613-ptp-v1-1-ee44260ce9e2@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-08-28 16:25:58 +02:00
..
Kconfig
Makefile
ptp_chardev.c ptp: Properly handle compat ioctls 2025-02-21 13:49:28 +01:00
ptp_clock.c ptp: Use ratelimite for freerun error message 2025-08-28 16:25:58 +02:00
ptp_clockmatrix.c
ptp_clockmatrix.h
ptp_dte.c ptp: convert remaining drivers to adjfine interface 2024-12-14 19:54:21 +01:00
ptp_idt82p33.c
ptp_idt82p33.h
ptp_ines.c
ptp_kvm_arm.c ptp: kvm: Use decrypted memory in confidential guest on x86 2024-12-19 18:08:53 +01:00
ptp_kvm_common.c ptp: kvm: Use decrypted memory in confidential guest on x86 2024-12-19 18:08:53 +01:00
ptp_kvm_x86.c ptp: kvm: x86: Return EOPNOTSUPP instead of ENODEV from kvm_arch_ptp_init() 2024-12-19 18:08:53 +01:00
ptp_ocp.c ptp: ocp: fix start time alignment in ptp_ocp_signal_set 2025-04-25 10:43:51 +02:00
ptp_pch.c
ptp_private.h ptp: fix breakage after ptp_vclock_in_use() rework 2025-06-27 11:07:39 +01:00
ptp_qoriq_debugfs.c
ptp_qoriq.c
ptp_sysfs.c
ptp_vclock.c
ptp_vmw.c