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 67B29C74A5B for ; Wed, 22 Mar 2023 04:58:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229750AbjCVE6Y (ORCPT ); Wed, 22 Mar 2023 00:58:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229459AbjCVE6W (ORCPT ); Wed, 22 Mar 2023 00:58:22 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69DD526584; Tue, 21 Mar 2023 21:58:21 -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 ams.source.kernel.org (Postfix) with ESMTPS id E40A2B819BC; Wed, 22 Mar 2023 04:58:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04591C4339B; Wed, 22 Mar 2023 04:58:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679461098; bh=Y81qCp1LHk8B/PcrfomdLSIZfNVP8dHYfNNJSh3UeOA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hKxwGQPOCze6EutMfsj1SPtw7PZAN56KHNR3eXyLH3rYsHmChXStxLQIUQuHxG2va /NPtJKSSNS4HlIsXJiW7m3soLWaImMGSjDWXo0oFU1QBEZNQDirleYE9O25VydG+0t 1uS8NXkJhKSoPttuYxVnM+0PLpEVAiNlBz3qBCOQhWlMd+nOFNhC96tVkwRuhuK/7i QmM0DBVUVSMXFafGw5H2muU/SQE8YZTKx+g3n0RI5VBDjzNQe21LLZskUlJfXFDlKb nhLufRAea5WBBaig4FEVcWcgpx9cnpCPJ/1o4gsiFbWHQU+svmkoCw+zlpd6nkeJzI uZvhfvZZq94vw== Date: Tue, 21 Mar 2023 21:58:16 -0700 From: Jakub Kicinski To: Paul Blakey Cc: , Saeed Mahameed , Pablo Neira Ayuso , "Jozsef Kadlecsik" , Florian Westphal , "David S. Miller" , Eric Dumazet , Paolo Abeni , , , , Oz Shlomo , Roi Dayan , Vlad Buslov Subject: Re: [PATCH net-next 1/1] netfilter: ctnetlink: Support offloaded conntrack entry deletion Message-ID: <20230321215816.40450b38@kernel.org> In-Reply-To: <1679406604-133128-1-git-send-email-paulb@nvidia.com> References: <1679406604-133128-1-git-send-email-paulb@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 Mar 2023 15:50:04 +0200 Paul Blakey wrote: > To: Paul Blakey , , Saeed Mahameed , Pablo Neira Ayuso , "Jozsef Kadlecsik" , Florian Westphal , "David S. Miller" , Eric Dumazet , "Jakub Kicinski" , Paolo Abeni , , , > CC: Oz Shlomo , Roi Dayan , Vlad Buslov Please put the maintainers you expect to take the patch on To: And the rest of the people on CC: > Subject: [PATCH net-next 1/1] netfilter: ctnetlink: Support offloaded conntrack entry deletion git log --no-merges \ --format='%<(20)%cn %cs %<(47,trunc)%s' \ -- \ net/netfilter/nf_conntrack_netlink.c clearly not net-next, we don't take patches to this file.