On Wed, Feb 22, 2017 at 02:59:49PM +1300, Ridge Kennedy wrote: > While destroying a network namespace that contains a L2TP tunnel a > "BUG: scheduling while atomic" can be observed.
> To fix this, move the call to l2tp_tunnel_closeall() out of the RCU > critical section, and instead call it from l2tp_tunnel_del_work(), which > is running from the l2tp_wq workqueue. > Looks good, though this should be for net, not net-next. Acked-by: Guillaume Nault <g.na...@alphalink.fr>