Re: [PATCH 8/9] select/restart_block: Convert poll's timeout to u64

2019-09-16 Thread Dmitry Safonov
On 9/9/19 2:07 PM, David Laight wrote: > From: Dmitry Safonov >> Sent: 09 September 2019 11:24 >> >> All preparations have been done - now poll() can set u64 timeout in >> restart_block. It allows to do the next step - unifying all timeouts in >> restart_block and provide ptrace() API to read it.

RE: [PATCH 8/9] select/restart_block: Convert poll's timeout to u64

2019-09-09 Thread David Laight
From: Dmitry Safonov > Sent: 09 September 2019 11:24 > > All preparations have been done - now poll() can set u64 timeout in > restart_block. It allows to do the next step - unifying all timeouts in > restart_block and provide ptrace() API to read it. > > Signed-off-by: Dmitry Safonov > --- >

[PATCH 8/9] select/restart_block: Convert poll's timeout to u64

2019-09-09 Thread Dmitry Safonov
All preparations have been done - now poll() can set u64 timeout in restart_block. It allows to do the next step - unifying all timeouts in restart_block and provide ptrace() API to read it. Signed-off-by: Dmitry Safonov --- fs/select.c | 27 +++