On Wed, Jan 03, 2007 at 12:02:20AM +0900, FUJITA Tomonori wrote: > > > blk_fill_sghdr_rq doesn't work for SG v4 so verify_command needed to > > > be exported. > > > > So fixup blk_fill_sghdr_rq to deal with SG v4 aswell. We really > > need to support all SGv4 features in the core code - bsg should > > only be a small wrapper around core functionality at the end. > > Should blk_fill_sghdr_rq take cmd pointer, cmd_len, timeout, etc > instead of sg_io_hdr structure? Yes, that's what I meant. But now that I actually took a look at blk_fill_sghdr_rq again that doesn't make a lot of sense anymore :) We probably should have blk_fill_sghdrv3_rq and blk_fill_sghdrv4_rq in core code instead. > > And while you're touching this code, is there any chance you could > > unifity the command permission tables for the block layer code and > > the sg driver? This has been long overdue. > > No problem. > > You refer to unifying allow_ops in drivers/scsi/sg.c and > blk_verify_command in block/scsi_ioctl.c, right? Yes. > > doug has a nice document somewhere that documents the differences > > between command allowances for the block layer vs the sg driver. > > Please go through these and take the more resonable version for > > each command. > > SCSI command permissions: > > http://sg.torque.net/sg/sg_io.html Exactly, that one. > You mean that the sg driver and the block layer code share the same > tables (might break some user-space code)? I don't really see it that way. Eiter the more relaxed of the two permissions was wrong in which case we need to fix. Or it was okay and we should support it generally. - To unsubscribe from this list: 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