Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1425471
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] timer: avoid using timespec |
| Date | 2016-06-17 23:00 +0200 |
| Message-ID | <rL91U-31m-27@gated-at.bofh.it> (permalink) |
| References | <rL3Sx-8fe-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jun 17, 2016 at 8:30 AM, Arnd Bergmann <arnd@arndb.de> wrote: > The tstats_show() function prints a ktime_t variable by converting > it to struct timespec first. The algorithm is ok, but we want to > stop using timespec in general because of the 32-bit time_t > overflow problem. > > This changes the code to use struct timespec64, without any > functional change. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> Queued for testing. thanks -john
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] timer: avoid using timespec Arnd Bergmann <arnd@arndb.de> - 2016-06-17 17:30 +0200 Re: [PATCH] timer: avoid using timespec John Stultz <john.stultz@linaro.org> - 2016-06-17 23:00 +0200
csiph-web