summaryrefslogtreecommitdiff
path: root/tools/lib/python/kdoc/python_version.py
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-06-13 03:12:13 +0300
committerJakub Kicinski <kuba@kernel.org>2026-06-13 03:12:13 +0300
commit571e371357f30f617dbbe2e9acbf491447279354 (patch)
tree4d5c217702a5061ce0acf3e290fd6b7da5fef680 /tools/lib/python/kdoc/python_version.py
parent8d8fb5b5f55118baa2a2f0e94601286d4c57b9b4 (diff)
parent1ea2f885a76bc261c5b81c4a01477eacf8025e30 (diff)
downloadlinux-571e371357f30f617dbbe2e9acbf491447279354.tar.xz
Merge branch 'ipv6-mcast-annotate-data-races-in-proc-net-igmp6'
Yuyang Huang says: ==================== ipv6: mcast: annotate data races in /proc/net/igmp6 /proc/net/igmp6 walks IPv6 multicast memberships under RCU without holding idev->mc_lock, taking a lockless snapshot of two fields that writers update under the lock: mca_flags and mca_work.timer.expires. Patch 1 adds WRITE_ONCE() to all mca_flags update sites and READ_ONCE() to the procfs reader. Patch 2 does the same for the timer.expires read in the procfs path. ==================== Link: https://patch.msgid.link/20260609081113.7613-1-sigefriedhyy@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/lib/python/kdoc/python_version.py')
0 files changed, 0 insertions, 0 deletions