diff options
author | David S. Miller <davem@davemloft.net> | 2019-02-07 10:48:42 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-07 10:48:42 -0800 |
commit | ec7fd009e87cf5459fe9aef1c9a6111e093e49cd (patch) | |
tree | 79016b006cd80fb1139261887c3f80eda1849f9c /kernel | |
parent | e8c32c32b48c2e889704d8ca0872f92eb027838e (diff) | |
parent | 173656accaf583698bac3f9e269884ba60d51ef4 (diff) |
Merge branch 'ipv6-fixes'
Hangbin Liu says:
====================
fix two kernel panics when disabled IPv6 on boot up
When disabled IPv6 on boot up, since there is no ipv6 route tables, we should
not call rt6_lookup. Fix them by checking if we have inet6_dev pointer on
netdevice.
v2: Fix idev reference leak, declarations and code mixing as Stefano,
Eric pointed. Since we only want to check if idev exists and not
reference it, use __in6_dev_get() insteand of in6_dev_get().
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions