Merge branch 'posix-clock-fix-missing-timespec64-check-for-ptp-clock'
authorJakub Kicinski <kuba@kernel.org>
Tue, 15 Oct 2024 00:22:45 +0000 (17:22 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Oct 2024 00:22:46 +0000 (17:22 -0700)
commite3e4e5667d134e37cad83049071545b7475dd23a
tree7e28ccf138ac5e951338e4fd53ebc9e14341a59a
parent0b84db5d8f258d4b212c05ea0772ee47612d6cfb
parentea531dc66e27dcc5216bee1a76d1c052ab9eb5b6
Merge branch 'posix-clock-fix-missing-timespec64-check-for-ptp-clock'

Jinjie Ruan says:

====================
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.
====================

Link: https://patch.msgid.link/20241009072302.1754567-1-ruanjinjie@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>