From: Jakub Kicinski Date: Sat, 30 Aug 2025 02:29:26 +0000 (-0700) Subject: Merge branch 'inet_diag-make-dumps-faster-with-simple-filters' X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e71aa5a955a7059a705972e9bcdb074b6fd14696;p=users%2Fhch%2Fmisc.git Merge branch 'inet_diag-make-dumps-faster-with-simple-filters' Eric Dumazet says: ==================== inet_diag: make dumps faster with simple filters inet_diag_bc_sk() pulls five cache lines per socket, while most filters only need the two first ones. We can change it to only pull needed cache lines, to make things like "ss -temoi src :21456" much faster. First patches (1-3) are annotating data-races as a first step. ==================== Link: https://patch.msgid.link/20250828102738.2065992-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- e71aa5a955a7059a705972e9bcdb074b6fd14696