Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1277545
| From | Al Viro <viro@ZenIV.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] coredump: Use 64bit time for unix time of coredump |
| Date | 2015-11-25 17:20 +0100 |
| Message-ID | <qyKXw-cZ-3@gated-at.bofh.it> (permalink) |
| References | <qyKb7-83T-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <arnd@arndb.de> > Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com> > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > --- > I've had this patch in my queue for a while, and would like for > someone to pick it up into mainline. Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] coredump: Use 64bit time for unix time of coredump Arnd Bergmann <arnd@arndb.de> - 2015-11-25 16:30 +0100 Re: [PATCH] coredump: Use 64bit time for unix time of coredump Al Viro <viro@ZenIV.linux.org.uk> - 2015-11-25 17:20 +0100
csiph-web