Re: net/atm: warning in alloc_tx/__might_sleep

From: Eric Dumazet
Date: Tue Jan 10 2017 - 12:40:37 EST


On Tue, Jan 10, 2017 at 9:35 AM, Cong Wang <xiyou.wangcong@xxxxxxxxx> wrote:
> On Mon, Jan 9, 2017 at 9:20 AM, Andrey Konovalov <andreyknvl@xxxxxxxxxx> wrote:
>
> The fix should be straight-forward. Mind to try the attached patch?


You forgot to remove schedule() ?

schedule();
+ wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);