]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipv6-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 Feb 2019 18:48:42 +0000 (10:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Feb 2019 18:48:42 +0000 (10:48 -0800)
commitd4e4dc2a22abca802139ea53e954651b24d8c8bd
tree79016b006cd80fb1139261887c3f80eda1849f9c
parent726c21f82861b5628e065d3f75b4a469231befa9
parentab6eddf5faea06996fc9316f15d91139eee351fc
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>