Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

alpha: Fix uninitialized value in read_persistent_clock.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Richard Henderson and committed by
Linus Torvalds
a78eda5c 61813188

+1
+1
arch/alpha/kernel/time.c
··· 153 153 year += 100; 154 154 155 155 ts->tv_sec = mktime(year, mon, day, hour, min, sec); 156 + ts->tv_nsec = 0; 156 157 } 157 158 158 159