[PATCH 4/4] rsxx: Handling failed pci_map_page on PowerPC.

2013-08-06 Thread Philip J. Kelleher
From: Philip J Kelleher The rsxx driver was not checking the correct value during a pci_map_page failure for PowerPC. Fixing this also uncovered a double free if the bio was returned before it was broken up into indiviadual 4k dmas, that is also fixed here. Signed-off-by: Philip J Kelleher

[PATCH 4/4] rsxx: Handling failed pci_map_page on PowerPC.

2013-08-06 Thread Philip J. Kelleher
From: Philip J Kelleher pjk1...@linux.vnet.ibm.com The rsxx driver was not checking the correct value during a pci_map_page failure for PowerPC. Fixing this also uncovered a double free if the bio was returned before it was broken up into indiviadual 4k dmas, that is also fixed here.

[PATCH 4/4] rsxx: Handling failed pci_map_page on PowerPC.

2013-07-23 Thread Philip J. Kelleher
From: Philip J Kelleher The driver was not checking the correct value during a pci_map_page failure. Fixing this also uncovered a double free, that is also fixed here. Signed-off-by: Philip J Kelleher --- diff -uprN

[PATCH 4/4] rsxx: Handling failed pci_map_page on PowerPC.

2013-07-23 Thread Philip J. Kelleher
From: Philip J Kelleher pjk1...@linux.vnet.ibm.com The driver was not checking the correct value during a pci_map_page failure. Fixing this also uncovered a double free, that is also fixed here. Signed-off-by: Philip J Kelleher pjk1...@linux.vnet.ibm.com