From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxxxxxxxxxxxxx> Here are a couple patches that fix outstanding issues. Two patches from Kaike address memory leak issues. The two from Mike fix a panic and a list corruption. Kaike Wan (2): IB/hfi1: Call xa_destroy before freeing dummy_netdev IB/hfi1: Call xa_destroy before unloading the module Mike Marciniszyn (2): IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOS IB/hfi1: Fix regressions in security fix drivers/infiniband/hw/hfi1/affinity.c | 21 +++++---------------- drivers/infiniband/hw/hfi1/hfi.h | 1 + drivers/infiniband/hw/hfi1/init.c | 12 ++++++++++-- drivers/infiniband/hw/hfi1/mmu_rb.c | 9 --------- drivers/infiniband/hw/hfi1/netdev_rx.c | 7 +++++-- 5 files changed, 21 insertions(+), 29 deletions(-) -- 1.8.3.1