From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753608AbcBZGDt (ORCPT ); Fri, 26 Feb 2016 01:03:49 -0500 Received: from mail12.wdc04.mandrillapp.com ([205.201.139.12]:57675 "EHLO mail12.wdc04.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753584AbcBZGDq (ORCPT ); Fri, 26 Feb 2016 01:03:46 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=Rm3mycZjRGBBqnhNwAaZTOVf4j8UWnVKhw8XKKaMesqdv8vTh26kyK8WOxf8oKrKSsXWm9dxwP48 3RSahO22X7AO2hP5y++1yxdnChjG1tVM2vw8Pfhb3ARxAlmLP5jWNhl/pd2M0Cug1/C/F4oNuDcX CjBk7eHBEzP8/gSIXZ0=; From: Greg Kroah-Hartman Subject: Re: [PATCH v2 0/6] staging: lustre: update modinfo data To: James Simmons Cc: , Andreas Dilger , Oleg Drokin , Linux Kernel Mailing List , Lustre Development List Message-Id: <20160226060343.GA29216@kroah.com> References: <1456448832-959-1-git-send-email-jsimmons@infradead.org> In-Reply-To: <1456448832-959-1-git-send-email-jsimmons@infradead.org> 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.f191c9f9dc694d389c0fac0523446ac1 X-Mandrill-User: md_30481620 Date: Fri, 26 Feb 2016 06:03:45 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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... thanks, greg k-h