Re: [PATCH 3/3] ipr: Avoid target_destroy accessing memory after it was freed

2013-05-09 Thread wenxiong
Hi James, Patch 1 and Patch 2 merged into next-scsi and 3.9.0 on 4/6/13 but Patch3 is missed in both of next-scsi and 3.9.0 tree. Can you merge Patch 3 or I need to re-send the Patch3? Thanks for your help! Wendy Quoting wenxi...@linux.vnet.ibm.com: Defined target_ids,array_ids and vsets_i

[PATCH 3/3] ipr: Avoid target_destroy accessing memory after it was freed

2013-03-14 Thread wenxiong
Defined target_ids,array_ids and vsets_ids as unsigned long to avoid target_destroy accessing memory after it was freed. Signed-off-by: Wen Xiong --- drivers/scsi/ipr.c | 16 drivers/scsi/ipr.h |6 +++--- 2 files changed, 3 insertions(+), 19 deletions(-) Index: b/driver