From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936857AbXG3Awv (ORCPT ); Sun, 29 Jul 2007 20:52:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762279AbXG3Awn (ORCPT ); Sun, 29 Jul 2007 20:52:43 -0400 Received: from hancock.steeleye.com ([71.30.118.248]:55701 "EHLO hancock.sc.steeleye.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1760164AbXG3Awm (ORCPT ); Sun, 29 Jul 2007 20:52:42 -0400 Subject: Re: [GIT PATCH] SCSI bug fixes for 2.6.23-rc1 From: James Bottomley To: Jeff Garzik Cc: Andrew Morton , Linus Torvalds , linux-scsi , linux-kernel In-Reply-To: <46AD19F7.7040905@garzik.org> References: <1185720592.3434.7.camel@localhost.localdomain> <46AD19F7.7040905@garzik.org> Content-Type: text/plain Date: Sun, 29 Jul 2007 19:52:39 -0500 Message-Id: <1185756759.3434.19.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-1.fc7) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2007-07-29 at 18:51 -0400, Jeff Garzik wrote: > James Bottomley wrote: > > This is basically a set of bug fixes with a few minor cleanups thrown > > in. There are also a few bsg fixes we're taking through this tree > > because SCSI is the current sole consumer. The reason for the huge size > > is the lindent of the advansys driver along with a few cleanups. > > > > The patch is available here: > > > > master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git > > > You missed > [SCSI] arcmsr: Fix hardware wait loops Waiting for maintainer ack ... msleep_interruptible -> ssleep is a change with zero practical impact for this driver, so I think we can afford to wait. Nick is usually pretty good ... but I'll add it to scsi-pending just in case. James