Re: [PATCH 0/8] Time fixes and cleanups for 3.6

From: John Stultz
Date: Fri Jul 13 2012 - 16:49:39 EST


On 07/12/2012 11:05 PM, Ingo Molnar wrote:

Looks sensible.

Reviewed-by: Ingo Molnar <mingo@xxxxxxxxxx>

Thanks,

Ingo



Thanks for the review! I've added your changes and your reviewed by tag and pushed it out to my fortglx/3.6/time branch.

Here's the updated pull request below (Sorry for the word-wrap, thunderbrid on my laptop isn't wanting to preserve the preformatting for some reason).

thanks
-john


The following changes since commit 5baefd6d84163443215f4a99f6a20f054ef11236:

hrtimer: Update hrtimer base offsets each hrtimer_interrupt (2012-07-11 23:34:39 +0200)

are available in the git repository at:

git://git.linaro.org/people/jstultz/linux.git fortglx/3.6/time

for you to fetch changes up to bbe1c99bd1000f64b117d462ea1c5041f81fb179:

time: Rework timekeeping functions to take timekeeper ptr as argument (2012-07-13 16:39:02 -0400)

----------------------------------------------------------------
John Stultz (8):
ntp: Fix STA_INS/DEL clearing bug
time: Whitespace cleanups per Ingo's requests
time: Explicitly use u32 instead of int for shift values
time: Condense timekeeper.xtime into xtime_sec
time: Refactor accumulation of nsecs to secs
time: Move arch_gettimeoffset() usage into timekeeping_get_ns()
time: Move xtime_nsec adjustment underflow handling timekeeping_adjust
time: Rework timekeeping functions to take timekeeper ptr as argument

kernel/time/ntp.c | 8 +-
kernel/time/timekeeping.c | 486 ++++++++++++++++++++++++---------------------
2 files changed, 267 insertions(+), 227 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/