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.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 BC63BC55181 for ; Tue, 21 Apr 2020 11:32:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9F35A206D4 for ; Tue, 21 Apr 2020 11:32:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728621AbgDULc0 (ORCPT ); Tue, 21 Apr 2020 07:32:26 -0400 Received: from correo.us.es ([193.147.175.20]:40622 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728285AbgDULcZ (ORCPT ); Tue, 21 Apr 2020 07:32:25 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 856A8F258A for ; Tue, 21 Apr 2020 13:32:23 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 77D6A100A47 for ; Tue, 21 Apr 2020 13:32:23 +0200 (CEST) Received: by antivirus1-rhel7.int (Postfix, from userid 99) id 6C3D0100798; Tue, 21 Apr 2020 13:32:23 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 845C5FF6EF; Tue, 21 Apr 2020 13:32:21 +0200 (CEST) Received: from 192.168.1.97 (192.168.1.97) by antivirus1-rhel7.int (F-Secure/fsigk_smtp/550/antivirus1-rhel7.int); Tue, 21 Apr 2020 13:32:21 +0200 (CEST) X-Virus-Status: clean(F-Secure/fsigk_smtp/550/antivirus1-rhel7.int) Received: from us.es (unknown [90.77.255.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 1984lsi) by entrada.int (Postfix) with ESMTPSA id 6056742EF42B; Tue, 21 Apr 2020 13:32:21 +0200 (CEST) Date: Tue, 21 Apr 2020 13:32:21 +0200 X-SMTPAUTHUS: auth mail.us.es From: Pablo Neira Ayuso To: Sasha Levin Cc: Stefano Brivio , linux-kernel@vger.kernel.org, stable@vger.kernel.org, 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: <20200421113221.rvh3jkjet32m6ng4@salvia> 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> <20200414150840.GD1068@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200414150840.GD1068@sasha-vm> User-Agent: NeoMutt/20170113 (1.7.2) X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sasha, On Tue, Apr 14, 2020 at 11:08:40AM -0400, Sasha Levin wrote: > 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 :) 5.6.6 is out and this fix is still not included... Would you please enqueue... commit 72239f2795fab9a58633bd0399698ff7581534a3 Author: Stefano Brivio Date: Wed Apr 1 17:14:38 2020 +0200 netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on insertion for 5.6.x -stable ? Thank you very much.