On 4/27/19 7:27 PM, David Ahern wrote:
> From: David Ahern <dsah...@gmail.com>
>
> This series moves IPv4 pcpu cached routes from fib_nh to fib_nh_common
> to make the caches avaialable for IPv6 nexthops (fib6_nh) with IPv4
> routes. This allows a fib6_nh struct to be used with both IPv4 and
> and IPv6 routes.
>
> In addition pcpu caches and exception entries for IPv6 routes are
> moved from fib6_info to fib6_nh since they are really a function of
> the device and gateway. During the move of each, functions are
> refactored such that the core logic is in new helpers that take
> a fib6_nh versus a fib6_info.
>
I would prefer we fix the existing bugs before moving the code around,
otherwise stable teams work is going to be tough.
We have dozens of syzbot reports involving all this stuff.