From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] hpsa: retry commands completing with status of UNSOLICITED_ABORT Date: Thu, 4 Aug 2011 07:39:30 -0700 Message-ID: <20110804143930.GD18468@kroah.com> References: <20110726160852.7394.78474.stgit@beardog.cce.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20110726160852.7394.78474.stgit@beardog.cce.hp.com> Sender: linux-kernel-owner@vger.kernel.org To: "Stephen M. Cameron" Cc: james.bottomley@hansenpartnership.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, mikem@beardog.cce.hp.com, stephenmcameron@gmail.com, thenzl@redhat.com, akpm@linux-foundation.org, stable@kernel.org List-Id: linux-scsi@vger.kernel.org On Tue, Jul 26, 2011 at 11:08:52AM -0500, Stephen M. Cameron wrote: > From: Stephen M. Cameron > > In a shared SAS setup, target devices may be reset by one of > several hosts, and outstanding commands on that device will be > completed to corresponding hosts with status of UNSOLICITED_ABORT. > Such commands should be retried instead of being treated as i/o > errors. Also fixed a nearby spelling error. > > Signed-off-by: Stephen M. Cameron > --- > drivers/scsi/hpsa.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.