From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:54621 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727777AbeHVPME (ORCPT ); Wed, 22 Aug 2018 11:12:04 -0400 Date: Wed, 22 Aug 2018 13:47:26 +0200 From: Greg KH To: Martin Wilck Cc: "Martin K. Petersen" , Don Brace , esc.storagedev@microsemi.com, Yadan Fan , Lidong Zhong , Hannes Reinecke , James Bottomley , stable@vger.kernel.org Subject: Re: [PATCH] scsi: hpsa: limit transfer length to 1MB, not 512kB Message-ID: <20180822114726.GA1656@kroah.com> References: <20180822112544.16790-1-mwilck@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180822112544.16790-1-mwilck@suse.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Aug 22, 2018 at 01:25:44PM +0200, Martin Wilck wrote: > e2c7b43 was supposed to limit transfer length to 1MB, but got > the unit of max_sectors wrong. > > Fixes: e2c7b433f729 ("scsi: hpsa: limit transfer length to 1MB") > Signed-off-by: Martin Wilck > --- > drivers/scsi/hpsa.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.