Date: Wed, 22 Sep 2021 17:57:39 +0000 From: bugzilla-noreply@freebsd.org To: pf@FreeBSD.org Subject: [Bug 258601] kernel panic/pagefault caused by pfctl -s info Message-ID: <bug-258601-16861-d91qEfDGGE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-258601-16861@https.bugs.freebsd.org/bugzilla/> References: <bug-258601-16861@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=3D258601 --- Comment #8 from Kristof Provost <kp@freebsd.org> --- (In reply to rz-rpi03 from comment #7) Ah, thanks. That's actually somewhat useful. copyinout() gets called (as copyout()) in only one place in the function, and I suspect I know what's g= oing on as well. I shouldn't be running copyout() while holding the pf rules loc= k. Happily we've already built the nvlist at that point, and it's safe to rele= ase it earlier. It'll just take a minor bit of rearranging the code. I think I can fix it tomorrow. --=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-258601-16861-d91qEfDGGE>