Merge branch 'ipv6-fib6_ref-conversion-to-refcount_t'
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 Apr 2019 00:19:48 +0000 (17:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Apr 2019 00:19:48 +0000 (17:19 -0700)
commit6b18bdfdba2cb11c26f06dea6bacfd6d43a37c88
tree0b5cbc74ef48d5d571ded7c8971d30df7740c035
parent20eb08b2b06bf1cf5e5dda2e5212db893c3e8ffe
parentf05713e0916ca46f127641b6afa74bd1a0772423
Merge branch 'ipv6-fib6_ref-conversion-to-refcount_t'

Eric Dumazet says:

====================
ipv6: fib6_ref conversion to refcount_t

We are chasing use-after-free in IPv6 that could have their origin
in fib6_ref 0 -> 1 transitions.

This patch series should help finding the root causes if these
illegal transitions ever happen.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>