Date: Sat, 27 Aug 2022 07:10:24 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 266054] panic: page fault in sys/ofed/drivers/infiniband/core/ib_cma.c:1060 Message-ID: <bug-266054-7501-3mspPZkxff@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-266054-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-266054-7501@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=3D266054 Hans Petter Selasky <hselasky@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #7 from Hans Petter Selasky <hselasky@FreeBSD.org> --- I wonder if this mask needs to be made compile time instead! +#define IN_LOOPBACK(i) \ + (((in_addr_t)(i) & V_in_loopback_mask) =3D=3D 0x7f000000) +#define IN_LOOPBACK_MASK_DFLT 0xff000000=20 --HPS --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266054-7501-3mspPZkxff>