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>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 30 Oct 2017 15:29:07 -0700
From:   John Stultz <john.stultz@...aro.org>
To:     lkml <linux-kernel@...r.kernel.org>
Cc:     John Stultz <john.stultz@...aro.org>,
        Arnd Bergmann <arnd@...db.de>,
        Jason Gunthorpe <jgunthorpe@...idianresearch.com>,
        Thomas Gleixner <tglx@...utronix.de>,
        Ingo Molnar <mingo@...nel.org>,
        Miroslav Lichvar <mlichvar@...hat.com>,
        Richard Cochran <richardcochran@...il.com>,
        Prarit Bhargava <prarit@...hat.com>,
        Stephen Boyd <stephen.boyd@...aro.org>
Subject: [GIT PULL][PATCH 0/7] Timekeeping items for 4.15

Hey Thomas,
  Bit later then I'd like, but here's my current queue of
timekeeping items for 4.15.

>From Arnd's patchset, I'm missing the last patch as it didn't
apply properly, but the rest of it looked ok to me.

Please let me know if you have any objections.

thanks
-john

Cc: Arnd Bergmann <arnd@...db.de>
Cc: Jason Gunthorpe <jgunthorpe@...idianresearch.com>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Ingo Molnar <mingo@...nel.org>
Cc: Miroslav Lichvar <mlichvar@...hat.com>
Cc: Richard Cochran <richardcochran@...il.com>
Cc: Prarit Bhargava <prarit@...hat.com>
Cc: Stephen Boyd <stephen.boyd@...aro.org>

The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff:

  Linux 4.14-rc3 (2017-10-01 14:54:54 -0700)

are available in the git repository at:

  https://git.linaro.org/people/john.stultz/linux.git 6546911ed369af8d747215ff8b6144618e91c6ab

for you to fetch changes up to 6546911ed369af8d747215ff8b6144618e91c6ab:

  time: Move old timekeeping interfaces to timekeeping32.h (2017-10-30 15:17:20 -0700)

----------------------------------------------------------------
Arnd Bergmann (6):
  timekeeping: Consolidate timekeeping_inject_offset code
  timekeeping: Use timespec64 in timekeeping_inject_offset
  time: Remove unused functions
  time: Move time_t based interfaces to time32.h
  time: Move time_t conversion helpers to time32.h
  time: Move old timekeeping interfaces to timekeeping32.h

Jason Gunthorpe (1):
  rtc: Allow rtc drivers to specify the tv_nsec value for ntp

 drivers/rtc/class.c           |   3 +
 drivers/rtc/systohc.c         |  53 +++++++---
 include/linux/ktime.h         |   1 +
 include/linux/rtc.h           |  43 +++++++-
 include/linux/time.h          | 207 +-------------------------------------
 include/linux/time32.h        | 221 ++++++++++++++++++++++++++++++++++++++++
 include/linux/time64.h        |  78 +--------------
 include/linux/timekeeping.h   | 137 +------------------------
 include/linux/timekeeping32.h | 151 ++++++++++++++++++++++++++++
 kernel/time/ntp.c             | 227 +++++++++++++++++++++---------------------
 kernel/time/ntp_internal.h    |   1 -
 kernel/time/time.c            |  59 +----------
 kernel/time/timekeeping.c     | 121 +++++++++++++++++++---
 kernel/time/timekeeping.h     |   2 +-
 14 files changed, 687 insertions(+), 617 deletions(-)
 create mode 100644 include/linux/time32.h
 create mode 100644 include/linux/timekeeping32.h

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ