* [PATCH] opensm/osm_vl15intf.c: reverting commit 546399c3b983cdfe7adf4bd0b179358744603478
@ 2009-12-16 9:02 Yevgeny Kliteynik
[not found] ` <4B28A235.9090900-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Yevgeny Kliteynik @ 2009-12-16 9:02 UTC (permalink / raw)
To: Sasha Khapyorsky; +Cc: Line.Holen-UdXhSnd/wVw, Hal Rosenstock, Linux RDMA
OSM crashes when accessing fields of mad that has already
been returned to the pool.
Signed-off-by: Yevgeny Kliteynik <kliteyn-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
---
opensm/opensm/osm_vl15intf.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opensm/opensm/osm_vl15intf.c b/opensm/opensm/osm_vl15intf.c
index e2b3888..005dbd0 100644
--- a/opensm/opensm/osm_vl15intf.c
+++ b/opensm/opensm/osm_vl15intf.c
@@ -97,8 +97,7 @@ static void vl15_send_mad(osm_vl15_t * p_vl, osm_madw_t * p_madw,
}
OSM_LOG(p_vl->p_log, OSM_LOG_ERROR, "ERR 3E03: "
- "MAD send failed (%s), TID 0x%" PRIx64 "\n",
- ib_get_err_str(status), cl_ntoh64(p_madw->p_mad->trans_id));
+ "MAD send failed (%s)\n", ib_get_err_str(status));
/*
The MAD was never successfully sent, so
--
1.5.1.4
--
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 related [flat|nested] 3+ messages in thread
* Re: [PATCH] opensm/osm_vl15intf.c: reverting commit 546399c3b983cdfe7adf4bd0b179358744603478
[not found] ` <4B28A235.9090900-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2009-12-16 10:20 ` Line Holen
2009-12-16 13:40 ` Sasha Khapyorsky
1 sibling, 0 replies; 3+ messages in thread
From: Line Holen @ 2009-12-16 10:20 UTC (permalink / raw)
To: kliteyn-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb, Sasha Khapyorsky
Cc: Hal Rosenstock, Linux RDMA
Ached-by: Line Holen <Line.Holen-xsfywfwIY+M@public.gmane.org>
On 12/16/09 10:02 AM, Yevgeny Kliteynik wrote:
> OSM crashes when accessing fields of mad that has already
> been returned to the pool.
>
> Signed-off-by: Yevgeny Kliteynik <kliteyn-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
> ---
> opensm/opensm/osm_vl15intf.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/opensm/opensm/osm_vl15intf.c b/opensm/opensm/osm_vl15intf.c
> index e2b3888..005dbd0 100644
> --- a/opensm/opensm/osm_vl15intf.c
> +++ b/opensm/opensm/osm_vl15intf.c
> @@ -97,8 +97,7 @@ static void vl15_send_mad(osm_vl15_t * p_vl, osm_madw_t * p_madw,
> }
>
> OSM_LOG(p_vl->p_log, OSM_LOG_ERROR, "ERR 3E03: "
> - "MAD send failed (%s), TID 0x%" PRIx64 "\n",
> - ib_get_err_str(status), cl_ntoh64(p_madw->p_mad->trans_id));
> + "MAD send failed (%s)\n", ib_get_err_str(status));
>
> /*
> The MAD was never successfully sent, so
--
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] 3+ messages in thread
* Re: [PATCH] opensm/osm_vl15intf.c: reverting commit 546399c3b983cdfe7adf4bd0b179358744603478
[not found] ` <4B28A235.9090900-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2009-12-16 10:20 ` Line Holen
@ 2009-12-16 13:40 ` Sasha Khapyorsky
1 sibling, 0 replies; 3+ messages in thread
From: Sasha Khapyorsky @ 2009-12-16 13:40 UTC (permalink / raw)
To: Yevgeny Kliteynik; +Cc: Line.Holen-UdXhSnd/wVw, Hal Rosenstock, Linux RDMA
On 11:02 Wed 16 Dec , Yevgeny Kliteynik wrote:
> OSM crashes when accessing fields of mad that has already
> been returned to the pool.
>
> Signed-off-by: Yevgeny Kliteynik <kliteyn-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
Applied. Thanks.
Sasha
--
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] 3+ messages in thread
end of thread, other threads:[~2009-12-16 13:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-16 9:02 [PATCH] opensm/osm_vl15intf.c: reverting commit 546399c3b983cdfe7adf4bd0b179358744603478 Yevgeny Kliteynik
[not found] ` <4B28A235.9090900-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2009-12-16 10:20 ` Line Holen
2009-12-16 13:40 ` Sasha Khapyorsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox