Merge branch 'tcp-tcp-challenge-ack-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 1 Sep 2022 02:56:53 +0000 (19:56 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Sep 2022 02:56:54 +0000 (19:56 -0700)
commita3daac631e4824a68a5449f60dd86b90bb7be91a
tree639b61f605e41a495d774f43c4e3062296bd3836
parent52267ce25f60f37ae40ccbca0b21328ebae5ae75
parent79e3602caa6f9d59c4f66a268407080496dae408
Merge branch 'tcp-tcp-challenge-ack-fixes'

Eric Dumazet says:

====================
tcp: tcp challenge ack fixes

syzbot found a typical data-race addressed in the first patch.

While we are at it, second patch makes the global rate limit
per net-ns and disabled by default.
====================

Link: https://lore.kernel.org/r/20220830185656.268523-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>