On Wed, Nov 25, 2015 at 04:22:25PM +0100, Arnd Bergmann wrote: > struct timeval on 32-bit systems will have its tv_sec > value overflow in year 2038 and beyond. > Use a 64 bit value to print time of the coredump in seconds. > ktime_get_real_seconds is chosen here for efficiency reasons. > > Suggested by: Arnd Bergmann <[email protected]> > Signed-off-by: Tina Ruchandani <[email protected]> > Signed-off-by: Arnd Bergmann <[email protected]> > --- > I've had this patch in my queue for a while, and would like for > someone to pick it up into mainline.
Applied. _______________________________________________ Y2038 mailing list [email protected] https://lists.linaro.org/mailman/listinfo/y2038
