commit | e5feab229f199dadee91073fbef5b507046086fd | [log] [tgz] |
---|---|---|
author | Philip J Kelleher <pjk1939@linux.vnet.ibm.com> | Wed Sep 04 13:59:02 2013 -0500 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 08 09:10:28 2013 -0700 |
tree | a5a5f75cd2ad53ecda8a9e2b3e95046e119be148 | |
parent | ef7e7c82e02b602f29c2b87f42dcd6143a6777da [diff] |
rsxx: Handling failed pci_map_page on PowerPC and double free. The rsxx driver was not checking the correct value during a pci_map_page failure. 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 <pjk1939@linux.vnet.ibm.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>