Re: [PATCH net-next v3] net: add rcu annotations for ifa_list

2019-06-02 Thread David Miller
From: Florian Westphal Date: Fri, 31 May 2019 18:27:02 +0200 > v3: fix typo in patch1 commit message > All other patches are unchanged. > v2: remove ifa_list iteration in afs instead of conversion > > Eric Dumazet reported following problem: > > It looks that unless RTNL is held, accessin

[PATCH net-next v3] net: add rcu annotations for ifa_list

2019-05-31 Thread Florian Westphal
v3: fix typo in patch1 commit message All other patches are unchanged. v2: remove ifa_list iteration in afs instead of conversion Eric Dumazet reported following problem: It looks that unless RTNL is held, accessing ifa_list needs proper RCU protection. indev->ifa_list can be changed und