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>,
	Ingo Molnar <mingo@kernel.org>,
	Richard Cochran <richardcochran@gmail.com>,
	Prarit Bhargava <prarit@redhat.com>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: [PATCH 0/2] Additional time changes for 3.6
Date: Wed, 18 Jul 2012 21:19:11 -0400	[thread overview]
Message-ID: <1342660753-10382-1-git-send-email-john.stultz@linaro.org> (raw)

Thomas, Ingo, 

Just wanted to send out two more patches against tip/timers/core
for consideration for 3.6.

The first is Catalin's patch to make CLOCK_TICK_RATE optional and
is fairly straight forward.

The second is a patch to improve the handling of the duplicate
offs_real/wall_to_mono and  offs_boot/total_sleep_time pairs.

This second one is a result of the suspend regression in 3.5-rc7
making it clear that these value pairs have to be more carefully
handled, so by forcing all modifications use the set functions
and warning if the value pairs are ever out of sync should
avoid future mistakes.

Please take a look and let me know if you have any thoughts
or concerns on these changes.

thanks
-john


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


Catalin Marinas (1):
  jiffies: Allow CLOCK_TICK_RATE to be undefined

John Stultz (1):
  time: Cleanup offs_real/wall_to_mono and offs_boot/total_sleep_time
    updates

 include/linux/jiffies.h   |   10 +++--
 kernel/time/timekeeping.c |   94 ++++++++++++++++++++++++++++-----------------
 2 files changed, 66 insertions(+), 38 deletions(-)

-- 
1.7.9.5


             reply	other threads:[~2012-07-19  1:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-19  1:19 John Stultz [this message]
2012-07-19  1:19 ` [PATCH 1/2] jiffies: Allow CLOCK_TICK_RATE to be undefined John Stultz
2012-07-19  9:37   ` Ingo Molnar
2012-07-23 19:37     ` John Stultz
2012-07-26 12:56       ` Ingo Molnar
2012-07-19  1:19 ` [PATCH 2/2] time: Cleanup offs_real/wall_to_mono and offs_boot/total_sleep_time updates John Stultz
2012-07-19  9:33   ` Ingo Molnar
2012-07-23 19:31     ` John Stultz
2012-07-26 12:57       ` Ingo Molnar
2012-07-19 12:37   ` Prarit Bhargava

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=1342660753-10382-1-git-send-email-john.stultz@linaro.org \
    --to=john.stultz@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --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.