Building OFED 1.5.4.1 on SLES11SP1 + updates kernel 2.6.32.54-0.3

2012-02-14 Thread OFED
Hi, I'm trying to build the recent OFED release on a SLES11SP1 box with the latest kernel, had to upgrade to fix security and other problems. However, the OFED build is dying... does anyone have any patches to make this work? Can I pull fixes from some dev tree? The problem seems to be th

Re: [PATCH] opensm: Fix opensm handover/relinquish corner case

2012-02-14 Thread Sławomir Skowron
Pozdrawiam iSS On 14 lut 2012, at 01:23, Albert Chu wrote: > When in master state and performing light sweeps, openSM ignores > other subnet managers in master state and fails to perform > handovers or relinquish control. Handovers and relinquishing > master is only performed after a heavy swe

[PATCH v2] mlx4: fix -Wuninitialized warning

2012-02-14 Thread Danny Kukawka
Fix for: drivers/infiniband/hw/mlx4/qp.c: In function ‘build_mlx_header’: drivers/infiniband/hw/mlx4/qp.c:1441:30: warning: ‘vlan’ may be used uninitialized in this function [-Wuninitialized] Initialize vlan with 0. Check return value of ib_get_cached_gid() and return out of build_mlx_header() i