Re: [PATCH 2/2] usbip: use monotonic timestamps

2017-11-07 Thread Shuah Khan
On 11/07/2017 04:22 AM, Krzysztof Opasiak wrote: > > > On 11/07/2017 11:39 AM, Arnd Bergmann wrote: >> This gets rid of the deprecated do_gettimeofday() function in usbip. >> The comment above vgadget_get_frame() mentions that it suffers >> from issues with the time jumps due to suspend and

Re: [PATCH 2/2] usbip: use monotonic timestamps

2017-11-07 Thread Krzysztof Opasiak
On 11/07/2017 11:39 AM, Arnd Bergmann wrote: This gets rid of the deprecated do_gettimeofday() function in usbip. The comment above vgadget_get_frame() mentions that it suffers from issues with the time jumps due to suspend and settimeofday, so I'm changing it to use ktime_get_ts64() to use