Re: [PATCH v3 net 0/5] ipv6: Fix dst_entry refcnt bugs in ip6_tunnel

2015-09-15 Thread Martin KaFai Lau
On Mon, Sep 14, 2015 at 07:56:37PM -0700, David Miller wrote: > From: David Miller > Date: Mon, 14 Sep 2015 19:49:25 -0700 (PDT) > > > Series applied, thanks Martin. > > Actually, reverted, this doesn't even compile :-/ > > In file included from include/linux/srcu.h:33:0, > from i

Re: [PATCH v3 net 0/5] ipv6: Fix dst_entry refcnt bugs in ip6_tunnel

2015-09-14 Thread David Miller
From: David Miller Date: Mon, 14 Sep 2015 19:49:25 -0700 (PDT) > Series applied, thanks Martin. Actually, reverted, this doesn't even compile :-/ In file included from include/linux/srcu.h:33:0, from include/linux/notifier.h:15, from include/linux/memory_hotplu

Re: [PATCH v3 net 0/5] ipv6: Fix dst_entry refcnt bugs in ip6_tunnel

2015-09-14 Thread David Miller
From: Martin KaFai Lau Date: Fri, 11 Sep 2015 11:06:16 -0700 > v3: > - Merge a 'if else if' test in patch 4 > - Use rcu_dereference_protected in patch 5 to fix a sparse check when > CONFIG_SPARSE_RCU_POINTER is enabled > > v2: > - Add patch 4 and 5 to remove the spinlock > > v1: > This patch

[PATCH v3 net 0/5] ipv6: Fix dst_entry refcnt bugs in ip6_tunnel

2015-09-11 Thread Martin KaFai Lau
v3: - Merge a 'if else if' test in patch 4 - Use rcu_dereference_protected in patch 5 to fix a sparse check when CONFIG_SPARSE_RCU_POINTER is enabled v2: - Add patch 4 and 5 to remove the spinlock v1: This patch series is to fix the dst refcnt bugs in ip6_tunnel. Patch 1 and 2 are the prep wor