Re: [PATCH net 0/2] ipv6: Initialize rt6_info properly in ip6_blackhole_route()

2015-10-16 Thread David Miller
From: Martin KaFai Lau Date: Thu, 15 Oct 2015 16:39:56 -0700 > This patchset ensures the rt6_info's fields are initialized properly > in ip6_blackhole_route() where xfrm_policy is the primarily user. > The first patch is a prep work. The second patch is the fix. It > fixes d52d3997f843 ("ipv6:

[PATCH net 0/2] ipv6: Initialize rt6_info properly in ip6_blackhole_route()

2015-10-15 Thread Martin KaFai Lau
This patchset ensures the rt6_info's fields are initialized properly in ip6_blackhole_route() where xfrm_policy is the primarily user. The first patch is a prep work. The second patch is the fix. It fixes d52d3997f843 ("ipv6: Create percpu rt6_info"). Here is the oops reported by Phil Sutter :