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 - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html