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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 214F7C2BA19 for ; Tue, 14 Apr 2020 15:09:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F198B20787 for ; Tue, 14 Apr 2020 15:09:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586876946; bh=GLM7ITcjNGNqxFgguUrT1MtQmHq3TEbDWtKuGuJeo2w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=hqNjKaLVexILfVTBOT/V7hZEZZb8Ek8PiPClFOScnY0XFHc8slOA8JgV+mONq0fXI /x3iShFt7BWIjJMGcXKmAQa/A99JpcnLqSH/zDXAsaM9BM7HPJpq3gjjuDqhngvdoF UVAHJ8BykNUHegtMvhOz0UR3V8vuFPt0tcOmajns= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2440318AbgDNPJC (ORCPT ); Tue, 14 Apr 2020 11:09:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:56926 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2440299AbgDNPIn (ORCPT ); Tue, 14 Apr 2020 11:08:43 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5765A2076D; Tue, 14 Apr 2020 15:08:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586876921; bh=GLM7ITcjNGNqxFgguUrT1MtQmHq3TEbDWtKuGuJeo2w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UT9cWIzX59N5Dp/DAqfP+XZ9ucR8iFlnC1CvLDdSIp4fp9+3b+M5kKrb6OHu58a5k ro20mPG3qeWc17ZkLZSq/fWkig8Y4RDmXLz7OPlVA2FwvSoddrfngn9nqbuD7N3I64 kfzwhd3jFwNLAUP6jq+NApr8mJRJnV98nhzlKozg= Date: Tue, 14 Apr 2020 11:08:40 -0400 From: Sasha Levin To: Stefano Brivio Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Pablo Neira Ayuso , Phil Sutter , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org Subject: Re: [PATCH AUTOSEL 5.5 27/35] netfilter: nf_tables: Allow set back-ends to report partial overlaps on insertion Message-ID: <20200414150840.GD1068@sasha-vm> References: <20200407000058.16423-1-sashal@kernel.org> <20200407000058.16423-27-sashal@kernel.org> <20200407021848.626df832@redhat.com> <20200413163900.GO27528@sasha-vm> <20200413223858.17b0f487@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20200413223858.17b0f487@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Apr 13, 2020 at 10:38:58PM +0200, Stefano Brivio wrote: >On Mon, 13 Apr 2020 12:39:00 -0400 >Sasha Levin wrote: > >> On Tue, Apr 07, 2020 at 02:18:48AM +0200, Stefano Brivio wrote: >> >> >I'm used to not Cc: stable on networking patches (Dave's net.git), >> >but I guess I should instead if they go through nf.git (Pablo's tree), >> >right? >> >> Yup, this confusion has caused for quite a few netfilter fixes to not >> land in -stable. If it goes through Pablo's tree (and unless he intructs >> otherwise), you should Cc stable. > >Hah, thanks for clarifying. > >What do you think I should do specifically with 72239f2795fa >("netfilter: nft_set_rbtree: Drop spurious condition for overlap detection >on insertion")? > >I haven't Cc'ed stable on that one. Can I expect AUTOSEL to pick it up >anyway? I'll make sure it gets queued up when it hits Linus's tree :) -- Thanks, Sasha