]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
posix-stubs: Use get_timespec64() and put_timespec64()
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Oct 2017 18:29:38 +0000 (20:29 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 17 Oct 2017 15:22:27 +0000 (17:22 +0200)
commitfe460423438b62eb7440d994ab19a9f444e6280d
treedb277a9bc54278ca0b5a55860dd123b10f1cc972
parent6ac35264513e43634f127a92057f04a4b3c5cdbb
posix-stubs: Use get_timespec64() and put_timespec64()

This is a follow-up to commit 5c4994102fb5 ("posix-timers: Use
get_timespec64() and put_timespec64()"), which left two system call using
copy_from_user()/copy_to_user().

Change them as well for consistency.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: y2038@lists.linaro.org
Cc: John Stultz <john.stultz@linaro.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Deepa Dinamani <deepa.kernel@gmail.com>
Link: https://lkml.kernel.org/r/20171013183009.3442318-1-arnd@arndb.de
kernel/time/posix-stubs.c