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=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 73A8FC433E6 for ; Fri, 15 Jan 2021 16:57:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A91523128 for ; Fri, 15 Jan 2021 16:57:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727599AbhAOQ53 (ORCPT ); Fri, 15 Jan 2021 11:57:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:43166 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727475AbhAOQ52 (ORCPT ); Fri, 15 Jan 2021 11:57:28 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7979C20738; Fri, 15 Jan 2021 16:56:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610729807; bh=65KME7dlQ6ZxSIcs/tBhxcihrYV+4nzB/aZGW3JS39U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=iW5vxKMW9vNDJos4it09xTOONBPZKklsLnEyxEmE4xEDwArUAAIjUc6JNJFqx7Ijw DyGUNyWEQI19X/6El61kkAvRhz4DXcIaGio0nqsD8aSOld7nU8cL2WOHM817fNloUF bRJsslHS7zn51K8eZee/SERyxtjaG9PT8mU/+Iz6VtMcwkYZgkiVusJE1xYp8IpK3c Y7pJgKlcI/1XyLYRlU4875q9xrd8YpE2GDuJM3JPykPxcZ+5gKYBq/0Zl5nJ/pZvRr 7iH+PfMh+QvJHiDK9j99EYhdStd2dpM7vx3ND4d8ntZqm8bBB7rXitiWgoecnzTKQk oBFQNYyCMINqA== Date: Fri, 15 Jan 2021 08:56:45 -0800 From: Jakub Kicinski To: Lee Jones Cc: Christophe Leroy , Paul Durrant , Kurt Kanzenbach , Alexei Starovoitov , "Gustavo A. R. Silva" , Peter Cammaert , Paul Mackerras , Sukadev Bhattiprolu , Wei Liu , Daniel Borkmann , John Fastabend , Santiago Leon , xen-devel@lists.xenproject.org, Grygorii Strashko , Thomas Falcon , Jesper Dangaard Brouer , Jens Osterkamp , Rusty Russell , Daris A Nevil , Lijun Pan , Ivan Khoronzhuk , Nicolas Pitre , Geoff Levand , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Erik Stahlman , John Allen , Utz Bacher , Dany Madden , bpf@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, "David S. Miller" , Russell King Subject: Re: [PATCH v2 0/7] Rid W=1 warnings in Ethernet Message-ID: <20210115085645.0f27864a@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20210115133848.GK3975472@dell> References: <20210113164123.1334116-1-lee.jones@linaro.org> <20210113183551.6551a6a2@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210114083349.GI3975472@dell> <20210114091453.30177d20@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210114195422.GB3975472@dell> <20210115111823.GH3975472@dell> <20210115133848.GK3975472@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Fri, 15 Jan 2021 13:38:48 +0000 Lee Jones wrote: > Okay, so what would you like me to do? Would you like me to re-submit > the set based only on net-next Yes, rebase your patches on net-next, recheck everything builds okay and resubmit. You should always develop against the tree that will merge your patches. I appreciate for your janitorial work using linux-next is more expedient, but as you can see it causes trouble, this is not the first time your patches don't apply to net-next IIRC.