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 <manish.cho...@qlogic.com> Date: Wed Aug 3 04:02:04 2016 -0400 qlcnic: Update version to 5.3.65 Signed-off-by: Manish Chopra <manish.cho...@qlogic.com> Signed-off-by: David S. Miller <da...@davemloft.net> [...] commit ae33256c55d2fefcad8712e750b846461994a1af Author: Bimmy Pujari <bimmy.puj...@intel.com> Date: Mon Jun 20 09:10:39 2016 -0700 i40e/i40evf-bump version to 1.6.11 Signed-off-by: Bimmy Pujari <bimmy.puj...@intel.com> Tested-by: Andrew Bowers <andrewx.bow...@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirs...@intel.com> [...] commit 5264cc63ba10ebfa0e54e3e641cce2656c7a60e8 Author: Jacob Keller <jacob.e.kel...@intel.com> Date: Tue Jun 7 16:09:02 2016 -0700 fm10k: bump version number Signed-off-by: Jacob Keller <jacob.e.kel...@intel.com> Tested-by: Krishneil Singh <krishneil.k.si...@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirs...@intel.com> [...] commit a58a3e68037647de78e3461194239a1104f76003 Author: Michael Chan <michael.c...@broadcom.com> 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 <michael.c...@broadcom.com> Signed-off-by: David S. Miller <da...@davemloft.net> > 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