Prev: [PATCH 1/2] timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs
Next: [PATCH 2/2] x86/hpet: Use the FSEC_PER_SEC constant for femto-second periods
From: John Stultz on 9 Aug 2010 17:30 Hey Thomas, Chris and Jason provided some fixes that are needed for the 2.6.36-rc tree. I'll backport the overflow issue for 2.6.35-stable once it is upstream. thanks -john Cc: Thomas Gleixner <tglx(a)linutronix.de> Chris Wilson (1): x86/hpet: Use the FSEC_PER_SEC constant for femto-second periods Jason Wessel (1): timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs arch/x86/kernel/hpet.c | 4 ++-- include/linux/time.h | 2 +- kernel/time/timekeeping.c | 11 +++++++---- 3 files changed, 10 insertions(+), 7 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |