Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma

Pull rdma fix from Jason Gunthorpe:
"Just a one line change, was expecting more rc stuff, but it has been
quiet.

- Fix mlx5 devx event delivery to userspace for certain kinds of SRQs"

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
IB/mlx5: Fix obj_type mismatch for SRQ event subscriptions

+1
+1
drivers/infiniband/hw/mlx5/devx.c
··· 233 233 { 234 234 switch (opcode) { 235 235 case MLX5_CMD_OP_CREATE_RQ: 236 + case MLX5_CMD_OP_CREATE_RMP: 236 237 return MLX5_EVENT_QUEUE_TYPE_RQ; 237 238 case MLX5_CMD_OP_CREATE_QP: 238 239 return MLX5_EVENT_QUEUE_TYPE_QP;