From owner-dev-commits-doc-all@freebsd.org Wed Sep 22 16:28:09 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2760366D9E0 for ; Wed, 22 Sep 2021 16:28:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HF3cn0Pnfz4VZS; Wed, 22 Sep 2021 16:28:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E13B01AC15; Wed, 22 Sep 2021 16:28:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18MGS8iT079358; Wed, 22 Sep 2021 16:28:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18MGS8ds079357; Wed, 22 Sep 2021 16:28:08 GMT (envelope-from git) Date: Wed, 22 Sep 2021 16:28:08 GMT Message-Id: <202109221628.18MGS8ds079357@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Warner Losh Subject: git: 9c911183aa - main - version: Document 1300514 and 1300515 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: imp X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9c911183aa346bf692c0a440a388b7885da5fc8b Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2021 16:28:09 -0000 The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=9c911183aa346bf692c0a440a388b7885da5fc8b commit 9c911183aa346bf692c0a440a388b7885da5fc8b Author: Warner Losh AuthorDate: 2021-09-22 16:13:19 +0000 Commit: Warner Losh CommitDate: 2021-09-22 16:27:54 +0000 version: Document 1300514 and 1300515 1300514 changes the NFS KBI 1300515 restores the linuxkpi KBI to be compatible with 13.0 Sponsored by: Netflix --- .../content/en/books/porters-handbook/versions/_index.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index 7582b3c873..21c2dfcf2f 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -991,6 +991,16 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |gitref:af732203b8f7f006927528db5497f5cbc4c4742a[repository="src",length=12] |July 31, 2021 |13.0-STABLE after after upgrading llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-12.0.1-0-gfed41342a82f, a.k.a. 12.0.1 release. + +|1300514 +|gitref:53d162819c20e5cf267cb91f7a19940e96e8bec4[repository="src",length=12] +|August 3, 2021 +|Incompatible changes to the KBI of internal interfaces between NFS requires rebuilding modules. + +|1300515 +|gitref:0437d10e359ea1cbefff8d17cd18ca491dbbd5d7[repository="src",length=12] +|September 22, 2021 +|13.0-STABLE returning to 13.0 KBI for linuxkpi. |=== [[versions-12]]