aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/powerpc-hcalls.py
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2023-04-05 01:56:59 +0000
committerJakub Kicinski <[email protected]>2023-04-05 01:56:59 +0000
commit95fac54004a8aebddad74e9984c1c9785190668c (patch)
treec2c86b24663336c6bb546d9fb3cbef8ef6d32c67 /tools/perf/scripts/python/powerpc-hcalls.py
parentnet: stmmac: fix up RX flow hash indirection table when setting channels (diff)
parentping: Fix potentail NULL deref for /proc/net/icmp. (diff)
downloadkernel-95fac54004a8aebddad74e9984c1c9785190668c.tar.gz
kernel-95fac54004a8aebddad74e9984c1c9785190668c.zip
Merge branch 'raw-ping-fix-locking-in-proc-net-raw-icmp'
Kuniyuki Iwashima says: ==================== raw/ping: Fix locking in /proc/net/{raw,icmp}. The first patch fixes a NULL deref for /proc/net/raw and second one fixes the same issue for ping sockets. The first patch also converts hlist_nulls to hlist, but this is because the current code uses sk_nulls_for_each() for lockless readers, instead of sk_nulls_for_each_rcu() which adds memory barrier, but raw sockets does not use the nulls marker nor SLAB_TYPESAFE_BY_RCU in the first place. OTOH, the ping sockets already uses sk_nulls_for_each_rcu(), and such conversion can be posted later for net-next. ==================== Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions