Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1704699
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/2] select: Use get/put_timespec64 |
| Date | 2017-08-05 22:00 +0200 |
| Message-ID | <ubdoS-Nv-27@gated-at.bofh.it> (permalink) |
| References | <uaYJc-8e5-3@gated-at.bofh.it> <uaYJc-8e5-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Aug 5, 2017 at 6:12 AM, Deepa Dinamani <deepa.kernel@gmail.com> wrote: > Usage of these apis and their compat versions makes > the syscalls: select family of syscalls and their > compat implementations simpler. > > This is a preparatory patch to isolate data conversions to > struct timespec64 at userspace boundaries. This helps contain > the changes needed to transition to new y2038 safe types. > > Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> > --- > fs/select.c | 60 ++++++++++++++++++++++++------------------------------------ > 1 file changed, 24 insertions(+), 36 deletions(-) Looks all good to me, Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/2] i/o: Make i/o y2038 safe Deepa Dinamani <deepa.kernel@gmail.com> - 2017-08-05 06:20 +0200
[PATCH 1/2] select: Use get/put_timespec64 Deepa Dinamani <deepa.kernel@gmail.com> - 2017-08-05 06:20 +0200
Re: [PATCH 1/2] select: Use get/put_timespec64 Arnd Bergmann <arnd@arndb.de> - 2017-08-05 22:00 +0200
csiph-web