Hi Doug, Another round of fixes. These are all pretty minor. Mike M added some more tx opcode stats to debugfs, similar to what we did for the rx side. Patches can can also be found in my GitHub repo at: https://github.com/ddalessa/kernel/tree/for-4.15 --- Kamenee Arumugam (1): IB/hfi1: Don't modify num_user_contexts module parameter Michael J. Ruhl (1): IB/hfi1: Race condition between user notification and driver state Mike Marciniszyn (3): IB/hfi1: Add tx_opcode_stats like the opcode_stats IB/hfi1: Insure int mask for in-kernel receive contexts is clear IB/hfi1: Take advantage of kvzalloc_node in sdma initialization Patel Jay P (1): Ib/hfi1: Return actual operational VLs in port info query Sebastian Sanchez (1): IB/hfi1: Validate PKEY for incoming GSI MAD packets drivers/infiniband/hw/hfi1/chip.c | 93 ++++++++++++++++++++++++---------- drivers/infiniband/hw/hfi1/debugfs.c | 56 ++++++++++++++++++-- drivers/infiniband/hw/hfi1/hfi.h | 6 +- drivers/infiniband/hw/hfi1/init.c | 7 +++ drivers/infiniband/hw/hfi1/intr.c | 14 +++++ drivers/infiniband/hw/hfi1/mad.c | 86 +++++++++++++++++++++++++++++++ drivers/infiniband/hw/hfi1/sdma.c | 9 +-- drivers/infiniband/hw/hfi1/verbs.c | 24 +++++++++ 8 files changed, 248 insertions(+), 47 deletions(-) -- -Denny -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html