[PATCH] firmware,IB/qib: revert firmware file move

2013-04-05 Thread Mike Marciniszyn
Commit e2eed58 ("IB/qib: change QLogic to Intel") moved a firmware file potentially breaking the ABI. This patch reverts that aspect of the fix as well as reverting the firmware name as used in qib. Reported-by: David Woodhouse Signed-off-by: Mike Marciniszyn --- drivers/infinib

[PATCH v2] firmware,IB/qib: revert firmware file move

2013-04-05 Thread Mike Marciniszyn
Commit e2eed58 ("IB/qib: change QLogic to Intel") moved a firmware file potentially breaking the ABI. This patch reverts that aspect of the fix as well as reverting the firmware name as used in qib. Reported-by: David Woodhouse Signed-off-by: Mike Marciniszyn --- drivers/infinib

[PATCH v3] firmware,IB/qib: revert firmware file move

2013-04-05 Thread Mike Marciniszyn
Commit e2eed58 ("IB/qib: change QLogic to Intel") moved a firmware file potentially breaking the ABI. This patch reverts that aspect of the fix as well as reverting the firmware name as used in qib. Reported-by: David Woodhouse Signed-off-by: Mike Marciniszyn --- drivers/infinib

Re: [PATCH] IB/qib: Use dma_set_mask_and_coherent to simplify code

2020-11-23 Thread Mike Marciniszyn
On 11/21/2020 4:51 AM, Christophe JAILLET wrote: 'pci_set_dma_mask()' + 'pci_set_consistent_dma_mask()' can be replaced by an equivalent 'dma_set_mask_and_coherent()' which is much less verbose. Signed-off-by: Christophe JAILLET Thanks for the patch. L

Re: [PATCH] IB/hfi1: remove h from printk format specifier

2020-12-15 Thread Mike Marciniszyn
(-) Looks ok! Mike Acked-by: Mike Marciniszyn

Re: [PATCH 008/141] IB/hfi1: Fix fall-through warnings for Clang

2020-11-22 Thread Mike Marciniszyn
and tested with TID rdma to cover the interlock case. Mike Tested-by: Mike Marciniszyn

Re: [1/1] mm: thp: calculate the mapcount correctly for THP pages during WP faults

2016-05-11 Thread Mike Marciniszyn
nt of the compare error no longer points to the same physical address as was registered. This patch totally resolves the issue! Tested-by: Mike Marciniszyn Tested-by: Josh Collier

Re: [1/1] mm: thp: calculate the mapcount correctly for THP pages during WP faults

2016-05-12 Thread Mike Marciniszyn
;= 4.5-rc1 IB user memory registration thp bug that results in memory corruption! Reviewed-by: Dean Luick Tested-by: Mike Marciniszyn Tested-by: Josh Collier

Re: [PATCH] IB/hfi1: fix error return code in hfi1_init_dd()

2020-11-13 Thread Mike Marciniszyn
e actually have this exact patch queued but have not yet sent it. You saved us the trouble! Mike Acked-by: Mike Marciniszyn