On 4/22/19 7:35 PM, Eric Dumazet wrote: > We suspect some issues involving fib6_ref 0 -> 1 transitions might > cause strange syzbot reports. > > Lets convert fib6_ref to refcount_t to catch them earlier. > > Signed-off-by: Eric Dumazet <eduma...@google.com> > Cc: Wei Wang <wei...@google.com> > --- > include/net/ip6_fib.h | 8 ++++---- > net/ipv6/ip6_fib.c | 6 +++--- > net/ipv6/route.c | 2 +- > 3 files changed, 8 insertions(+), 8 deletions(-) >
Reviewed-by: David Ahern <dsah...@gmail.com>