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 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 BDBB5C433E6 for ; Wed, 24 Feb 2021 15:25:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C9EB64EF5 for ; Wed, 24 Feb 2021 15:25:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230315AbhBXPVs (ORCPT ); Wed, 24 Feb 2021 10:21:48 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:55880 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235664AbhBXNzE (ORCPT ); Wed, 24 Feb 2021 08:55:04 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lEuc7-008EWZ-Dj; Wed, 24 Feb 2021 14:54:03 +0100 Date: Wed, 24 Feb 2021 14:54:03 +0100 From: Andrew Lunn To: "Wenzel, Marco" Cc: George McCollister , "David S. Miller" , Jakub Kicinski , Murali Karicheri , Taehee Yoo , Amol Grover , YueHaibing , Arvid Brodin , "netdev@vger.kernel.org" , open list Subject: Re: [PATCH] net: hsr: add support for EntryForgetTime Message-ID: References: <1373fd943aa346dabe33508e18e43ed9@EXCH-SVR2013.eberle.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1373fd943aa346dabe33508e18e43ed9@EXCH-SVR2013.eberle.local> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > > You must decide if you want to send it for net or net-next. If you want to > > send it for net-next you must wait Linus has closed the merge window and > > this shows open: > > http://vger.kernel.org/~davem/net-next.html > > > > To send for net use the subject prefix "[PATCH net]". > > To send for net-next use the subject prefix "[PATCH net-next]". > > > > If you're using git format-patch you can use the following: > > git format-patch --subject-prefix='PATCH net-next' > > > > If you're just using git send-email you can use the --annotate option to edit > > the patch subject manually. > > > > Thanks and sorry for not mentioning this before, George McCollister > > Thanks again for the very helpful hints. I hope the patch will be correct now. Hi Marco I know there is a lot of learn, doing the submission correct can be harder than writing the code, at least for the first few patches. One thing you missed is the patch version number in the Subject: line. When there are multiple versions of a patch flying around, it makes it easier to keep track of, if there is a version number. Please try to remember this for you next patch. No need to resend just because of this. Andrew