[Bug 266054] panic: page fault in sys/ofed/drivers/infiniband/core/ib_cma.c:1060

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 27 Aug 2022 07:10:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054

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) == 0x7f000000)
+#define IN_LOOPBACK_MASK_DFLT    0xff000000 


--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.