Dean fixes the FIXME that was left by Jason in the code to use the interval notifier. There are also fixes for other things like splitting our counter allocation to better align with the way the core is moving. --- Dean Luick (7): IB/hfi1: Remove redundant pageidx variable IB/hfi1: Assign npages earlier IB/hfi1: Consolidate the creation of user TIDs IB/hfi1: Improve TID validity checking IB/hfi1: Split IB counter allocation IBh/hfi1: Update RMT size calculation IB/hfi1: Use dma_mmap_coherent for matching buffers drivers/infiniband/hw/hfi1/chip.c | 59 +++++++++-------- drivers/infiniband/hw/hfi1/exp_rcv.h | 5 +- drivers/infiniband/hw/hfi1/file_ops.c | 81 ++++++++++++++++------- drivers/infiniband/hw/hfi1/user_exp_rcv.c | 55 ++++++--------- drivers/infiniband/hw/hfi1/verbs.c | 81 +++++++++-------------- 5 files changed, 146 insertions(+), 135 deletions(-) -- -Denny