diff options
author | 2017-06-09 16:29:47 +0200 | |
---|---|---|
committer | 2017-06-10 16:14:27 -0400 | |
commit | 9b3dc0a17d7388c4fb83736ca45253a93e994ce4 (patch) | |
tree | cc7159facc65764464e11db20b9b605bb64ac6d7 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_power (diff) | |
download | wireguard-linux-9b3dc0a17d7388c4fb83736ca45253a93e994ce4.tar.xz wireguard-linux-9b3dc0a17d7388c4fb83736ca45253a93e994ce4.zip |
l2tp: cast l2tp traffic counter to unsigned
This fixes a counter problem on 32bit systems:
When the rx_bytes counter reached 2 GiB, it jumpd to (2^64 Bytes - 2GiB) Bytes.
rtnl_link_stats64 has __u64 type and atomic_long_read returns
atomic_long_t which is signed. Due to the conversation
we get an incorrect value on 32bit systems if the MSB of
the atomic_long_t value is set.
CC: Tom Parkin <tparkin@katalix.com>
Fixes: 7b7c0719cd7a ("l2tp: avoid deadlock in l2tp stats update")
Signed-off-by: Dominik Heidler <dheidler@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions