The branch stable/12 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=2e26b41fe54c81230ad802d00b95bbbd3b2eeea9
commit 2e26b41fe54c81230ad802d00b95bbbd3b2eeea9 Author: Rick Macklem <[email protected]> AuthorDate: 2021-04-30 23:35:39 +0000 Commit: Rick Macklem <[email protected]> CommitDate: 2021-04-30 23:35:39 +0000 UPDATING: add an entry for commit 0a1fdb867c72 --- UPDATING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPDATING b/UPDATING index cc5ac276432d..225f0ca05baa 100644 --- a/UPDATING +++ b/UPDATING @@ -17,6 +17,14 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20210430: + Commit 0a1fdb867c72 changed the internal KAPI between + the krpc and NFS. As such, the krpc, nfscommon and + nfscl modules must all be rebuilt from sources. + Without this patch, NFSv4.1 mounts should not + be done with the nfscbd(8) daemon running, to avoid + needing a working back channel for server->client RPCs. + 20200912: The make.conf(5) MALLOC_PRODUCTION variable, used for disabling and enabling assertions and statistics gathering in malloc(3), has been _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
