From: Paolo Abeni <pab...@redhat.com> Date: Tue, 28 Nov 2017 14:28:39 +0100
> While converting sch_sfq to use timer_setup(), the commit cdeabbb88134 > ("net: sched: Convert timers to use timer_setup()") forgot to > initialize the 'sch' field. As a result, the timer callback tries to > dereference a NULL pointer, and the kernel does oops. > > Fix it initializing such field at qdisc creation time. > > Fixes: cdeabbb88134 ("net: sched: Convert timers to use timer_setup()") > Signed-off-by: Paolo Abeni <pab...@redhat.com> Applied, thank you.