linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vfs.git part 4
@ 2017-07-05  7:14 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2017-07-05  7:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-05  7:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05  7:14 [git pull] vfs.git part 4 Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).