From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16333C54EED for ; Tue, 24 Jan 2023 22:57:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229720AbjAXW5f (ORCPT ); Tue, 24 Jan 2023 17:57:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbjAXW5e (ORCPT ); Tue, 24 Jan 2023 17:57:34 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2143B4390A for ; Tue, 24 Jan 2023 14:57:34 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B30D061383 for ; Tue, 24 Jan 2023 22:57:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE5E5C433EF; Tue, 24 Jan 2023 22:57:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674601053; bh=qEfW8SFsR5VpsdW/mo/3jp5lIkgbjWAtoMje6YRcmcw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nViP+VUhWhYmYsbZaWf/zSzuYdyuJUgD5fx90VhFwJGi536h1XJEIU4QitWtn76mU zfcYcvsrhTH/lsLlboY6sHvdvxoeBEGa8Gz+jfVvqAu6fovo+l7/cU3gORNjKLj9OP 9vvlmZKt99I8HBuAp1HuTPVty/6trKMmfGqgD4fSjNuylXdZTR3Fgx6xTuVrC+Cuy2 Js4r4EXf8NlCPAw4XQ85qSWdyl9Ak2Hq0630oYkG+4DQLaRR0QTsyhReDJTchSf6i+ 0r/UJVpZQJU2O7MLbFQxX5ZHH5eGXbhZ9vK2tXvKAYbBBSps1WVYlRZwc8raFxIpqM rHxVoWAqUlG+Q== Date: Tue, 24 Jan 2023 17:57:31 -0500 From: Sasha Levin To: Nobel Barakat Cc: stable@vger.kernel.org Subject: Re: 5.10 and 5.4 Backport Request: netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT state Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jan 23, 2023 at 11:01:47AM -0800, Nobel Barakat wrote: >PATCH_SUBJECT: netfilter: conntrack: do not renew entry stuck in tcp >SYN_SENT state >PATCH_COMMIT: e15d4cdf27cb0c1e977270270b2cea12e0955edd > >Reason for backport request: > >We've had a few customers experience issues with dnat such that their >kubernetes processes are now unreachable. Because dnat rules fail to >update, kubernetes pod IPs won't resolve and traffic gets blackholed >causing any healthcheck service to kill and restart the pod. This >commit has been verified to fix the issue and the ask here is to >backport it to kernel versions v5.4 and v5.10. Queued up, thanks for the report! -- Thanks, Sasha