1
0
Fork 0
alistair23-linux/drivers/scsi/be2iscsi
Mike Christie b83d543fd9 [SCSI] be2iscsi: fix dma free size mismatch regression
This patch should go into 3.5 fixes. The bug was added in the
patches for the 3.5 feature window.

As you can see from the patch I made a mistake. During
development I switched from passing a struct to the size of
the struct, but left the sizeof. This results in us allocating
4 bytes (sizeof(int)) but then calling pci_free_consistent
with the size of the struct.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2012-05-30 13:34:22 +04:00
..
Kconfig [SCSI] be2iscsi: select ISCSI_BOOT_SYSFS 2010-08-06 09:41:59 -05:00
Makefile [SCSI] be2iscsi: add 10Gbps iSCSI - BladeEngine 2 driver 2009-10-02 09:50:33 -05:00
be.h [SCSI] be2iscsi: Remove unused OFFSET_IN_PAGE() macro 2012-04-23 19:28:02 +01:00
be_cmds.c [SCSI] be2iscsi: Get Initiator Name for the iSCSI_Host 2012-04-25 09:29:35 +01:00
be_cmds.h [SCSI] be2iscsi: Get Port State and Speed of the Adapter 2012-04-25 09:36:47 +01:00
be_iscsi.c [SCSI] be2iscsi: Get Port State and Speed of the Adapter 2012-04-25 09:36:47 +01:00
be_iscsi.h [SCSI] be2iscsi: adding functionality to change network settings using iscsiadm 2012-04-25 09:35:31 +01:00
be_main.c [SCSI] be2iscsi: adding functionality to change network settings using iscsiadm 2012-04-25 09:35:31 +01:00
be_main.h [SCSI] be2iscsi: adding functionality to change network settings using iscsiadm 2012-04-25 09:35:31 +01:00
be_mgmt.c [SCSI] be2iscsi: fix dma free size mismatch regression 2012-05-30 13:34:22 +04:00
be_mgmt.h [SCSI] be2iscsi: adding functionality to change network settings using iscsiadm 2012-04-25 09:35:31 +01:00