https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255104
--- Comment #16 from Mark Johnston <ma...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"