Fix race condition in several network drivers when reading stats on 32bit UP architectures. These drivers update their stats in a BH context and therefore should use u64_stats_fetch_begin_bh/u64_stats_fetch_retry_bh instead of u64_stats_fetch_begin/u64_stats_fetch_retry when reading the stats. Signed-off-by: Kevin Groeneveld <kgroeneveld@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| vxge-config.c | ||
| vxge-config.h | ||
| vxge-ethtool.c | ||
| vxge-ethtool.h | ||
| vxge-main.c | ||
| vxge-main.h | ||
| vxge-reg.h | ||
| vxge-traffic.c | ||
| vxge-traffic.h | ||
| vxge-version.h | ||