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:   Thu, 19 Jul 2018 17:38:42 -0700
From:   John Stultz <john.stultz@...aro.org>
To:     lkml <linux-kernel@...r.kernel.org>
Cc:     John Stultz <john.stultz@...aro.org>,
        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 <sboyd@...nel.org>,
        Ondrej Mosnacek <omosnace@...hat.com>,
        Mukesh Ojha <mojha@...eaurora.org>,
        Baolin Wang <baolin.wang@...aro.org>,
        Daniel Lezcano <daniel.lezcano@...aro.org>
Subject: [GIT PULL][PATCH 0/5] A few more timekeeping items for 4.19

The following changes since commit c6bb11147eb09bd39f316c6062455b88c905ab6e:

  Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core (2018-07-12 22:19:58 +0200)

are available in the git repository at:

  https://git.linaro.org/people/john.stultz/linux.git tags/fortglx/4.19/time-part2

for you to fetch changes up to 39232ed5a1793f67b11430c43ed8a9ed6e96c6eb:

  time: Introduce one suspend clocksource to compensate the suspend time (2018-07-19 17:08:52 -0700)

----------------------------------------------------------------
Just a second set of timekeeping things for 4.19

* NTP argument clenaups and constification from Ondrej Mosnacek
* Fix to avoid RTC injecting sleeptime when suspend fails from
  Mukesh Ojha
* Broading suspsend-timing to include non-stop clocksources that
  aren't currently used for timekeeping from Baolin Wang


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 <sboyd@...nel.org>
Cc: Ondrej Mosnacek <omosnace@...hat.com>
Cc: Mukesh Ojha <mojha@...eaurora.org>
Cc: Baolin Wang <baolin.wang@...aro.org>
CC: Daniel Lezcano <daniel.lezcano@...aro.org>
----------------------------------------------------------------
Baolin Wang (1):
      time: Introduce one suspend clocksource to compensate the suspend time

Mukesh Ojha (1):
      time: Fix extra sleeptime injection when suspend fails

Ondrej Mosnacek (3):
      ntp: Remove redundant arguments
      ntp: Use kstrtos64 for s64 variable
      timekeeping/ntp: Constify some function arguments

 include/linux/clocksource.h        |   3 ++
 include/linux/timekeeping.h        |   2 +-
 kernel/time/clocksource.c          | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 kernel/time/ntp.c                  |  17 +++++------
 kernel/time/ntp_internal.h         |   4 +--
 kernel/time/timekeeping.c          |  83 +++++++++++++++++++++++++++++++++------------------
 kernel/time/timekeeping_debug.c    |   2 +-
 kernel/time/timekeeping_internal.h |   2 +-
 8 files changed, 218 insertions(+), 44 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ