[Bug 255104] FreeBSD 13.0-RELEASE panic/crash with ipfw/dummynet/divert & wlan
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 10 14:28:04 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255104
--- Comment #16 from Mark Johnston <markj at 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=releng/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/
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list