summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2021-08-11 12:57:15 -0700
committerJakub Kicinski <kuba@kernel.org>2021-08-11 15:54:10 -0700
commitb69dd5b3780a7298bd893816a09da751bc0636f7 (patch)
tree0c4a94d50ac5dc9f09a84b630c88b60b7e77279a /tools/perf/scripts/python/netdev-times.py
parent0271824d9ebe945a2ecefdb87e1ce0a520be704d (diff)
downloadkernel-b69dd5b3780a7298bd893816a09da751bc0636f7.tar.gz
net: igmp: increase size of mr_ifc_count
Some arches support cmpxchg() on 4-byte and 8-byte only. Increase mr_ifc_count width to 32bit to fix this problem. Fixes: 4a2b285e7e10 ("net: igmp: fix data-race in igmp_ifc_timer_expire()") Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20210811195715.3684218-1-eric.dumazet@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
0dm vdo dedupe: fix various small nitsMike Snitzer 2024-02-20dm vdo int-map: remove unused parameter from vdo_int_map_createBruce Johnston 2024-02-20dm vdo int-map: rename functions to use a common vdo_int_map preambleBruce Johnston 2024-02-20dm vdo dedupe: switch to using int-map instead of pointer-mapBruce Johnston 2024-02-20dm vdo wait-queue: rename to vdo_waitq_dequeue_waiterMike Snitzer 2024-02-20dm vdo wait-queue: add proper namespace to interfaceMike Snitzer 2024-02-20dm vdo io-submitter: rename to vdo_submit_vio and submit_data_vioMike Snitzer 2024-02-20dm vdo: add use of deduplication index in hash zonesMatthew Sakai 2024-02-20dm vdo: add hash locks and hash zonesMatthew Sakai