From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: [GIT PATCH] scsi updates for 2.6.12-rc2 Date: Wed, 13 Apr 2005 20:27:14 -0500 Message-ID: <1113442034.4933.53.camel@mulgrave> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from stat16.steeleye.com ([209.192.50.48]:61341 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S261244AbVDNB1Z (ORCPT ); Wed, 13 Apr 2005 21:27:25 -0400 Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Linus Torvalds , Andrew Morton Cc: SCSI Mailing List , Linux Kernel This is a small set of bugfixes for 2.6.12-rc2 ... you asked me to try git, so I did (I actually updated my bk backport script simply to export from a BK tree to a git tree). For the time being, I plan to keep the scsi changes in BK, but I'll export them for you to try merging The patch (against kernel-test.git) is here rsync://www.parisc-linux.org/~jejb/scsi-rc-fixes-2.6.git So let's see if you can apply it ;-) The shortlog (ok, generated by BK) is Andreas Herrmann: o zfcp: convert to compat_ioctl Douglas Gilbert: o sg.c: update James Bottomley: o updates for CFQ oops fix o finally fix 53c700 to use the generic iomem infrastructure Jens Axboe: o fix NMI lockup with CFQ scheduler And the diffstat (generated from git) is: drivers/block/ll_rw_blk.c | 9 + drivers/s390/scsi/zfcp_aux.c | 34 ++----- drivers/scsi/53c700.c | 3 drivers/scsi/53c700.h | 192 ++++------------------------------------ drivers/scsi/Kconfig | 10 -- drivers/scsi/NCR_D700.c | 5 - drivers/scsi/lasi700.c | 1 drivers/scsi/scsi_lib.c | 6 - drivers/scsi/scsi_scan.c | 1 drivers/scsi/scsi_sysfs.c | 3 drivers/scsi/sg.c | 203 +++++++++++++++++++++++++++---------------- drivers/scsi/sim710.c | 5 - include/linux/blkdev.h | 5 - include/scsi/scsi_device.h | 2 14 files changed, 191 insertions(+), 288 deletions(-) James