Re: [Patch net-next] atm: remove an unnecessary loop

2017-03-13 Thread David Miller
From: Chas Williams <3ch...@gmail.com> Date: Sat, 11 Mar 2017 19:41:36 -0500 > From: Francois Romieu > > Andrey reported this kernel warning: > > WARNING: CPU: 0 PID: 4114 at kernel/sched/core.c:7737 > __might_sleep+0x149/0x1a0 > do not call blocking ops when !TASK_RUNNING; state=1 set at > []

[Patch net-next] atm: remove an unnecessary loop

2017-03-11 Thread Chas Williams
From: Francois Romieu Andrey reported this kernel warning: WARNING: CPU: 0 PID: 4114 at kernel/sched/core.c:7737 __might_sleep+0x149/0x1a0 do not call blocking ops when !TASK_RUNNING; state=1 set at [] prepare_to_wait+0x182/0x530 The deeply nested alloc_skb is a problem. Diagnosis: nesting is