]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ntp: Move adjtimex related compat syscalls to native counterparts
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 7 Jun 2017 08:42:34 +0000 (09:42 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 13 Jun 2017 22:00:43 +0000 (00:00 +0200)
commit3a4d44b6162555070194e486ff6b3799a8d323a2
tree095069878df5402d3616164b523fe7e65e894f6f
parentfb923c4a3c2ee735755d4a93522150fc35d0ecbd
ntp: Move adjtimex related compat syscalls to native counterparts

Get rid of set_fs() mess and sanitize compat_{get,put}_timex(),
while we are at it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20170607084241.28657-9-viro@ZenIV.linux.org.uk
include/linux/compat.h
kernel/compat.c
kernel/time/posix-stubs.c
kernel/time/posix-timers.c
kernel/time/time.c