[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241009072302.1754567-1-ruanjinjie@huawei.com>
Date: Wed, 9 Oct 2024 15:23:00 +0800
From: Jinjie Ruan <ruanjinjie@...wei.com>
To: <bryan.whitehead@...rochip.com>, <davem@...emloft.net>,
<edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>,
<anna-maria@...utronix.de>, <frederic@...nel.org>, <tglx@...utronix.de>,
<richardcochran@...il.com>, <johnstul@...ibm.com>,
<UNGLinuxDriver@...rochip.com>, <jstultz@...gle.com>,
<netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <ruanjinjie@...wei.com>
Subject: [PATCH v5 RESEND 0/2] posix-clock: Fix missing timespec64 check for PTP clock
Check timespec64 in pc_clock_settime() for PTP clock as
the man manual of clock_settime() said.
Changes in v5 resend:
- Add Acked-by.
- Also Cc John Stultz.
Changes in v5:
- Use timespec64_valid_strict() instead of timespec64_valid()
as Thomas suggested.
- Add fix tag.
- Update the commit message.
Changes in v4:
- Check it in pc_clock_settime() for PTP clock.
- Update the commit message.
Changes in v3:
- Check it before call clock_set().
- Update the commit message.
Jinjie Ruan (2):
posix-clock: Fix missing timespec64 check in pc_clock_settime()
net: lan743x: Remove duplicate check
drivers/net/ethernet/microchip/lan743x_ptp.c | 35 ++++++++------------
kernel/time/posix-clock.c | 3 ++
2 files changed, 17 insertions(+), 21 deletions(-)
--
2.34.1
Powered by blists - more mailing lists