Date: Mon, 10 May 2021 14:28:03 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 255104] FreeBSD 13.0-RELEASE panic/crash with ipfw/dummynet/divert & wlan Message-ID: <bug-255104-227-0HdWOD4Drk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255104-227@https.bugs.freebsd.org/bugzilla/> References: <bug-255104-227@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=3D255104 --- Comment #16 from Mark Johnston <markj@FreeBSD.org> --- (In reply to Michael Meiszl from comment #15) freebsd-update can only be used to update to a new release or apply security/errata patches. The aforementioned patch will be released as an erratum but that hasn't happened yet. To test the patch you'd need to check out the FreeBSD 13.0 or stable/13 sources, apply the patch, and build a new kernel. For instance: $ git clone --branch=3Dreleng/13.0 https://git.freebsd.org/src.git ~/src $ cd ~/src $ git cherry-pick a1fadf7de25b973a308b86d04c4ada4fa8be193f $ make buildkernel $ sudo make installkernel $ <reboot> See also https://docs.freebsd.org/en/books/handbook/cutting-edge/ --=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-255104-227-0HdWOD4Drk>