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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 818ABC433E0 for ; Wed, 10 Mar 2021 23:14:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4236864FC1 for ; Wed, 10 Mar 2021 23:14:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232127AbhCJXNo (ORCPT ); Wed, 10 Mar 2021 18:13:44 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:44830 "EHLO mail.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231368AbhCJXNP (ORCPT ); Wed, 10 Mar 2021 18:13:15 -0500 Received: from localhost (unknown [IPv6:2601:601:9f00:477::3d5]) by mail.monkeyblade.net (Postfix) with ESMTPSA id BF39A4D0F5BAE; Wed, 10 Mar 2021 15:13:14 -0800 (PST) Date: Wed, 10 Mar 2021 15:13:10 -0800 (PST) Message-Id: <20210310.151310.2000090857363909897.davem@davemloft.net> To: gregkh@linuxfoundation.org Cc: ciorneiioana@gmail.com, kuba@kernel.org, andrew@lunn.ch, f.fainelli@gmail.com, olteanv@gmail.com, jiri@resnulli.us, ruxandra.radulescu@nxp.com, netdev@vger.kernel.org, ioana.ciornei@nxp.com Subject: Re: [PATCH net-next 00/15] dpaa2-switch: CPU terminated traffic and move out of staging From: David Miller In-Reply-To: References: <20210310134744.cjong4pnrfxld4hf@skbuf> X-Mailer: Mew version 6.8 on Emacs 27.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (mail.monkeyblade.net [0.0.0.0]); Wed, 10 Mar 2021 15:13:15 -0800 (PST) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Greg KH Date: Wed, 10 Mar 2021 15:12:57 +0100 > Yes, either I can provide a stable tag to pull from for the netdev > maintainers, or they can just add the whole driver to the "proper" place > in the network tree and I can drop the one in staging entirely. Or > people can wait until 5.13-rc1 when this all shows up in Linus's tree, > whatever works best for the networking maintainers, after reviewing it. I've added this whole series to my tree as I think that makes things easiest for everyone. Thanks!