[git pull] vfs.git part 4

From: Al Viro
Date: Wed Jul 05 2017 - 03:15:15 EST


Continuation of timers-related stuff (there had been more, but
my parts of that series are already merged via timers/core). This
is more of y2038 work by Deepa Dinamani, partially disrupted by
the unification of native and compat timers-related syscalls.

The following changes since commit 938e7cf2d569833a5acf689a8926faf507826253:

posix-timers: Make nanosleep timespec argument const (2017-06-14 00:00:47 +0200)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git timers-compat

for you to fetch changes up to 725816e8aabb1c183baa2bc9572ab9a0d26b9ea1:

posix_clocks: Use get_itimerspec64() and put_itimerspec64() (2017-06-30 04:15:02 -0400)

----------------------------------------------------------------
Deepa Dinamani (7):
time: add get_timespec64 and put_timespec64
time: introduce {get,put}_itimerspec64
posix-stubs: Conditionally include COMPAT_SYS_NI defines
posix-timers: Use get_timespec64() and put_timespec64()
nanosleep: Use get_timespec64() and put_timespec64()
timerfd: Use get_itimerspec64() and put_itimerspec64()
posix_clocks: Use get_itimerspec64() and put_itimerspec64()

fs/timerfd.c | 43 +++++++-------
include/linux/compat.h | 6 ++
include/linux/hrtimer.h | 2 +-
include/linux/posix-timers.h | 1 -
include/linux/time.h | 18 ++++++
kernel/compat.c | 65 +++++++++++++++++++++
kernel/time/alarmtimer.c | 4 +-
kernel/time/hrtimer.c | 30 +++++-----
kernel/time/posix-cpu-timers.c | 8 +--
kernel/time/posix-stubs.c | 96 +++++++++++++++++--------------
kernel/time/posix-timers.c | 127 ++++++++++++++++-------------------------
kernel/time/time.c | 58 +++++++++++++++++++
12 files changed, 287 insertions(+), 171 deletions(-)