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 45C54C77B7A for ; Thu, 1 Jun 2023 10:28:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232010AbjFAK2V (ORCPT ); Thu, 1 Jun 2023 06:28:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233598AbjFAK16 (ORCPT ); Thu, 1 Jun 2023 06:27:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92D5CE7F for ; Thu, 1 Jun 2023 03:27:17 -0700 (PDT) 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 D4C036435A for ; Thu, 1 Jun 2023 10:27:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0BE5C433D2; Thu, 1 Jun 2023 10:27:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685615236; bh=eBE2giV/pKHFHTehq978rsdrfRniwtrzzYWeL1mZYmU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RVUoFJwpukETz1KVt8z63BFGpLW6TxnAI7VsjWoeIIl2VB98D9sLU2NteMUsm3SUc 1RcqDDys+0LfoiFJv6yrIxjLN9Vi4msuokZJpTQ2nnxdrFu3qaSaKjHM5gPF4mzpTU 6FhRXLysA5zVUMBryHLq8/RuGJKUJEe8pgVGkzA4= Date: Thu, 1 Jun 2023 11:27:13 +0100 From: Greg KH To: Demi Marie Obenour Cc: stable@vger.kernel.org, Marek =?iso-8859-1?Q?Marczykowski-G=F3recki?= Subject: Re: Please cherry-pick 9b7c68b3911aef84afa4cbfc31bce20f10570d51 ("netfilter: ctnetlink: Support offloaded conntrack entry deletion") Message-ID: <2023060100-maroon-stylist-822c@gregkh> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, May 31, 2023 at 10:07:37PM -0400, Demi Marie Obenour wrote: > Please cherry-pick 9b7c68b3911aef84afa4cbfc31bce20f10570d51 > ("netfilter: ctnetlink: Support offloaded conntrack entry deletion") to > all supported stable trees except for 4.14. The lack of it makes the > flowtables feature much more difficult (if not impossible) to use in > environments where connection tracking entries must be removed to > terminate flows. The diffstat is -8,+0 and the commit only removes > code that was not necessary to begin with. Now queued up, thanks. greg k-h