On 08/07/2017 03:41 AM, Weilong Chen wrote:
Hi Minyard,
I test this patch, it works.
Thanks.
Thanks, I added a Tested-by: for you and it's queued for the next release.
If it's urgent I can send it in now.
I also added this for the stable kernels 3.16 and later.
-corey
On 2017/7/30 10:20,
Hi Minyard,
I test this patch, it works.
Thanks.
On 2017/7/30 10:20, miny...@acm.org wrote:
From: Corey Minyard
When I set the timeout to a specific value such as 500ms, the timeout
event will not happen in time due to the overflow in function
check_msg_timeout:
...
ent->timeout -= t
From: Corey Minyard
When I set the timeout to a specific value such as 500ms, the timeout
event will not happen in time due to the overflow in function
check_msg_timeout:
...
ent->timeout -= timeout_period;
if (ent->timeout > 0)
return;
...
The type of timeout_per
3 matches
Mail list logo