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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,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 56E7DC00A89 for ; Sat, 31 Oct 2020 01:08:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 14EF6208B6 for ; Sat, 31 Oct 2020 01:08:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725681AbgJaBI0 (ORCPT ); Fri, 30 Oct 2020 21:08:26 -0400 Received: from correo.us.es ([193.147.175.20]:36712 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725536AbgJaBI0 (ORCPT ); Fri, 30 Oct 2020 21:08:26 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id A5DFF508CE6 for ; Sat, 31 Oct 2020 02:08:24 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 9989BDA78A for ; Sat, 31 Oct 2020 02:08:24 +0100 (CET) Received: by antivirus1-rhel7.int (Postfix, from userid 99) id 8F33DDA730; Sat, 31 Oct 2020 02:08:24 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 618DEDA704; Sat, 31 Oct 2020 02:08:22 +0100 (CET) Received: from 192.168.1.97 (192.168.1.97) by antivirus1-rhel7.int (F-Secure/fsigk_smtp/550/antivirus1-rhel7.int); Sat, 31 Oct 2020 02:08:22 +0100 (CET) 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 4346142EF42B; Sat, 31 Oct 2020 02:08:22 +0100 (CET) Date: Sat, 31 Oct 2020 02:08:21 +0100 X-SMTPAUTHUS: auth mail.us.es From: Pablo Neira Ayuso To: "Jason A. Donenfeld" Cc: netfilter-devel@vger.kernel.org, Netdev Subject: Re: [PATCH nf 0/2] route_me_harder routing loop with tunnels Message-ID: <20201031010821.GA28075@salvia> References: <20201029025606.3523771-1-Jason@zx2c4.com> <20201030192301.GA19199@salvia> <20201031010003.GA27601@salvia> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201031010003.GA27601@salvia> User-Agent: Mutt/1.10.1 (2018-07-13) X-Virus-Scanned: ClamAV using ClamSMTP Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Sat, Oct 31, 2020 at 02:00:03AM +0100, Pablo Neira Ayuso wrote: > On Sat, Oct 31, 2020 at 01:05:03AM +0100, Jason A. Donenfeld wrote: > > On Fri, Oct 30, 2020 at 8:23 PM Pablo Neira Ayuso wrote: > > > > > > On Thu, Oct 29, 2020 at 03:56:04AM +0100, Jason A. Donenfeld wrote: > > > > Hi Pablo, > > > > > > > > This series fixes a bug in the route_me_harder family of functions with > > > > regards to tunnel interfaces. The first patch contains an addition to > > > > the wireguard test suite; I normally send my wireguard patches through > > > > Dave's tree, but I thought it'd be nice to send these together here > > > > because the test case is illustrative of the issue. The second patch > > > > then fixes the issue with a lengthy explanation of what's going on. > > > > > > > > These are intended for net.git/nf.git, not the -next variety, and to > > > > eventually be backported to stable. So, the second patch has a proper > > > > Fixes: line on it to help with that. > > > > > > Series applied, thanks. > > > > To nf.git? > > Yes. > > > Did you forget to git-push perhaps? > > I usually take a little time to compile test and run tests before > pushing it out. offlist. JFYI: I'll be scheduling a pull request by tomorrow to request inclusion of these updates into net.git.