commit | d69bbf88c8d0b367cf3e3a052f6daadf630ee566 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Nov 09 17:51:23 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 09 21:55:48 2015 -0500 |
tree | 32b81467f642ab7a2b6d0b20b2a935eb85bae712 | |
parent | 8c94ddbc139bf8511d79153a81191b07f8e03eb4 [diff] |
net: fix a race in dst_release() Only cpu seeing dst refcount going to 0 can safely dereference dst->flags. Otherwise an other cpu might already have freed the dst. Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst") Reported-by: Greg Thelen <gthelen@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>