Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2016 18:03:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 208957] Kernel panic (page fault) on 10.3-STABLE with VIMAGE & Infiniband modules
Message-ID:  <bug-208957-6-qaV4gRngix@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208957-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208957-6@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208957

Hans Petter Selasky <hselasky@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hselasky@FreeBSD.org

--- Comment #8 from Hans Petter Selasky <hselasky@FreeBSD.org> ---

In this context, can you type:

print *dev

Or:

print dev->if_vnet


(kgdb) list *0xffffffff808f89fa
0xffffffff808f89fa is in ipoib_cm_handle_rx_wc
(/usr/src/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c:565).
560             mb->m_pkthdr.rcvif =3D dev;
561             proto =3D *mtod(mb, uint16_t *);
562             m_adj(mb, IPOIB_ENCAP_LEN);
563=20=20=20=20=20
564             IPOIB_MTAP_PROTO(dev, mb, proto);
565             ipoib_demux(dev, mb, ntohs(proto));
566=20=20=20=20=20
567     repost:

--HPS

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208957-6-qaV4gRngix>