From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH v5 01/13] net: ethernet: aquantia: Make and configuration files. Date: Thu, 12 Jan 2017 21:59:21 -0800 Message-ID: <1484287161.3065.27.camel@perches.com> References: <1484283977.3065.24.camel@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "David S . Miller" , Simon Edelhaus , Dmitrii Tarakanov , Pavel Belous , Dmitry Bezrukov To: David VomLehn , Alexander Loktionov , netdev@vger.kernel.org Return-path: Received: from smtprelay0089.hostedemail.com ([216.40.44.89]:57103 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751064AbdAMGAr (ORCPT ); Fri, 13 Jan 2017 01:00:47 -0500 Received: from smtprelay.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by smtpgrave03.hostedemail.com (Postfix) with ESMTP id B8EEA28FBC7 for ; Fri, 13 Jan 2017 06:00:24 +0000 (UTC) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 2017-01-12 at 21:24 -0800, David VomLehn wrote: > On 01/12/2017 09:06 PM, Joe Perches wrote: > > On Thu, 2017-01-12 at 21:02 -0800, Alexander Loktionov wrote: > > > From: David VomLehn > > > > > > Patches to create the make and configuration files. > > > > This patch should _really_ be the last in the series > > not the first. > > > > Could you explain the basis for this? By convention, we put tables of > content at the beginning of books and only indices at the back. > Analogously, make and config files can be used to established the > context for what follows, making it easier to understand. Once > committed, of course, the order no longer matters except as bisection is > concerned. As I wrote the first time: On Tue, 2016-12-27 at 08:15 -0800, Joe Perches wrote: > On Tue, 2016-12-27 at 05:17 -0800, David VomLehn wrote: > > Patches to create the make and configuration files. [] > Patch 1 will not build if CONFIG_AQTION is enabled. > Patch 1/12 should be reordered to be patch 12/12 and > all the other patches moved up appropriately. You don't create the files until later patches. If you applied just this first patch and tried to add CONFIG_AQTION=y to the .config, make fails. That's bad for git bisect. Every patch in this series should build properly. If you delay the adding of the Makefile and Kconfig until all the files are added, then it'd bisect fine.