On Tue, Jan 10, 2017 at 6:40 PM, Eric Dumazet <[email protected]> wrote: > On Tue, Jan 10, 2017 at 9:35 AM, Cong Wang <[email protected]> wrote: >> On Mon, Jan 9, 2017 at 9:20 AM, Andrey Konovalov <[email protected]> >> wrote: >> >> The fix should be straight-forward. Mind to try the attached patch?
Hi Cong, Your patch with schedule() removed as suggested by Eric fixes the issue. Tested-by: Andrey Konovalov <[email protected]> Thanks! > > > You forgot to remove schedule() ? > > schedule(); > + wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);

