From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B36F5298991 for ; Fri, 13 Mar 2026 12:45:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773405907; cv=none; b=Nacy6m9Lwd9JsYCu0OpP6C8j6Z6bgDLoJMNWzfQAAUyrz8UR1N6x0E0YcW1cl0ZRd61Gka79NbwxDbTm6GNBlno29lnRjwe3oBxH5rG+F+AxpJXULIrIH9gZmgz8TxjpknzlC+ZeX+LTOIwsHKFmE3Itf6NbLwSYqGW/HtsuAAE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773405907; c=relaxed/simple; bh=YPUgM1oYyjHaELzyKFInr4XZsQ717NDAukTaozxNc7Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UJ4As5ZibF2x606pqP5xBAVU9a8FWoEeUU69VQY2YDh+yCe6S1ChoDdyY+qXruiBW1aNS7FjuDW5YkYPTcNquOU3f55WpzcMxXP+4SJOV3iRq1edr9lenpBmz59dlkenVt3K3n4VOrowAV45cRdnTNGRglG7muaKnwn89LDWUmY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=DVHPsaRA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="DVHPsaRA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61409C19421; Fri, 13 Mar 2026 12:45:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773405907; bh=YPUgM1oYyjHaELzyKFInr4XZsQ717NDAukTaozxNc7Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DVHPsaRAJVFPZgXKk1Zrws6DEyWHV3h09eKdaJpFMku6YPgetLc2Ri+RA19jVwdSh rysIZF6n245K21yX2HuoywsHu4y0YkwcF8YoTMiod5n8gYIaAPjoC5Lk9+arwZbkqk RbxSsP0jNDmNN8K3IS7w1LCgD8wToQ+ehzmu0bW8= Date: Fri, 13 Mar 2026 13:44:57 +0100 From: Greg KH To: Eric Dumazet Cc: linux-stable , Menglong Dong Subject: Re: Backport to 6.6 and 6.1 Message-ID: <2026031351-carve-crayon-4496@gregkh> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Mar 13, 2026 at 01:34:27PM +0100, Eric Dumazet wrote: > Hi team > > Would you be kind enough to backport the following patch to 6.6 and 6.1 ? > > For some reason we missed that the issue was serious, no Fixes: tag at > that time :/ > > It applies cleanly. > > commit 795a7dfbc3d95e4c7c09569f319f026f8c7f5a9c > Author: Menglong Dong > Date: Fri Jan 26 12:05:19 2024 +0800 > > net: tcp: accept old ack during closing > > Thanks a lot ! > > Related : packetdrill test sent to net-next today: > > https://lore.kernel.org/netdev/20260313115429.3365751-1-edumazet@google.com/T/#u > Now queued up,t hanks. greg k-h