lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 5 Jul 2017 08:14:56 +0100
From:   Al Viro <viro@...IV.linux.org.uk>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] vfs.git part 4

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ