Re: [PATCH 3/3] tgt: fix scsi command leak

2007-03-06 Thread FUJITA Tomonori
From: Douglas Gilbert [EMAIL PROTECTED] Subject: Re: [PATCH 3/3] tgt: fix scsi command leak Date: Mon, 05 Mar 2007 10:36:15 -0500 What about an option for descriptor sense format? With SAT now a standard, we now have one more reason to support descriptor format when required. The ATA PASS

Re: [PATCH 3/3] tgt: fix scsi command leak

2007-03-05 Thread Douglas Gilbert
FUJITA Tomonori wrote: From: Douglas Gilbert [EMAIL PROTECTED] Subject: Re: [PATCH 3/3] tgt: fix scsi command leak Date: Sat, 03 Mar 2007 11:58:19 -0500 FUJITA Tomonori wrote: The failure to map user-space pages leads to scsi command leak. It can happens mostly because of user-space daemon

Re: [PATCH 3/3] tgt: fix scsi command leak

2007-03-04 Thread FUJITA Tomonori
From: Douglas Gilbert [EMAIL PROTECTED] Subject: Re: [PATCH 3/3] tgt: fix scsi command leak Date: Sat, 03 Mar 2007 11:58:19 -0500 FUJITA Tomonori wrote: The failure to map user-space pages leads to scsi command leak. It can happens mostly because of user-space daemon bugs (or OOM

[PATCH 3/3] tgt: fix scsi command leak

2007-03-02 Thread FUJITA Tomonori
The failure to map user-space pages leads to scsi command leak. It can happens mostly because of user-space daemon bugs (or OOM). This patch makes tgt just notify a LLD of the failure with sense when blk_rq_map_user() fails. Signed-off-by: FUJITA Tomonori [EMAIL PROTECTED] Signed-off-by: Mike