summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichael Chan <michael.chan@broadcom.com>2017-01-06 16:18:53 -0500
committerSasha Levin <alexander.levin@verizon.com>2017-09-10 16:36:05 -0400
commita445f819b5e06bb52e1ae7ca160d20b0490f0447 (patch)
tree502b6e1db9c92c43ec3248bc5423bcc0b81530f8 /arch
parent7c0dbe308ab6ed7ee7226d8935f72cbfb317bc0d (diff)
tg3: Fix race condition in tg3_get_stats64().
[ Upstream commit f5992b72ebe0dde488fa8f706b887194020c66fc ] The driver's ndo_get_stats64() method is not always called under RTNL. So it can race with driver close or ethtool reconfigurations. Fix the race condition by taking tp->lock spinlock in tg3_free_consistent() when freeing the tp->hw_stats memory block. tg3_get_stats64() is already taking tp->lock. Reported-by: Wang Yufen <wangyufen@huawei.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions