From: David S. Miller Date: Fri, 30 Dec 2022 07:25:53 +0000 (+0000) Subject: Merge branch 'tcp-bhash2-fixes' X-Git-Tag: v6.2-rc3~23^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0798311cfd8739bbfba0b454dc828fe35dfa4d72;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'tcp-bhash2-fixes' 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 --- 0798311cfd8739bbfba0b454dc828fe35dfa4d72