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

2022-08-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Hans Petter Selasky changed: What|Removed |Added Assignee|n...@freebsd.org |hsela...@freebsd.org --- Co

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

2022-08-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 --- Comment #10 from Hans Petter Selasky --- I think debugnet w/ INVARIANTS enabled is also broken. Cannot see that debugnet cares about VNET's sys/net/debugnet_inet.c:if ((IN_LOOPBACK(ntohl(ip->ip_dst.s_addr)) || sys/net/debugnet

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

2022-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 --- Comment #9 from Mike Karels --- (In reply to Hans Petter Selasky from comment #7 and #8) > I wonder if this mask needs to be made compile time instead! That would essentially undo the change; the whole point is to be able to change it

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

2022-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 --- Comment #8 from Hans Petter Selasky --- Mike: ibcore uses this variable before it knows the actual network interface, so there is no vnet to set, but the default ... -- You are receiving this mail because: You are the assignee for th

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

2022-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Hans Petter Selasky changed: What|Removed |Added Status|New |In Progress --- Comment #7 f

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

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Kyle Evans changed: What|Removed |Added CC||kev...@freebsd.org --- Comment #6 fro

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

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 --- Comment #5 from Eric Joyner --- (In reply to Mike Karels from comment #4) That's what I would assume! But I don't know how VIMAGE works, so I am not the right person to respond to this question. -- You are receiving this mail because

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

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Mike Karels changed: What|Removed |Added CC||kar...@freebsd.org --- Comment #4 fr

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

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Eric Joyner changed: What|Removed |Added CC||e...@freebsd.org --- Comment #3 from

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

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 --- Comment #2 from Hans Petter Selasky --- Like this: frame 10 info local print /x *(struct sockaddr_in6 *)addr --HPS -- You are receiving this mail because: You are the assignee for the bug.

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

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 --- Comment #1 from Hans Petter Selasky --- Can you go to frame #10 and dump all the variables, including: print *addr --HPS -- You are receiving this mail because: You are the assignee for the bug.

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

2022-08-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266054 Piotr Kubaj changed: What|Removed |Added CC||bartosz.sobc...@intel.com