From: Cong Wang <[email protected]> Date: Sun, 5 Mar 2017 12:34:53 -0800
> Andrey reported the following kernel crash: ... > This is because net->ipv6.mr6_tables is not initialized at that point, > ip6mr_rules_init() is not called yet, therefore on the error path when > we iterator the list, we trigger this oops. Fix this by reordering > ip6mr_rules_init() before icmpv6_sk_init(). > > Reported-by: Andrey Konovalov <[email protected]> > Signed-off-by: Cong Wang <[email protected]> Applied, thanks.
