From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752449AbbCJPAM (ORCPT ); Tue, 10 Mar 2015 11:00:12 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.217]:9720 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751097AbbCJPAJ (ORCPT ); Tue, 10 Mar 2015 11:00:09 -0400 X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssUI5ST8KlRBjHXubNpqsUBE8zggMkAvI2pyYlWQ== X-RZG-CLASS-ID: mo00 Date: Tue, 10 Mar 2015 15:53:59 +0100 From: Olaf Hering To: Christoph Hellwig Cc: kys@microsoft.com, haiyangz@microsoft.com, JBottomley@parallels.com, linux-scsi@vger.kernel.org, devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, longli@microsoft.com Subject: Re: [PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data Message-ID: <20150310145359.GA16383@aepfle.de> References: <1419912309-13518-1-git-send-email-hch@lst.de> <20150310114233.GA30423@gmail.com> <20150310133036.GA5026@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150310133036.GA5026@lst.de> User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 10, Christoph Hellwig wrote: > On Tue, Mar 10, 2015 at 12:42:33PM +0100, Olaf Hering wrote: > > It would be nice to change .proc_name to KBUILD_MODNAME before v4.0 is > > released. We carry a patch which adds this field. Of cource we can just > > change the patch, but if code gets touched upstream anyway... > > Please send a patch. Would be nice if you had sent it long go insted of just > including it in a vendor tree.. I was told .procname was dead, but since the patch adds it anyway it should have a content thats in use (by us). Olaf