All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Stultz <john.stultz@linaro.org>
To: lkml <linux-kernel@vger.kernel.org>
Cc: John Stultz <john.stultz@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@kernel.org>,
	Miroslav Lichvar <mlichvar@redhat.com>,
	Prarit Bhargava <prarit@redhat.com>,
	Richard Cochran <richardcochran@gmail.com>
Subject: [PATCH 00/11][GIT PULL] Timekeeping items for 4.5
Date: Fri, 18 Dec 2015 13:39:05 -0800	[thread overview]
Message-ID: <1450474756-10144-1-git-send-email-john.stultz@linaro.org> (raw)

Hey Thomas, Ingo,
  Given folks (me included) are getting ready for end of year
vacations, I wanted to send out my queue for 4.5 for
tip/timers/core

Let me know if you have any objections.

thanks
-john

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Miroslav Lichvar <mlichvar@redhat.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  https://git.linaro.org/people/john.stultz/linux.git fortglx/4.5/time

for you to fetch changes up to ec02b076ceab63f99e5b3d80fd223d777266c236:

  timekeeping: Cap adjustments so they don't exceed the maxadj value (2015-12-16 16:50:57 -0800)

----------------------------------------------------------------

Andrzej Hajda (1):
  selftests/timers: fix write return value handlng

David Gibson (1):
  time: Avoid signed overflow in timekeeping_get_ns()

DengChao (3):
  timekeeping: Provide internal function __ktime_get_real_seconds
  ntp: Change time_reftime to time64_t and utilize 64bit
    __ktime_get_real_seconds
  ntp: Fix second_overflow's input parameter type to be 64bits

John Stultz (3):
  MAINTAINERS: Add entry for kernel/time/alarmtimer.c
  time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
  timekeeping: Cap adjustments so they don't exceed the maxadj value

Sasha Levin (1):
  ntp: Verify offset doesn't overflow in ntp_update_offset

Seiichi Ikarashi (1):
  clocksource: Add CPU info to clocksource watchdog reporting

zhuo-hao (1):
  alarmtimer: Avoid unexpected rtc interrupt when system resume from S3

 MAINTAINERS                                        |  3 +-
 include/linux/time.h                               | 26 ++++++++++++
 kernel/time/alarmtimer.c                           | 17 ++++++++
 kernel/time/clocksource.c                          |  4 +-
 kernel/time/ntp.c                                  | 44 ++++++++++++-------
 kernel/time/ntp_internal.h                         |  2 +-
 kernel/time/timekeeping.c                          | 49 ++++++++++++++++++----
 kernel/time/timekeeping_internal.h                 |  2 +
 .../testing/selftests/timers/clocksource-switch.c  |  2 +-
 9 files changed, 121 insertions(+), 28 deletions(-)

-- 
1.9.1


             reply	other threads:[~2015-12-18 21:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-18 21:39 John Stultz [this message]
2015-12-18 21:39 ` [PATCH 01/11] MAINTAINERS: Add entry for kernel/time/alarmtimer.c John Stultz
2015-12-18 21:39 ` [PATCH 02/11] alarmtimer: Avoid unexpected rtc interrupt when system resume from S3 John Stultz
2015-12-18 21:39 ` [PATCH 03/11] time: Avoid signed overflow in timekeeping_get_ns() John Stultz
2015-12-18 21:39 ` [PATCH 04/11] clocksource: Add CPU info to clocksource watchdog reporting John Stultz
2015-12-18 21:39 ` [PATCH 05/11] selftests/timers: fix write return value handlng John Stultz
2015-12-18 21:39 ` [PATCH 06/11] ntp: Verify offset doesn't overflow in ntp_update_offset John Stultz
2015-12-18 21:39 ` [PATCH 07/11] time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow John Stultz
2015-12-18 21:39 ` [PATCH 08/11] timekeeping: Provide internal function __ktime_get_real_seconds John Stultz
2015-12-18 21:39 ` [PATCH 09/11] ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_seconds John Stultz
2015-12-18 21:39 ` [PATCH 10/11] ntp: Fix second_overflow's input parameter type to be 64bits John Stultz
2015-12-18 21:39 ` [PATCH 11/11] timekeeping: Cap adjustments so they don't exceed the maxadj value John Stultz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450474756-10144-1-git-send-email-john.stultz@linaro.org \
    --to=john.stultz@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=mlichvar@redhat.com \
    --cc=prarit@redhat.com \
    --cc=richardcochran@gmail.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.