diff options
author | WANG Cong <xiyou.wangcong@gmail.com> | 2017-05-03 22:07:31 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-04 12:51:24 -0400 |
commit | 2f460933f58eee3393aba64f0f6d14acb08d1724 (patch) | |
tree | 5eff3f149bacb8eb34e870855d9623de077d85de /net/sched/sch_qfq.c | |
parent | 15981952e8d04fa3349cd8db10f46ab3273ff398 (diff) | |
download | op-kernel-dev-2f460933f58eee3393aba64f0f6d14acb08d1724.zip op-kernel-dev-2f460933f58eee3393aba64f0f6d14acb08d1724.tar.gz |
ipv6: initialize route null entry in addrconf_init()
Andrey reported a crash on init_net.ipv6.ip6_null_entry->rt6i_idev
since it is always NULL.
This is clearly wrong, we have code to initialize it to loopback_dev,
unfortunately the order is still not correct.
loopback_dev is registered very early during boot, we lose a chance
to re-initialize it in notifier. addrconf_init() is called after
ip6_route_init(), which means we have no chance to correct it.
Fix it by moving this initialization explicitly after
ipv6_add_dev(init_net.loopback_dev) in addrconf_init().
Reported-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Tested-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_qfq.c')
0 files changed, 0 insertions, 0 deletions