Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/ipv6: stop leaking percpu memory in fib6 info
The fib6_info_alloc() function allocates percpu memory to hold per CPU pointers to rt6_info, but this memory is never freed. Fix it. Fixes: a64efe1 ("net/ipv6: introduce fib6_info struct and helpers") Signed-off-by: Mike Rapoport <[email protected]> Reviewed-by: David Ahern <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information