[PATCH] opensm: Fix GUIDInfo SET function

2013-09-30 Thread Alex Netes
osm_req_set parameters order is incorrect. Because of this only block 0 is incorrectly altered. Signed-off-by: Alex Netes ale...@mellanox.com --- opensm/osm_guid_mgr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/opensm/osm_guid_mgr.c b/opensm/osm_guid_mgr.c index

Re: [PATCH fixes-3.12 00/15] Mellanox mlx5 driver fixes

2013-09-30 Thread Or Gerlitz
On Wed, Sep 11, 2013 at 4:35 PM, Or Gerlitz ogerl...@mellanox.com wrote: This series from Eli and Co contains batch of bug fixes to mlx5 issues we've stumbled on during various regression tests. Few other fixes which are more of cleanups and enhancements will be sent for-next/3.13 once this

Re: [PATCH] opensm: Fix GUIDInfo SET function

2013-09-30 Thread Hal Rosenstock
On 9/30/2013 10:05 AM, Alex Netes wrote: osm_req_set parameters order is incorrect. Because of this only block 0 is incorrectly altered. Signed-off-by: Alex Netes ale...@mellanox.com Nice catch! Thanks. Applied. -- Hal -- To unsubscribe from this list: send the line unsubscribe linux-rdma

[PATCH] IB/netlink: remove superfluous RDMA_NL_GET_OP() masking

2013-09-30 Thread Mathias Krause
'op' is the already RDMA_NL_GET_OP() masked 'type'. No need to mask it again. Cc: Roland Dreier rol...@kernel.org Cc: Sean Hefty sean.he...@intel.com Cc: Hal Rosenstock hal.rosenst...@gmail.com Signed-off-by: Mathias Krause mini...@googlemail.com --- drivers/infiniband/core/netlink.c |2 +-