From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 1/1] staging: hv: Add support for >2 TB LUN in storage driver. Date: Thu, 1 Sep 2011 15:22:06 -0700 Message-ID: <20110901222206.GA18024@suse.de> References: <1314915069-1796-1-git-send-email-mike.sterling@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1314915069-1796-1-git-send-email-mike.sterling@microsoft.com> Sender: linux-kernel-owner@vger.kernel.org To: Mike Sterling Cc: haiyangz@microsoft.com, hjanssen@microsoft.com, kys@microsoft.com, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, virtualization@lists.osdl.org List-Id: virtualization@lists.linuxfoundation.org On Thu, Sep 01, 2011 at 03:11:09PM -0700, Mike Sterling wrote: > If a LUN larger than 2 TB is attached to a Linux VM on Hyper-V, we currently > report a maximum size of 2 TB. This patch resolves the issue in hv_storvsc. > Thanks to Robert Scheck for reporting the issue. > > Reported-by: Robert Scheck > Signed-off-by: Mike Sterling > Signed-off-by: K.Y. Srinivasan > Signed-off-by: Haiyang Zhang Much better, thanks. Is this something that needs to go to older kernels (3.0, 2.6.32, etc.) as well? greg k-h