All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.5-rc1 0/5] Mellanox drivers fixes
@ 2016-01-28 11:04 Matan Barak
       [not found] ` <1453979055-25285-1-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Matan Barak @ 2016-01-28 11:04 UTC (permalink / raw)
  To: Doug Ledford
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Or Gerlitz, Matan Barak,
	Majd Dibbiny, Tal Alon

Hi Doug,

This series is a set of fixes, which mainly targets the mlx5 driver.

Patch 0001 fixes missing bits in uverbs_ex_cmd. These bits were
omitted as we assumed [1] would be merged to the RDMA tree.
Since that's not the case, we have to add these two bits in order
to support features like completion timestamping and cross-channel.

Patch 0002 fixes a compatibility issue between an old libmlx5 and a
new kernel. Patch 0003 fixes a possibly use of NULL pointer.
Patch 0004 fixes a wrong size reading of a hardware ABI field.
These bugs were introduced by the Raw Ethernet series.

Patch 0005 fixes a bug, where an IPv6 header for GSI QP used the
wrong length. This code is used by the mlx4 driver RoCE v2 code
path.

These patches are applied on Linux v4.5-rc1.

Regards,
Matan

[1] http://www.spinics.net/lists/linux-rdma/msg30019.html

Majd Dibbiny (2):
  IB/mlx5: Fix reqlen validation in mlx5_ib_alloc_ucontext
  IB/mlx5: Fix use of null pointer PD

Maor Gottlieb (1):
  IB/mlx5: Use MLX5_GET to get end_padding_mode

Matan Barak (1):
  IB/mlx5: Add CREATE_CQ and CREATE_QP to uverbs_ex_cmd_mask

Moni Shoua (1):
  IB/core: Set correct payload length for RoCEv2 over IPv6

 drivers/infiniband/core/ud_header.c |  7 ++++---
 drivers/infiniband/hw/mlx5/main.c   |  8 ++++++--
 drivers/infiniband/hw/mlx5/qp.c     | 20 ++++++++++----------
 3 files changed, 20 insertions(+), 15 deletions(-)

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-28 15:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28 11:04 [PATCH for-4.5-rc1 0/5] Mellanox drivers fixes Matan Barak
     [not found] ` <1453979055-25285-1-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-01-28 11:04   ` [PATCH for-4.5-rc1 1/5] IB/mlx5: Add CREATE_CQ and CREATE_QP to uverbs_ex_cmd_mask Matan Barak
     [not found]     ` <1453979055-25285-2-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-01-28 15:30       ` Or Gerlitz
2016-01-28 11:04   ` [PATCH for-4.5-rc1 2/5] IB/mlx5: Fix reqlen validation in mlx5_ib_alloc_ucontext Matan Barak
2016-01-28 11:04   ` [PATCH for-4.5-rc1 3/5] IB/mlx5: Fix use of null pointer PD Matan Barak
2016-01-28 11:04   ` [PATCH for-4.5-rc1 4/5] IB/mlx5: Use MLX5_GET to get end_padding_mode Matan Barak
2016-01-28 11:04   ` [PATCH for-4.5-rc1 5/5] IB/core: Set correct payload length for RoCEv2 over IPv6 Matan Barak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.