Re: [Y2038] [PATCH v2 7/8] socket: Add SO_TIMESTAMPING_NEW

2018-12-18 Thread Deepa Dinamani
On Tue, Dec 18, 2018 at 8:16 AM Arnd Bergmann wrote: > > On Wed, Dec 12, 2018 at 4:25 PM Willem de Bruijn > wrote: > > On Tue, Dec 11, 2018 at 3:30 PM Deepa Dinamani > > wrote: > > > > @@ -851,39 +890,7 @@ int sock_setsockopt(struct socket *sock, int level, > > > int optname, > > >

Re: [Y2038] [PATCH v2 7/8] socket: Add SO_TIMESTAMPING_NEW

2018-12-18 Thread Arnd Bergmann
On Wed, Dec 12, 2018 at 4:25 PM Willem de Bruijn wrote: > On Tue, Dec 11, 2018 at 3:30 PM Deepa Dinamani wrote: > > @@ -851,39 +890,7 @@ int sock_setsockopt(struct socket *sock, int level, > > int optname, > > break; > > > > case SO_TIMESTAMPING_OLD: > > -

Re: [Y2038] [PATCH v2 7/8] socket: Add SO_TIMESTAMPING_NEW

2018-12-12 Thread Willem de Bruijn
On Tue, Dec 11, 2018 at 3:30 PM Deepa Dinamani wrote: > > Add SO_TIMESTAMPING_NEW variant of socket timestamp options. > This is the y2038 safe versions of the SO_TIMESTAMPING_OLD > for all architectures. > > Signed-off-by: Deepa Dinamani > Cc: ch...@zankel.net > Cc: fenghua...@intel.com > Cc:

[Y2038] [PATCH v2 7/8] socket: Add SO_TIMESTAMPING_NEW

2018-12-11 Thread Deepa Dinamani
Add SO_TIMESTAMPING_NEW variant of socket timestamp options. This is the y2038 safe versions of the SO_TIMESTAMPING_OLD for all architectures. Signed-off-by: Deepa Dinamani Cc: ch...@zankel.net Cc: fenghua...@intel.com Cc: r...@twiddle.net Cc: t...@linutronix.de Cc: ubr...@linux.ibm.com Cc: