]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'ipv6-fix-error-path-of-inet6_init'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 Aug 2018 02:28:55 +0000 (19:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Aug 2018 02:28:55 +0000 (19:28 -0700)
commite0b7e7dc690183c79f772844cdc03a144d72a3e0
tree45c00ac0e6e8a7daaf4f47761d6f6f355271d815
parent85eb9af182243ce9a8b72410d5321c440ac5f8d7
parentf707ef61e17261f2bb18c3e4871c6f135ab3aba9
Merge branch 'ipv6-fix-error-path-of-inet6_init'

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 <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>