The branch main has been updated by bnovkov: URL: https://cgit.FreeBSD.org/src/commit/?id=ba487345f85fae815ec5983ff1987401de3152e4
commit ba487345f85fae815ec5983ff1987401de3152e4 Author: Bojan Novković <bnov...@freebsd.org> AuthorDate: 2025-08-20 18:07:50 +0000 Commit: Bojan Novković <bnov...@freebsd.org> CommitDate: 2025-08-20 18:12:45 +0000 UPDATING: Add an entry covering recent libvmmapi ABI changes Reviewed by: des Differential Revision: https://reviews.freebsd.org/D52054 --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index e00b0c21f5c6..8620df648703 100644 --- a/UPDATING +++ b/UPDATING @@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20250820: + Commits 08c7dd2fbe4f and a4197ea47777 have changed the ABI between + libvmmapi and the vmm device. If using a custom kernel configuration, + please ensure that the COMPAT_FREEBSD14 option is included so older + versions of libvmmapi continue working as expected. + 20250819: The CLEAN option has been switched back from default-on to default-off. This reverts the 20250808 change below, which had reverted the 20240729