Re: [PATCH net] inetpeer: fix RCU lookup() again

2017-09-28 Thread David Miller
From: Eric Dumazet Date: Mon, 25 Sep 2017 08:40:02 -0700 > From: Eric Dumazet > > My prior fix was not complete, as we were dereferencing a pointer > three times per node, not twice as I initially thought. > > Fixes: 4cc5b44b29a9 ("inetpeer: fix RCU lookup()") > Fixes: b145425f269a ("inetpeer:

[PATCH net] inetpeer: fix RCU lookup() again

2017-09-25 Thread Eric Dumazet
From: Eric Dumazet My prior fix was not complete, as we were dereferencing a pointer three times per node, not twice as I initially thought. Fixes: 4cc5b44b29a9 ("inetpeer: fix RCU lookup()") Fixes: b145425f269a ("inetpeer: remove AVL implementation in favor of RB tree") Signed-off-by: Eric Duma