Merge branch 'tcp-bhash2-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Dec 2022 07:25:53 +0000 (07:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Dec 2022 07:25:53 +0000 (07:25 +0000)
Kuniyuki Iwashima says:

===================
tcp: Fix bhash2 and TIME_WAIT regression.

We forgot to add twsk to bhash2.  Therefore TIME_WAIT sockets cannot
prevent bind() to the same local address and port.

Changes:
  v1:
    * Patch 1:
      * Add tw_bind2_node in inet_timewait_sock instead of
        moving sk_bind2_node from struct sock to struct
sock_common.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge