Merge branch 'ipv6-fix-error-path-of-inet6_init'
authorDavid S. Miller <[email protected]>
Thu, 30 Aug 2018 02:28:55 +0000 (19:28 -0700)
committerDavid S. Miller <[email protected]>
Thu, 30 Aug 2018 02:28:55 +0000 (19:28 -0700)
Sabrina Dubroca says:

====================
ipv6: fix error path of inet6_init()

The error path of inet6_init() can trigger multiple kernel panics,
mostly due to wrong ordering of cleanups. This series fixes those
issues.
====================

Reviewed-by: Xin Long <[email protected]>
Signed-off-by: David S. Miller <[email protected]>

Trivial merge