From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 921B329A2 for ; Tue, 10 May 2022 19:17:48 +0000 (UTC) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 04B7E240108 for ; Tue, 10 May 2022 21:17:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1652210260; bh=ytrK2CBdoNyq3TQUxDwxGqNP998kUeZVBv6SkMgZ8c4=; h=From:To:Cc:Subject:Date:From; b=SpSo+RIS5AqPkBnKIFrzjJFRU5pxj3UqMS5aNbCZCDfZ8/O1PugZQAiYI4JjSu52g vSNJhDlT0G7EwPsvVLoqhoAg496KAdm7fDVPeeYwuQ4sJcebe9XKNvoKtmdSoy5aX+ JwF6Hb2X5xeMi0mqZrcKbT0aCVGUGRq2gktcAyj3+GxRIBrG4T8xZGM5nJhoe+OhjF 4r9O9GJWiAkgr2DfWL3TXVn060CZrDCrcmdMzFXbT5qjAFRNvhHF74dlrwMf9cDmlU CfuQ2fR35AUBAA3xvdec29Rkkkm8CpvE8GDz1sjLPd7IJAFYTD7UsZ0cK+qvUTBERU twvuU9VRuwzwQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KySV871Pqz6tnP; Tue, 10 May 2022 21:17:36 +0200 (CEST) From: Manuel Ullmann To: Paolo Abeni Cc: Manuel Ullmann , Igor Russkikh , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, regressions@lists.linux.dev, davem@davemloft.net, ndanilov@marvell.com, kuba@kernel.org, edumazet@google.com, Jordan Leppert , Holger Hoffstaette , koo5 Subject: Re: [PATCH v6] net: atlantic: always deep reset on pm op, fixing up my null deref regression References: <87bkw8dfmp.fsf@posteo.de> Date: Tue, 10 May 2022 19:17:56 +0000 In-Reply-To: (Paolo Abeni's message of "Tue, 10 May 2022 10:37:24 +0200") Message-ID: <87r151gpsr.fsf@posteo.de> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Paolo Abeni writes: > On Sun, 2022-05-08 at 00:36 +0000, Manuel Ullmann wrote: >> [...] > > For future submission, please always specify the target tree (which is > -net in this case). No need to resubmit: I'm applying it. > > Thanks, > > Paolo Ah, okay. So next branches are reserved for new changes, while non-next may be targeted by fixups or at least regression fixes. I can't recall a definition for this in the documentation, but that might be me. I'll keep this in mind for the future. Thanks for applying it and bearing with me. Regards, Manuel