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 CFFB8ECAAD8 for ; Fri, 23 Sep 2022 12:29:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229637AbiIWM3D (ORCPT ); Fri, 23 Sep 2022 08:29:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232376AbiIWM2q (ORCPT ); Fri, 23 Sep 2022 08:28:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 181A1115BEF; Fri, 23 Sep 2022 05:25:17 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 7CC5861F63; Fri, 23 Sep 2022 12:25:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B0F0C433C1; Fri, 23 Sep 2022 12:25:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663935916; bh=02nUGk8Mbyb5P5rpSdxYQr7vw+ROB7tTT8IAiCyXraY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QR5aQGTslzMNrc2j9zdogVY4ZcMecJURVt0iYIhAtTIgS3J+FmQ2cc6sEApHEhk0m Dw4lhPHs8ULGJusbFosUdXxPrdt8gn87NdNfJ0Uncj+JNihBaX/22zJ2FhAiPiuRLV x+lZSGOGcrsEMQZZf/JYDfi7tXOlNUTMniol20rdHARjjgPQ3ABa6d7QeJ/WHj3L4d 660uQ90O7xITRLrS1tqlBgtH1gaOf9F1OKLVHWf5y8NNF98rM1zYW323VeOyj/V/Y5 IfDtppseVqkzJRsUBwB2Q5zx0GY26CUdscLGTqRmd7drfk8BpPow82EUmXAwjogKuf 5n6guHF7GoWGQ== Date: Fri, 23 Sep 2022 05:25:15 -0700 From: Jakub Kicinski To: Matthieu Baerts Cc: Stephen Rothwell , David Miller , Networking , Benjamin Poirier , Hangbin Liu , Linux Kernel Mailing List , Linux Next Mailing List , MPTCP Upstream Subject: Re: linux-next: manual merge of the net-next tree with the net tree Message-ID: <20220923052515.3a52d5c4@kernel.org> In-Reply-To: <1ccfd999-7cb6-3243-20c6-54299bc1b8a1@tessares.net> References: <20220921110437.5b7dbd82@canb.auug.org.au> <2b4722a2-04cd-5e8f-ee09-c01c55aee7a7@tessares.net> <20220922125908.28efd4b4@kernel.org> <1ccfd999-7cb6-3243-20c6-54299bc1b8a1@tessares.net> 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 Fri, 23 Sep 2022 10:28:10 +0200 Matthieu Baerts wrote: > Or maybe because you were again disappointed by Lewandowski's > performance yesterday when you were resolving the conflicts at the same > time :-D :D > Anyway I just sent a small patch to fix this: > > https://lore.kernel.org/netdev/20220923082306.2468081-1-matthieu.baerts@tessares.net/T/ > https://patchwork.kernel.org/project/netdevbpf/patch/20220923082306.2468081-1-matthieu.baerts@tessares.net/ Thanks!