Re: [PATCH 1/2] [net-next] packet: clarify timestamp overflow

2017-11-27 Thread Willem de Bruijn
On Mon, Nov 27, 2017 at 11:17 AM, Arnd Bergmann wrote: > The memory mapped packet socket data structure in version 1 through 3 > all contain 32-bit second values for the packet time stamps, which makes > them suffer from the overflow of time_t in y2038 or y2106 (depending > on whether user space i

[PATCH 1/2] [net-next] packet: clarify timestamp overflow

2017-11-27 Thread Arnd Bergmann
The memory mapped packet socket data structure in version 1 through 3 all contain 32-bit second values for the packet time stamps, which makes them suffer from the overflow of time_t in y2038 or y2106 (depending on whether user space interprets the value as signed or unsigned). The implementation

[PATCH 1/2] [net-next] packet: clarify timestamp overflow

2017-11-27 Thread Arnd Bergmann
The memory mapped packet socket data structure in version 1 through 3 all contain 32-bit second values for the packet time stamps, which makes them suffer from the overflow of time_t in y2038 or y2106 (depending on whether user space interprets the value as signed or unsigned). The implementation