From: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxxxxxxxxxxxxx> The first three patches fix serious stablity issues associated with increasing the send_queue_size as relayed by ipoib. The last fixes adds a missing alloc failure test in allocating the per cpu stats structure. Mike Marciniszyn (4): IB/hfi1: Fix panic with larger ipoib send_queue_size IB/hfi1: Fix alloc failure with larger txqueuelen IB/hfi1: Fix AIP early init panic IB/hfi1: Fix tstats alloc and dealloc drivers/infiniband/hw/hfi1/ipoib.h | 2 +- drivers/infiniband/hw/hfi1/ipoib_main.c | 27 ++++++++++++----------- drivers/infiniband/hw/hfi1/ipoib_tx.c | 38 ++++++++++++++++++++++----------- 3 files changed, 42 insertions(+), 25 deletions(-) -- 1.8.3.1