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=-7.5 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 02B8CC4332F for ; Thu, 23 Sep 2021 22:55:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E132E61090 for ; Thu, 23 Sep 2021 22:55:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243545AbhIWW5X (ORCPT ); Thu, 23 Sep 2021 18:57:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:41118 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243435AbhIWW5V (ORCPT ); Thu, 23 Sep 2021 18:57:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C483661050; Thu, 23 Sep 2021 22:55:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632437749; bh=YCc8QSTAl6IqvIo5XZId9oapktBmGOuuYiyhrObvKr0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=t0FKWhPPx405FMBvQEkBkZ5S8jz0qoj9QO0Veq976W50SOy0DPJmFqtgWzopnYH1K DvVA0sKKl/FkwFLRPrmt7jYOMTDHR/KMY0XP3Lfrj9mQ/neGK6PUtsq2iM3zV1hL2Q hJH3whaFxtWAUh2p/FSEHt9I2jFOqdAtbhDbCvh/taJI7cLAX+ZxQa9u1CX3DQ+EV2 zkourkZILuuOIymxUVygEKIjkrL2My15u2XRHU4DEDoqY4eIA9JAVowOHkabeKZ5kG XJlB7rS+TBkDi1f+CijNXFMoOnWzCj7cJoXVVcmFkdCzY4aB9U2iWyyedG4CoORcI7 buIdUvImxu/2w== Date: Thu, 23 Sep 2021 15:55:47 -0700 From: Jakub Kicinski To: Leon Romanovsky Cc: "David S . Miller" , Leon Romanovsky , Alexander Lobakin , Anirudh Venkataramanan , Ariel Elior , GR-everest-linux-l2@marvell.com, GR-QLogic-Storage-Upstream@marvell.com, Igor Russkikh , intel-wired-lan@lists.osuosl.org, "James E.J. Bottomley" , Javed Hasan , Jeff Kirsher , Jesse Brandeburg , Jiri Pirko , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, "Martin K. Petersen" , Michael Chan , Michal Kalderon , netdev@vger.kernel.org, Sathya Perla , Saurav Kashyap , Tony Nguyen , Vasundhara Volam Subject: Re: [PATCH net-next 0/6] Batch of devlink related fixes Message-ID: <20210923155547.248ab1aa@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: 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 Thu, 23 Sep 2021 21:12:47 +0300 Leon Romanovsky wrote: > I'm asking to apply this batch of devlink fixes to net-next and not to > net, because most if not all fixes are for old code or/and can be considered > as cleanup. > > It will cancel the need to deal with merge conflicts for my next devlink series :). Not sure how Dave will feel about adding fixes to net-next, we do merge the trees weekly after all. Otherwise the patches look fine. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Date: Thu, 23 Sep 2021 15:55:47 -0700 Subject: [Intel-wired-lan] [PATCH net-next 0/6] Batch of devlink related fixes In-Reply-To: References: Message-ID: <20210923155547.248ab1aa@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On Thu, 23 Sep 2021 21:12:47 +0300 Leon Romanovsky wrote: > I'm asking to apply this batch of devlink fixes to net-next and not to > net, because most if not all fixes are for old code or/and can be considered > as cleanup. > > It will cancel the need to deal with merge conflicts for my next devlink series :). Not sure how Dave will feel about adding fixes to net-next, we do merge the trees weekly after all. Otherwise the patches look fine.