[ofa-general] bugs to fix for OFED 1.2 RC1

2007-03-22 Thread Scott Weitzenkamp (sweitzen)
Here's a list of bugs I would like fixed for RC1 in a week. bug_id assigned_to component short_desc 258 [EMAIL PROTECTED] MVAPICH OFED: ppc64 GNU mpif90 missing for MVAPICH 261 [EMAIL PROTECTED] IPoIB can't configure IPoIB pkey interfaces at

[ofa-general] Re: [PATCH] IB/ipoib: fix thinko in packet length checks

2007-03-22 Thread Michael S. Tsirkin
Quoting Roland Dreier [EMAIL PROTECTED]: Subject: Re: [PATCH] IB/ipoib: fix thinko in packet length checks After this change, the code looks like: if (unlikely(skb-len tx-mtu)) { ipoib_warn(priv, packet len %d ( %d) too long to send, dropping\n,

Re: [ewg] RE: [ofa-general] Re: [GIT PULL] OFED 1.2: CM scaling fixes

2007-03-22 Thread Michael S. Tsirkin
Quoting Sean Hefty [EMAIL PROTECTED]: Subject: Re: [ewg] RE: [ofa-general] Re: [GIT PULL] OFED 1.2: CM scaling fixes I think it is very good that you changed the define to a module parameter, but shouldn't the default value be smaller (21). (15*32 sec = 8 Min) seems like quite a long

Re: [ofa-general] bugs to fix for OFED 1.2 RC1

2007-03-22 Thread Steve Wise
I think bug 468 needs to be fixed too. It seems to be either a mvapich2 bug or a librdmacm bug since it happens over both IB and IW. 468 nor P2 Othe [EMAIL PROTECTED] NEW seg fault when running cpi over IB or iWARP On Thu, 2007-03-22 at 00:56 -0700, Scott Weitzenkamp (sweitzen) wrote:

[ofa-general] [PATCH] eHCA: Make scaling code also work without CPU hotplug

2007-03-22 Thread Joachim Fenkes
eHCA scaling code must not depend on register_cpu_notifier() if CONFIG_HOTPLUG_CPU is not set, so put all related code into #ifdefs. Signed-off-by: Joachim Fenkes [EMAIL PROTECTED] --- ehca_irq.c |8 1 file changed, 8 insertions(+) diff --git

[ofa-general] Re: [PATCH 2.6.21] iw_cxgb3: Handle build_phys_page_list() failure in iwch_reregister_phys_mem().

2007-03-22 Thread Roland Dreier
thanks, applied. ___ general mailing list general@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Re: [ofa-general] drivers/infiniband/ulp/ipoib/ipoib_main.c: use-after-free

2007-03-22 Thread Roland Dreier
Something like this then? Untested. Looks right to me, and seems to work. So I'll apply this. - R. ___ general mailing list general@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit

[ofa-general] Re: cxio_hal_init_ctrl_qp() resource leak

2007-03-22 Thread Steve Wise
yup. I'll address this. Thanks! BTW: How do I run coverity myself? On Thu, 2007-03-22 at 11:16 -0700, Roland Dreier wrote: Hey steve, coverity found this issue: static int cxio_hal_init_ctrl_qp(struct cxio_rdev *rdev_p) { int err; u64 sge_cmd,

[ofa-general] Re: cxio_hal_init_ctrl_qp() resource leak

2007-03-22 Thread Roland Dreier
BTW: How do I run coverity myself? Spend hella money... I just have access to the reports at scan.coverity.com. I think you can ask them for access. - R. ___ general mailing list general@lists.openfabrics.org

[ofa-general] [Bug 485] creating deleting a subinterface with a bad pkey crashs the kernel: NULL pointer reference

2007-03-22 Thread bugzilla-daemon
https://bugs.openfabrics.org/show_bug.cgi?id=485 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] -- Configure

Re: [ewg] RE: [ofa-general] Re: [GIT PULL] OFED 1.2: CM scaling fixes

2007-03-22 Thread Sean Hefty
OK, so can you change the default to lower value in your branch? Done - set to 21 (~8 seconds) ___ general mailing list general@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit

[ofa-general] [GIT PULL] please pull infiniband.git

2007-03-22 Thread Roland Dreier
Linus, please pull from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This tree is also available from kernel.org mirrors at: git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This will get various small post-rc4 fixes: Bryan

[ofa-general] [PATCH 2.6.21] iw_cxgb3: Fix a resource leak in cxio_hal_init_ctrl_qp().

2007-03-22 Thread Steve Wise
Fix a resource leak in cxio_hal_init_ctrl_qp(). Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/hw/cxgb3/cxio_hal.c | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.c