Re: [PATCH net v2 0/2] ipv6: route: enforce RCU protection for fib6_info->from

2019-02-21 Thread David Miller
From: David Ahern Date: Thu, 21 Feb 2019 21:45:08 -0500 > On 2/21/19 12:54 PM, David Miller wrote: >> From: Paolo Abeni >> Date: Thu, 21 Feb 2019 11:19:40 +0100 >> >>> This series addresses a couple of RCU left-over dating back to >>> rt6_info->from >>> conversion to RCU >>> >>> v1 -> v2: >>>

Re: [PATCH net v2 0/2] ipv6: route: enforce RCU protection for fib6_info->from

2019-02-21 Thread David Ahern
On 2/21/19 12:54 PM, David Miller wrote: > From: Paolo Abeni > Date: Thu, 21 Feb 2019 11:19:40 +0100 > >> This series addresses a couple of RCU left-over dating back to rt6_info->from >> conversion to RCU >> >> v1 -> v2: >> - fix a possible race in patch 1 > > Series applied. > and queued for

Re: [PATCH net v2 0/2] ipv6: route: enforce RCU protection for fib6_info->from

2019-02-21 Thread David Miller
From: Paolo Abeni Date: Thu, 21 Feb 2019 11:19:40 +0100 > This series addresses a couple of RCU left-over dating back to rt6_info->from > conversion to RCU > > v1 -> v2: > - fix a possible race in patch 1 Series applied.

[PATCH net v2 0/2] ipv6: route: enforce RCU protection for fib6_info->from

2019-02-21 Thread Paolo Abeni
This series addresses a couple of RCU left-over dating back to rt6_info->from conversion to RCU v1 -> v2: - fix a possible race in patch 1 Paolo Abeni (2): ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt() ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink(