Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp3451826ybk; Tue, 19 May 2020 05:08:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxhbT8GiYfqfxFWUBaMm4QjLvOnwZiJ4OFiReTYuAGG4eS75dEI5DyPHLbwP2LGmcFzrInC X-Received: by 2002:a17:906:5695:: with SMTP id am21mr18547254ejc.223.1589890122212; Tue, 19 May 2020 05:08:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589890122; cv=none; d=google.com; s=arc-20160816; b=RGO37rWZG7KHT5msHWyQoFEO3UDajKVuKtilg22DH+fmvE1uCbK/XbSE9e/fbE4L7I pfcTsMAo4B4JUW9ecH5mPzG2rTfe81jlWhn3ZhP7hOQsXfTA06nHzK/XqP/cyxGEQ3jn SDdzO4aPV1+C/oruD2eVoKAOpUusDmhKPd/KNI2Dos77JeKOawUitdpStknnDdINrzz5 KJuebrWYrBpY5zijgGKhjn3Of507tNE3sorxmeQAfiEiC/6mAbMzVZa6TxD16DpCVN7Z zTJO++P2wetAlbTZJvNOgrg+CKhk4wK/+2I1+twhgg54DW+TMl2C4B+7rllWB2vUGFv6 kM8A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=BpJDyUO6Qe9m2D1DmsE6ivT7dst+fvBVnPnqB4pFlU4=; b=0OcbeZ1BGpjq629JsjFpnb2j++RroG6d+BJ1RghfH8YO2zzWon5SzWecWyWW/xKTFw NOiVyViwTSbKNiusB0q51+jPTcxWpmrHIiYuT3Je3coQ9sXWKzu/xMharLya9rjRLYhj 93rAWyz/D9Naa6lrkqtv6s7xK6AMleflu4z9kBcO1ASiUT0KQ60Ai/S5jrLuIiFrO2L1 GBpRrhA66U4RxYEaJ9vZsF0U148g+nqOQOms58ZkSxptauhtPnAbPRrzvRbx7chMn20p GrxFsnxrKksrteLc//BYPwjAb8rcNeOCbYl7v/pKrBDS2acKaNTaVDQHAKZ3MfK28P2X ILaQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d6si7580500edv.364.2020.05.19.05.08.03; Tue, 19 May 2020 05:08:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728794AbgESMG1 (ORCPT + 99 others); Tue, 19 May 2020 08:06:27 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:47016 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726949AbgESMG1 (ORCPT ); Tue, 19 May 2020 08:06:27 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 107141C025A; Tue, 19 May 2020 14:06:26 +0200 (CEST) Date: Tue, 19 May 2020 14:06:25 +0200 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Stefano Brivio , Pablo Neira Ayuso , Sasha Levin Subject: Re: [PATCH 4.19 41/80] netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start() Message-ID: <20200519120625.GA8342@amd> References: <20200518173450.097837707@linuxfoundation.org> <20200518173458.612903024@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <20200518173458.612903024@linuxfoundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > [ Upstream commit 6f7c9caf017be8ab0fe3b99509580d0793bf0833 ] >=20 > Replace negations of nft_rbtree_interval_end() with a new helper, > nft_rbtree_interval_start(), wherever this helps to visualise the > problem at hand, that is, for all the occurrences except for the > comparison against given flags in __nft_rbtree_get(). >=20 > This gets especially useful in the next patch. This looks like cleanup in preparation for the next patch. Next patch is there for some series, but not for 4.19.124. Should this be in 4.19, then? Best regards, Pavel =09 --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl7Dy8EACgkQMOfwapXb+vKMeACglJuua3KLDV+n29v1IdzX5+Z5 rhQAnRwxKY8T+VPoAhyhs9QipmJAUiK+ =w+if -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc--