From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753456AbcBZGZ2 (ORCPT ); Fri, 26 Feb 2016 01:25:28 -0500 Received: from mail132-22.atl131.mandrillapp.com ([198.2.132.22]:49249 "EHLO mail132-22.atl131.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750792AbcBZGZ1 convert rfc822-to-8bit (ORCPT ); Fri, 26 Feb 2016 01:25:27 -0500 From: Greg Kroah-Hartman Subject: Re: [lustre-devel] [PATCH v2 0/6] staging: lustre: update modinfo data To: "Drokin, Oleg" Cc: James Simmons , , , Linux Kernel Mailing List , Lustre Development List Message-Id: <20160226062525.GB1895@kroah.com> References: <1456448832-959-1-git-send-email-jsimmons@infradead.org> <20160226060343.GA29216@kroah.com> <54D84798-42F5-44E9-BE99-CBD9A7DF6E51@intel.com> In-Reply-To: <54D84798-42F5-44E9-BE99-CBD9A7DF6E51@intel.com> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.3b3b03fce8f34c80b34bd0dcbcab5e85 X-Mandrill-User: md_30481620 Date: Fri, 26 Feb 2016 06:25:26 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 26, 2016 at 06:11:07AM +0000, Drokin, Oleg wrote: > > On Feb 26, 2016, at 1:03 AM, Greg Kroah-Hartman wrote: > > > On Thu, Feb 25, 2016 at 08:07:06PM -0500, James Simmons wrote: > >> The module information for Lustre is stale or in some cases > >> completely missing. This collection of patches brings the > >> modinfo up to date as well as filling in any missing information. > >> This patch set has been redone to rebase it on Oleg's latest > >> patch set to avoid collisons in merging. > >> > >> Andreas Dilger (4): > >> staging: lustre: add missing MODULE_AUTHOR for LNet selftest module > >> staging: lustre: update the MODULE_DESCRIPTION for all lustre modules > >> staging: lustre: make module_init/exit naming consistent > >> staging: lustre: update comment for lnet_lib_init/exit > >> > >> James Simmons (2): > >> staging: lustre: move module info to end of libcfs module.c file > >> staging: lustre: update the MODULE_VERSION for all lustre modules > > > > What changed to need a v2 of this series? > > > > Please ALWAYS say what the difference is, don't expect us to "just > > know". > > > > Please send a v3 of this, describing the changes, in the correct format, > > in each patch. You know better than this… > > I think it says above that the rebase was done on top of my patchset > to resolve the conflict that arose? Where? Ugh, yeah, kind of, but where is the big v2: marking or some such thing like is required? It's very easy to miss this (as I did.) Please make it easy for maintainers, not hard on them... thanks, greg k-h