Merge branch 'tcp_metrics-series-of-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 3 Aug 2023 17:58:27 +0000 (10:58 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 3 Aug 2023 17:58:27 +0000 (10:58 -0700)
commit374297e8350b7c3fba7dde438f3414ff05fcba04
tree88f728828a37d6926edc2343f1063e8220398a8f
parentb755c25fbcd568821a3bb0e0d5c2daa5fcb00bba
parentddf251fa2bc1d3699eec0bae6ed0bc373b8fda79
Merge branch 'tcp_metrics-series-of-fixes'

Eric Dumazet says:

====================
tcp_metrics: series of fixes

This series contains a fix for addr_same() and various
data-race annotations.

We still have to address races over tm->tcpm_saddr and
tm->tcpm_daddr later.
====================

Link: https://lore.kernel.org/r/20230802131500.1478140-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>