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 8E1A0C4332F for ; Mon, 19 Dec 2022 17:15:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231447AbiLSRPs (ORCPT ); Mon, 19 Dec 2022 12:15:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230403AbiLSRPr (ORCPT ); Mon, 19 Dec 2022 12:15:47 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A9331F44; Mon, 19 Dec 2022 09:15:46 -0800 (PST) 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 4146B6108E; Mon, 19 Dec 2022 17:15:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41AA6C433EF; Mon, 19 Dec 2022 17:15:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671470145; bh=sfoj+z+/KgSaC2QLeTBWe4LDJAxz4o4w3GPXQmLL12g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=nn5uAx170Brn2qFFchmhxW1qTFRz5A/rSuyc2PZspsHkj+/pv1KHN6nWL5huJEKpS j1MZdbPCSu7tCQdxCSrQyg3EaPqfjANuvQSeUoTPGStRqBOYIrp9/DiRXeSu45zlN4 Bsu9112AP39XWmz6Yzw2a6Qv1UB9mBEl4FgW0UkPtU4+65Sviqu12+nkrt0TeWqQOF 3hvjOogTn08e4GgDkCOzWN7L7k0nyTvmEe3gPBL/f7HktJ4dCfM9foDMmwAKp+zpyk ZzVtTHSpTlYhFII+6vSxJbHapL43uKWEcwVppzrxrNgNyoR/eJV40Ra+JSpo9IdBbe YA0UoZSV6ERaQ== Date: Mon, 19 Dec 2022 09:15:44 -0800 From: Jakub Kicinski To: Piergiorgio Beruto Cc: Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Paolo Abeni , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Oleksij Rempel Subject: Re: [PATCH v7 net-next 0/5] add PLCA RS support and onsemi NCN26000 Message-ID: <20221219091544.695aa814@kernel.org> In-Reply-To: References: <20221216204538.75ee3846@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, 17 Dec 2022 11:10:47 +0100 Piergiorgio Beruto wrote: > > # Form letter - net-next is closed > > > > We have already submitted the networking pull request to Linus > > for v6.2 and therefore net-next is closed for new drivers, features, > > code refactoring and optimizations. We are currently accepting > > bug fixes only. > > > > Please repost when net-next reopens after Jan 2nd. > > > > RFC patches sent for review only are obviously welcome at any time. > > Hello Jakub, sorry for asking dumb questions, but what exactly "RFC" > means? I understand you cannot accept new submissions at this time, but > does this means the patchset I just submitted can still be reviewd so > they are ready for integration on Jan 2nd? Yes, exactly. You can keep posting new versions, to get reviews and get the code ready for merging once net-next re-opens. Once net-next re-opens you'll need to repost (it'd be too much work for us to keep track of all "pending" work during the shutdown). By the RFC I mean - change the [PATCH net-next] to [RFC net-next] or [PATCH RFC net-next] if you post during shutdown, so that we know that you know that the patches can't be merged _right now_.