summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2025-09-16 16:09:44 +0000
committerPaolo Abeni <pabeni@redhat.com>2025-09-18 10:17:09 +0200
commit9fba1eb39e2f74d2002c5cbcf1d4435d37a4f752 (patch)
tree4cc67eb26e93c7de2a4037d044381eb74228d2cc /tools/perf/scripts/python/bin/export-to-postgresql-report
parent5489f333ef993bfceebce9ae98944f04eaafcc30 (diff)
downloadkernel-9fba1eb39e2f74d2002c5cbcf1d4435d37a4f752.tar.gz
ipv6: np->rxpmtu race annotation
Add READ_ONCE() annotations because np->rxpmtu can be changed while udpv6_recvmsg() and rawv6_recvmsg() read it. Since this is a very rarely used feature, and that udpv6_recvmsg() and rawv6_recvmsg() read np->rxopt anyway, change the test order so that np->rxpmtu does not need to be in a hot cache line. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Willem de Bruijn <willemb@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com> Link: https://patch.msgid.link/20250916160951.541279-4-edumazet@google.com Reviewed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions
ernel/commit/fs/bcachefs/dirent.h?id=b65db750e2bb9252321fd54c284edd73c1595a09'>bcachefs: Enumerate fsck errorsKent Overstreet 2023-10-22bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton 2023-10-22bcachefs: Change check for invalid key typesKent Overstreet 2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet 2023-10-22bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet 2023-10-22bcachefs: More style fixesKent Overstreet 2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet 2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet 2023-10-22bcachefs: Update export_operations for snapshotsKent Overstreet 2023-10-22bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet 2023-10-22bcachefs: Snapshot creation, deletionKent Overstreet 2023-10-22bcachefs: Plumb through subvolume idKent Overstreet 2023-10-22bcachefs: Add support for dirents that point to subvolumesKent Overstreet 2023-10-22bcachefs: btree_pathKent Overstreet 2023-10-22bcachefs: Inode backpointersKent Overstreet 2023-10-22bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet 2023-10-22bcachefs: Can't be holding read locks while taking write locksKent Overstreet 2023-10-22bcachefs: Factor out fs-common.cKent Overstreet