Re: [PATCH v5 0/2] posix-clock: Fix missing timespec64 check for PTP clock

From: Richard Cochran
Date: Tue Oct 08 2024 - 11:00:05 EST


On Tue, Oct 08, 2024 at 05:10:59PM +0800, Jinjie Ruan wrote:
> Check timespec64 in pc_clock_settime() for PTP clock as
> the man manual of clock_settime() said.
>
> Changes in v5:
> - Use timespec64_valid_strict() instead of timespec64_valid()
> as Thomas suggested.
> - Add fix tag.
> - Update the commit message.

For the series:

Acked-by: Richard Cochran <richardcochran@xxxxxxxxx>