All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] IB/umad: Export mad snooping to userspace
@ 2010-10-12 19:10 Hefty, Sean
       [not found] ` <CF9C39F99A89134C9CF9C4CCB68B8DDF25B7DAA11D-osO9UTpF0USkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Hefty, Sean @ 2010-10-12 19:10 UTC (permalink / raw)
  To: Linux RDMA list

The kernel mad interface allows a client to view all
sent and received MADs.  This has proven to be a useful
debugging technique when paired with the external kernel
module, madeye.  However, madeye was never intended to
be submitted upstream.

A couple of alternatives have been proposed for making
this functionality available in the upstream kernel,
using trace events or exporting the snooping interface
to user space.  This patch series takes the latter approach.

In addition to snooping MADs simply for debugging purposes,
applications can be constructed to examine and act on
MAD traffic.  For example, a daemon could snoop SA queries
and CM messages as part of providing a path record caching
service.  It could cached snooped path records and use CM
timeouts as an indication that cached data may be stale.

Because such services may become crucial to support large
clusters, the desire is to add mad snooping capabilities
to the stack directly, rather than using a debug interface.

These patches compile, but have not been tested.  If this
approach is acceptable, I will modify libibumad to work
with the proposed changes.  I will also create a userspace
version of madeye as a new ib-diag.  Finally, the IB ACM
will eventually be updated to monitor CM response timeouts.

Signed-off-by: Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
--
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] 8+ messages in thread

* Re: [RFC 0/2] IB/umad: Export mad snooping to userspace
       [not found] ` <CF9C39F99A89134C9CF9C4CCB68B8DDF25B7DAA11D-osO9UTpF0USkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2010-10-12 20:35   ` Jason Gunthorpe
       [not found]     ` <20101012203528.GP24268-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Jason Gunthorpe @ 2010-10-12 20:35 UTC (permalink / raw)
  To: Hefty, Sean; +Cc: Linux RDMA list

On Tue, Oct 12, 2010 at 12:10:37PM -0700, Hefty, Sean wrote:
> The kernel mad interface allows a client to view all
> sent and received MADs.  This has proven to be a useful
> debugging technique when paired with the external kernel
> module, madeye.  However, madeye was never intended to
> be submitted upstream.
> 
> A couple of alternatives have been proposed for making
> this functionality available in the upstream kernel,
> using trace events or exporting the snooping interface
> to user space.  This patch series takes the latter approach.

TBH, I think this would be much better off integrating with the
existing paths tcpdump/setc uses rather than yet again something new
and unique. I think everone who has to actually use the IB stuff in
real life would be estatic if wireshark just worked...

Yes, I realize that is a bit awkward.. But maybe it is time we had a
netdev for the raw IB device?

Jason
--
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] 8+ messages in thread

* RE: [RFC 0/2] IB/umad: Export mad snooping to userspace
       [not found]     ` <20101012203528.GP24268-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
@ 2010-10-12 20:54       ` Hefty, Sean
       [not found]         ` <CF9C39F99A89134C9CF9C4CCB68B8DDF25B7DAA2A6-osO9UTpF0USkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Hefty, Sean @ 2010-10-12 20:54 UTC (permalink / raw)
  To: Jason Gunthorpe; +Cc: Linux RDMA list

> TBH, I think this would be much better off integrating with the
> existing paths tcpdump/setc uses rather than yet again something new

This ties in with the existing MAD interface, which isn't going away anytime soon, if ever.

--
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] 8+ messages in thread

* Re: [RFC 0/2] IB/umad: Export mad snooping to userspace
       [not found]         ` <CF9C39F99A89134C9CF9C4CCB68B8DDF25B7DAA2A6-osO9UTpF0USkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2010-10-12 21:10           ` Jason Gunthorpe
       [not found]             ` <20101012211052.GT24268-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Jason Gunthorpe @ 2010-10-12 21:10 UTC (permalink / raw)
  To: Hefty, Sean; +Cc: Linux RDMA list

On Tue, Oct 12, 2010 at 01:54:54PM -0700, Hefty, Sean wrote:
> > TBH, I think this would be much better off integrating with the
> > existing paths tcpdump/setc uses rather than yet again something new
> 
> This ties in with the existing MAD interface, which isn't going away
> anytime soon, if ever.

I didn't say the MAD interface was going away, I said it was not the
interface everything else in the kernel uses for packet capture.

Jason
--
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] 8+ messages in thread

* RE: [RFC 0/2] IB/umad: Export mad snooping to userspace
       [not found]             ` <20101012211052.GT24268-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
@ 2010-10-12 22:50               ` Hefty, Sean
       [not found]                 ` <CF9C39F99A89134C9CF9C4CCB68B8DDF25B7DAA46E-osO9UTpF0USkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Hefty, Sean @ 2010-10-12 22:50 UTC (permalink / raw)
  To: Jason Gunthorpe; +Cc: Linux RDMA list

> > > TBH, I think this would be much better off integrating with the
> > > existing paths tcpdump/setc uses rather than yet again something new
> >
> > This ties in with the existing MAD interface, which isn't going away
> > anytime soon, if ever.
> 
> I didn't say the MAD interface was going away, I said it was not the
> interface everything else in the kernel uses for packet capture.

My focus is tying this functionality in with the existing IB stack.  The MAD, verbs, and HCA drivers do not use net_device, sk_buff, or anything in netdev, and I don't have the time or inclination to try to add it.  We have an interface that allows registration to receive MADs; this provides a simple extension of that interface.

I'm mainly interested in capturing MAD data, not all packets.  We don't have access to any of the headers, or even an easy way to know the destination for sent MADs.

- Sean
--
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] 8+ messages in thread

* Opensm crash with OFED 1.5
       [not found]                 ` <CF9C39F99A89134C9CF9C4CCB68B8DDF25B7DAA46E-osO9UTpF0USkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2010-10-12 23:22                   ` Suresh Shelvapille
       [not found]                     ` <091262BDA0A846A0B62CB3BEDB366DBC-+IkoAhRkys/CbFgIbBqbbjGjJy/sRE9J@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Suresh Shelvapille @ 2010-10-12 23:22 UTC (permalink / raw)
  To: 'Linux RDMA list'


Folks:

I have a multi-processor machine, running FedoraCore 12. I have installed OFED 1.5. Everything seems to come up ok, I
can look at the ibstat and it shows that the Mellanox card stats etc...

As soon as I start opensm, I get the following kernel oops and the machine locks up.

Any ideas....

Thanks,
Suri

--------------------------------------------------------------------------------------------------

Oct 12 17:19:38 localhost OpenSM[2617]: OpenSM 3.3.5#012

Oct 12 17:19:38 localhost OpenSM[2617]: Entering DISCOVERING state#012

Oct 12 17:20:20 localhost kernel: ib0: ib_query_gid() failed

Oct 12 17:20:30 localhost kernel: ib0: ib_query_port failed

Oct 12 17:20:52 localhost kernel: BUG: soft lockup - CPU#15 stuck for 61s! [opensm:2637]

Oct 12 17:20:52 localhost kernel: Modules linked in: fuse sunrpc ip6t_REJECT nf_conntrack_ipv6 ip6table_filter
ip6_tables cpufreq_ondemand acpi_cpufreq freq_table rdma_ucm ib_sdp rdma_cm iw_cm ib_addr ib_ipoib ib_cm ib_sa ipv6
ib_uverbs ib_umad iw_nes libcrc32c iw_cxgb3 cxgb3 mlx4_en mlx4_ib ib_mthca ib_mad ib_core dm_multipath uinput mlx4_core
igb i2c_i801 joydev dca i2c_core iTCO_wdt iTCO_vendor_support mpt2sas scsi_transport_sas [last unloaded: microcode]

Oct 12 17:20:52 localhost kernel: CPU 15:

Oct 12 17:20:52 localhost kernel: Modules linked in: fuse sunrpc ip6t_REJECT nf_conntrack_ipv6 ip6table_filter
ip6_tables cpufreq_ondemand acpi_cpufreq freq_table rdma_ucm ib_sdp rdma_cm iw_cm ib_addr ib_ipoib ib_cm ib_sa ipv6
ib_uverbs ib_umad iw_nes libcrc32c iw_cxgb3 cxgb3 mlx4_en mlx4_ib ib_mthca ib_mad ib_core dm_multipath uinput mlx4_core
igb i2c_i801 joydev dca i2c_core iTCO_wdt iTCO_vendor_support mpt2sas scsi_transport_sas [last unloaded: microcode]

Oct 12 17:20:52 localhost kernel: Pid: 2637, comm: opensm Not tainted 2.6.31.5-127.fc12.x86_64 #1 X8DTH-i/6/iF/6F

Oct 12 17:20:52 localhost kernel: RIP: 0010:[<ffffffff81203558>]  [<ffffffff81203558>] __bitmap_empty+0x0/0x64

Oct 12 17:20:52 localhost kernel: RSP: 0018:ffff880c174bbd90  EFLAGS: 00000246

Oct 12 17:20:52 localhost kernel: RAX: 0000000000000000 RBX: ffff880c174bbdd8 RCX: 0000000000000001

Oct 12 17:20:52 localhost kernel: RDX: ffffffff818ba920 RSI: 0000000000000100 RDI: ffffffff818ba918

Oct 12 17:20:52 localhost kernel: RBP: ffffffff8101286e R08: 0000000000000000 R09: 0000000000000004

Oct 12 17:20:52 localhost kernel: R10: 0000000000000004 R11: 0000000000000206 R12: ffff880c174bbdd8

Oct 12 17:20:52 localhost kernel: R13: ffffffff8101286e R14: ffffffff810dc920 R15: ffff880c174bbcf8

Oct 12 17:20:52 localhost kernel: FS:  00007ff2d02e7710(0000) GS:ffffc90001e00000(0000) knlGS:0000000000000000

Oct 12 17:20:52 localhost kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033

Oct 12 17:20:52 localhost kernel: CR2: 000000000041f0c0 CR3: 0000000c19074000 CR4: 00000000000006e0

Oct 12 17:20:52 localhost kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000

Oct 12 17:20:52 localhost kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400

Oct 12 17:20:52 localhost kernel: Call Trace:

Oct 12 17:20:52 localhost kernel: [<ffffffff810383f2>] ? native_flush_tlb_others+0xc3/0xf2

Oct 12 17:20:52 localhost kernel: [<ffffffff8103859d>] ? flush_tlb_mm+0x6f/0x76

Oct 12 17:20:52 localhost kernel: [<ffffffff810debbc>] ? mprotect_fixup+0x480/0x611

Oct 12 17:20:52 localhost kernel: [<ffffffff810da81d>] ? free_pgtables+0xa9/0xcc

Oct 12 17:20:52 localhost kernel: [<ffffffff810f185d>] ? virt_to_head_page+0xe/0x2f

Oct 12 17:20:52 localhost kernel: [<ffffffff810deee9>] ? sys_mprotect+0x19c/0x227

Oct 12 17:20:52 localhost kernel: [<ffffffff81011cf2>] ? system_call_fastpath+0x16/0x1b

--
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] 8+ messages in thread

* RE: Opensm crash with OFED 1.5
       [not found]                     ` <091262BDA0A846A0B62CB3BEDB366DBC-+IkoAhRkys/CbFgIbBqbbjGjJy/sRE9J@public.gmane.org>
@ 2010-10-13 19:06                       ` Suresh Shelvapille
       [not found]                         ` <EC5B6AE4937B444290B7D4D10BC489A5-+IkoAhRkys/CbFgIbBqbbjGjJy/sRE9J@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Suresh Shelvapille @ 2010-10-13 19:06 UTC (permalink / raw)
  To: 'Linux RDMA list', 'Tziporet Koren'


I tried 1.5.2 and that did not help, same kernel oops.....

> -----Original Message-----
> From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org [mailto:linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Suresh
> Shelvapille
> Sent: Tuesday, October 12, 2010 7:22 PM
> To: 'Linux RDMA list'
> Subject: Opensm crash with OFED 1.5
> 
> 
> Folks:
> 
> I have a multi-processor machine, running FedoraCore 12. I have installed OFED 1.5. Everything seems
> to come up ok, I
> can look at the ibstat and it shows that the Mellanox card stats etc...
> 
> As soon as I start opensm, I get the following kernel oops and the machine locks up.
> 
> Any ideas....
> 
> Thanks,
> Suri
> 
> --------------------------------------------------------------------------------------------------
> 
> Oct 12 17:19:38 localhost OpenSM[2617]: OpenSM 3.3.5#012
> 
> Oct 12 17:19:38 localhost OpenSM[2617]: Entering DISCOVERING state#012
> 
> Oct 12 17:20:20 localhost kernel: ib0: ib_query_gid() failed
> 
> Oct 12 17:20:30 localhost kernel: ib0: ib_query_port failed
> 
> Oct 12 17:20:52 localhost kernel: BUG: soft lockup - CPU#15 stuck for 61s! [opensm:2637]
> 
> Oct 12 17:20:52 localhost kernel: Modules linked in: fuse sunrpc ip6t_REJECT nf_conntrack_ipv6
> ip6table_filter
> ip6_tables cpufreq_ondemand acpi_cpufreq freq_table rdma_ucm ib_sdp rdma_cm iw_cm ib_addr ib_ipoib
> ib_cm ib_sa ipv6
> ib_uverbs ib_umad iw_nes libcrc32c iw_cxgb3 cxgb3 mlx4_en mlx4_ib ib_mthca ib_mad ib_core
> dm_multipath uinput mlx4_core
> igb i2c_i801 joydev dca i2c_core iTCO_wdt iTCO_vendor_support mpt2sas scsi_transport_sas [last
> unloaded: microcode]
> 
> Oct 12 17:20:52 localhost kernel: CPU 15:
> 
> Oct 12 17:20:52 localhost kernel: Modules linked in: fuse sunrpc ip6t_REJECT nf_conntrack_ipv6
> ip6table_filter
> ip6_tables cpufreq_ondemand acpi_cpufreq freq_table rdma_ucm ib_sdp rdma_cm iw_cm ib_addr ib_ipoib
> ib_cm ib_sa ipv6
> ib_uverbs ib_umad iw_nes libcrc32c iw_cxgb3 cxgb3 mlx4_en mlx4_ib ib_mthca ib_mad ib_core
> dm_multipath uinput mlx4_core
> igb i2c_i801 joydev dca i2c_core iTCO_wdt iTCO_vendor_support mpt2sas scsi_transport_sas [last
> unloaded: microcode]
> 
> Oct 12 17:20:52 localhost kernel: Pid: 2637, comm: opensm Not tainted 2.6.31.5-127.fc12.x86_64 #1
> X8DTH-i/6/iF/6F
> 
> Oct 12 17:20:52 localhost kernel: RIP: 0010:[<ffffffff81203558>]  [<ffffffff81203558>]
> __bitmap_empty+0x0/0x64
> 
> Oct 12 17:20:52 localhost kernel: RSP: 0018:ffff880c174bbd90  EFLAGS: 00000246
> 
> Oct 12 17:20:52 localhost kernel: RAX: 0000000000000000 RBX: ffff880c174bbdd8 RCX: 0000000000000001
> 
> Oct 12 17:20:52 localhost kernel: RDX: ffffffff818ba920 RSI: 0000000000000100 RDI: ffffffff818ba918
> 
> Oct 12 17:20:52 localhost kernel: RBP: ffffffff8101286e R08: 0000000000000000 R09: 0000000000000004
> 
> Oct 12 17:20:52 localhost kernel: R10: 0000000000000004 R11: 0000000000000206 R12: ffff880c174bbdd8
> 
> Oct 12 17:20:52 localhost kernel: R13: ffffffff8101286e R14: ffffffff810dc920 R15: ffff880c174bbcf8
> 
> Oct 12 17:20:52 localhost kernel: FS:  00007ff2d02e7710(0000) GS:ffffc90001e00000(0000)
> knlGS:0000000000000000
> 
> Oct 12 17:20:52 localhost kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> 
> Oct 12 17:20:52 localhost kernel: CR2: 000000000041f0c0 CR3: 0000000c19074000 CR4: 00000000000006e0
> 
> Oct 12 17:20:52 localhost kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> 
> Oct 12 17:20:52 localhost kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
> 
> Oct 12 17:20:52 localhost kernel: Call Trace:
> 
> Oct 12 17:20:52 localhost kernel: [<ffffffff810383f2>] ? native_flush_tlb_others+0xc3/0xf2
> 
> Oct 12 17:20:52 localhost kernel: [<ffffffff8103859d>] ? flush_tlb_mm+0x6f/0x76
> 
> Oct 12 17:20:52 localhost kernel: [<ffffffff810debbc>] ? mprotect_fixup+0x480/0x611
> 
> Oct 12 17:20:52 localhost kernel: [<ffffffff810da81d>] ? free_pgtables+0xa9/0xcc
> 
> Oct 12 17:20:52 localhost kernel: [<ffffffff810f185d>] ? virt_to_head_page+0xe/0x2f
> 
> Oct 12 17:20:52 localhost kernel: [<ffffffff810deee9>] ? sys_mprotect+0x19c/0x227
> 
> Oct 12 17:20:52 localhost kernel: [<ffffffff81011cf2>] ? system_call_fastpath+0x16/0x1b
> 
> --
> 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

--
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] 8+ messages in thread

* RE: Opensm crash with OFED 1.5
       [not found]                         ` <EC5B6AE4937B444290B7D4D10BC489A5-+IkoAhRkys/CbFgIbBqbbjGjJy/sRE9J@public.gmane.org>
@ 2010-10-19 22:17                           ` Suresh Shelvapille
  0 siblings, 0 replies; 8+ messages in thread
From: Suresh Shelvapille @ 2010-10-19 22:17 UTC (permalink / raw)
  To: 'Linux RDMA list', 'Tziporet Koren'


Just want to let you all know that OpenSM seems to work fine with Centos5.5 on the same HW.

Thanks,
Suri

> -----Original Message-----
> From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org [mailto:linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Suresh
> Shelvapille
> Sent: Wednesday, October 13, 2010 3:07 PM
> To: 'Linux RDMA list'; 'Tziporet Koren'
> Subject: RE: Opensm crash with OFED 1.5
> 
> 
> I tried 1.5.2 and that did not help, same kernel oops.....
> 
> > -----Original Message-----
> > From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org [mailto:linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of
> Suresh
> > Shelvapille
> > Sent: Tuesday, October 12, 2010 7:22 PM
> > To: 'Linux RDMA list'
> > Subject: Opensm crash with OFED 1.5
> >
> >
> > Folks:
> >
> > I have a multi-processor machine, running FedoraCore 12. I have installed OFED 1.5. Everything
> seems
> > to come up ok, I
> > can look at the ibstat and it shows that the Mellanox card stats etc...
> >
> > As soon as I start opensm, I get the following kernel oops and the machine locks up.
> >
> > Any ideas....
> >
> > Thanks,
> > Suri
> >
> > --------------------------------------------------------------------------------------------------
> >
> > Oct 12 17:19:38 localhost OpenSM[2617]: OpenSM 3.3.5#012
> >
> > Oct 12 17:19:38 localhost OpenSM[2617]: Entering DISCOVERING state#012
> >
> > Oct 12 17:20:20 localhost kernel: ib0: ib_query_gid() failed
> >
> > Oct 12 17:20:30 localhost kernel: ib0: ib_query_port failed
> >
> > Oct 12 17:20:52 localhost kernel: BUG: soft lockup - CPU#15 stuck for 61s! [opensm:2637]
> >
> > Oct 12 17:20:52 localhost kernel: Modules linked in: fuse sunrpc ip6t_REJECT nf_conntrack_ipv6
> > ip6table_filter
> > ip6_tables cpufreq_ondemand acpi_cpufreq freq_table rdma_ucm ib_sdp rdma_cm iw_cm ib_addr ib_ipoib
> > ib_cm ib_sa ipv6
> > ib_uverbs ib_umad iw_nes libcrc32c iw_cxgb3 cxgb3 mlx4_en mlx4_ib ib_mthca ib_mad ib_core
> > dm_multipath uinput mlx4_core
> > igb i2c_i801 joydev dca i2c_core iTCO_wdt iTCO_vendor_support mpt2sas scsi_transport_sas [last
> > unloaded: microcode]
> >
> > Oct 12 17:20:52 localhost kernel: CPU 15:
> >
> > Oct 12 17:20:52 localhost kernel: Modules linked in: fuse sunrpc ip6t_REJECT nf_conntrack_ipv6
> > ip6table_filter
> > ip6_tables cpufreq_ondemand acpi_cpufreq freq_table rdma_ucm ib_sdp rdma_cm iw_cm ib_addr ib_ipoib
> > ib_cm ib_sa ipv6
> > ib_uverbs ib_umad iw_nes libcrc32c iw_cxgb3 cxgb3 mlx4_en mlx4_ib ib_mthca ib_mad ib_core
> > dm_multipath uinput mlx4_core
> > igb i2c_i801 joydev dca i2c_core iTCO_wdt iTCO_vendor_support mpt2sas scsi_transport_sas [last
> > unloaded: microcode]
> >
> > Oct 12 17:20:52 localhost kernel: Pid: 2637, comm: opensm Not tainted 2.6.31.5-127.fc12.x86_64 #1
> > X8DTH-i/6/iF/6F
> >
> > Oct 12 17:20:52 localhost kernel: RIP: 0010:[<ffffffff81203558>]  [<ffffffff81203558>]
> > __bitmap_empty+0x0/0x64
> >
> > Oct 12 17:20:52 localhost kernel: RSP: 0018:ffff880c174bbd90  EFLAGS: 00000246
> >
> > Oct 12 17:20:52 localhost kernel: RAX: 0000000000000000 RBX: ffff880c174bbdd8 RCX: 0000000000000001
> >
> > Oct 12 17:20:52 localhost kernel: RDX: ffffffff818ba920 RSI: 0000000000000100 RDI: ffffffff818ba918
> >
> > Oct 12 17:20:52 localhost kernel: RBP: ffffffff8101286e R08: 0000000000000000 R09: 0000000000000004
> >
> > Oct 12 17:20:52 localhost kernel: R10: 0000000000000004 R11: 0000000000000206 R12: ffff880c174bbdd8
> >
> > Oct 12 17:20:52 localhost kernel: R13: ffffffff8101286e R14: ffffffff810dc920 R15: ffff880c174bbcf8
> >
> > Oct 12 17:20:52 localhost kernel: FS:  00007ff2d02e7710(0000) GS:ffffc90001e00000(0000)
> > knlGS:0000000000000000
> >
> > Oct 12 17:20:52 localhost kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> >
> > Oct 12 17:20:52 localhost kernel: CR2: 000000000041f0c0 CR3: 0000000c19074000 CR4: 00000000000006e0
> >
> > Oct 12 17:20:52 localhost kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> >
> > Oct 12 17:20:52 localhost kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
> >
> > Oct 12 17:20:52 localhost kernel: Call Trace:
> >
> > Oct 12 17:20:52 localhost kernel: [<ffffffff810383f2>] ? native_flush_tlb_others+0xc3/0xf2
> >
> > Oct 12 17:20:52 localhost kernel: [<ffffffff8103859d>] ? flush_tlb_mm+0x6f/0x76
> >
> > Oct 12 17:20:52 localhost kernel: [<ffffffff810debbc>] ? mprotect_fixup+0x480/0x611
> >
> > Oct 12 17:20:52 localhost kernel: [<ffffffff810da81d>] ? free_pgtables+0xa9/0xcc
> >
> > Oct 12 17:20:52 localhost kernel: [<ffffffff810f185d>] ? virt_to_head_page+0xe/0x2f
> >
> > Oct 12 17:20:52 localhost kernel: [<ffffffff810deee9>] ? sys_mprotect+0x19c/0x227
> >
> > Oct 12 17:20:52 localhost kernel: [<ffffffff81011cf2>] ? system_call_fastpath+0x16/0x1b
> >
> > --
> > 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
> 
> --
> 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

--
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] 8+ messages in thread

end of thread, other threads:[~2010-10-19 22:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-12 19:10 [RFC 0/2] IB/umad: Export mad snooping to userspace Hefty, Sean
     [not found] ` <CF9C39F99A89134C9CF9C4CCB68B8DDF25B7DAA11D-osO9UTpF0USkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2010-10-12 20:35   ` Jason Gunthorpe
     [not found]     ` <20101012203528.GP24268-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2010-10-12 20:54       ` Hefty, Sean
     [not found]         ` <CF9C39F99A89134C9CF9C4CCB68B8DDF25B7DAA2A6-osO9UTpF0USkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2010-10-12 21:10           ` Jason Gunthorpe
     [not found]             ` <20101012211052.GT24268-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2010-10-12 22:50               ` Hefty, Sean
     [not found]                 ` <CF9C39F99A89134C9CF9C4CCB68B8DDF25B7DAA46E-osO9UTpF0USkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2010-10-12 23:22                   ` Opensm crash with OFED 1.5 Suresh Shelvapille
     [not found]                     ` <091262BDA0A846A0B62CB3BEDB366DBC-+IkoAhRkys/CbFgIbBqbbjGjJy/sRE9J@public.gmane.org>
2010-10-13 19:06                       ` Suresh Shelvapille
     [not found]                         ` <EC5B6AE4937B444290B7D4D10BC489A5-+IkoAhRkys/CbFgIbBqbbjGjJy/sRE9J@public.gmane.org>
2010-10-19 22:17                           ` Suresh Shelvapille

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.