Re: [PATCH net-next 3/3] ipv6: convert fib6_ref to refcount_t

2019-04-23 Thread David Ahern
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 > Cc: Wei Wang > --- > include/net/ip6_fib.h | 8

Re: [PATCH net-next 3/3] ipv6: convert fib6_ref to refcount_t

2019-04-23 Thread Wei Wang
On Mon, Apr 22, 2019 at 6: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 > Cc: Wei Wang > --- Acked-by: Wei Wang Than

[PATCH net-next 3/3] ipv6: convert fib6_ref to refcount_t

2019-04-22 Thread Eric Dumazet
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 Cc: Wei Wang --- include/net/ip6_fib.h | 8 net/ipv6/ip6_fib.c| 6 +++--- net/ipv6/route.c |