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
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
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
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