From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752003AbcLEDbV (ORCPT ); Sun, 4 Dec 2016 22:31:21 -0500 Received: from smtp-fw-33001.amazon.com ([207.171.189.228]:30824 "EHLO smtp-fw-33001.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751540AbcLEDbQ (ORCPT ); Sun, 4 Dec 2016 22:31:16 -0500 X-IronPort-AV: E=Sophos;i="5.33,302,1477958400"; d="scan'208";a="644906751" Date: Sun, 4 Dec 2016 19:30:40 -0800 From: Matt Wilson To: David Miller CC: , , , , , , , , , Subject: Re: [PATCH V2 net 00/20] Increase ENA driver version to 1.1.2 Message-ID: <20161205033040.GA4310@u54ee753d2d1854bda401.ant.amazon.com> References: <1480857578-5065-1-git-send-email-netanel@annapurnalabs.com> <20161204.213743.1610654756480441815.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20161204.213743.1610654756480441815.davem@davemloft.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 04, 2016 at 09:37:43PM -0500, David Miller wrote: > > It is not appropriate to submit so many patches at one time. Indeed, https://www.kernel.org/doc/Documentation/SubmittingPatches recommends submitting no more than 15 or so at once. > Please keep your patch series to no more than about a dozen > at a time. How about 15 from SubmittingPatches? The first 15 in the series are all important bugfixes. Should Netanel resubmit a series with just the bugfixes and a new cover letter? Or are you willing to consider the first 15 of this series as posted? > Also, group your changes logically and tie an appropriately > descriptive cover letter. > > "Increase driver version to X.Y.Z" tells the reader absolutely > nothing. Someone reading that Subject line in the GIT logs > will have no idea what the overall purpose of the patch series > is and what it accomplishes. You're right, the cover letter subject needs to be better. There is only one commit submitted with the subject "increase driver version to 1.1.2." - Patch 20/20. It is logically like: commit b8b2372de9cc00d5ed667c7b8db29b6cfbf037f5 Author: Manish Chopra Date: Wed Aug 3 04:02:04 2016 -0400 qlcnic: Update version to 5.3.65 Signed-off-by: Manish Chopra Signed-off-by: David S. Miller [...] commit ae33256c55d2fefcad8712e750b846461994a1af Author: Bimmy Pujari Date: Mon Jun 20 09:10:39 2016 -0700 i40e/i40evf-bump version to 1.6.11 Signed-off-by: Bimmy Pujari Tested-by: Andrew Bowers Signed-off-by: Jeff Kirsher [...] commit 5264cc63ba10ebfa0e54e3e641cce2656c7a60e8 Author: Jacob Keller Date: Tue Jun 7 16:09:02 2016 -0700 fm10k: bump version number Signed-off-by: Jacob Keller Tested-by: Krishneil Singh Signed-off-by: Jeff Kirsher [...] commit a58a3e68037647de78e3461194239a1104f76003 Author: Michael Chan Date: Fri Jul 1 18:46:20 2016 -0400 bnxt_en: Update firmware spec. to 1.3.0. And update driver version to 1.3.0. Signed-off-by: Michael Chan Signed-off-by: David S. Miller > You really need to describe the high level purpose of the patch set. > Is it adding a new feature? What is that feature? Why are you > adding that feature? How is that feature implemented? Why is > it implemented that way? The priority is to get bug fixes to the ENA driver in 4.9. Let's focus on the first 15. --msw