Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp475407pxb; Wed, 24 Feb 2021 07:08:14 -0800 (PST) X-Google-Smtp-Source: ABdhPJy/ubsT8Bw2XnIq3GZii8/wYUFxWtPQsVcIOB/ii13dFAkfYf4sbNWS2U9pfvZ3mqXAU2Is X-Received: by 2002:a50:ec07:: with SMTP id g7mr386137edr.72.1614179294237; Wed, 24 Feb 2021 07:08:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614179294; cv=none; d=google.com; s=arc-20160816; b=NvVl+L3YgAyNBVhJh/Q6uhwi0Jkdy4n+ksNZ6JZ3Zkd8lZwqIBMaJNxiIWGiiuHZBN dF9GpCu2H/Wvj68iLmuAf1XIuy1lBB+WL1rxDr9oE//4GXfMUdqb4sErlMo51RxU/rUc CXrH3+9t5yBzFdpnBnml33d+MGuqcSyKs7JlMKX4LJFok0HGuDxCYqZUmvgyUV1OPtco 9oVo9zxwkEke6OmGu6KHBkIcBRnwrnFtbG5dIbASzTkOw4e/Lw+ofxqCzhT3l637Kplb 7ZpPBxH1/2/voBTH5jA7xdn78VrpBiP7byL1zQc84BncRqXt0H9PepErXnO3izjAMwt6 aWKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=NFHkYjeZFC2i1zjQsA3WbclwP/hvztT5ejb9StNRTN4=; b=kYBVcBo7gYsfGfNFyBTKszE8aThqdP5GXXtBLUY+/nlQtQKFA5R5dAKX8EBv66Jw2b zbH+3fy/xAanLWRluKA1jOhP/YU/U/Zv31muJFCYdj5LcY2cu2eedsuxzoDFVQXVj/tq UOKS90xXqPLPtNqzj11DbCopkxaAC7u+TRq/80IukOPQ5+bua8i+XDJmB2quKxh4xlVQ wzUHhzvcNmEVsMlJd6Pl2yVVD14pxNJmHQPunnA1k6BgCf/uznrj5M+rskufy3wEt6wW UeAv5L43OJ8ANmFtHeCSWsJ61MGDaLElcoI5/S0TRyciyrTwaoqt7ZDJ2NF/TFHT9+E6 cxWQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dn19si1482380ejc.106.2021.02.24.07.07.09; Wed, 24 Feb 2021 07:08:14 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234116AbhBXO4G (ORCPT + 99 others); Wed, 24 Feb 2021 09:56:06 -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: linux-kernel@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