Date: Fri, 6 Aug 2021 21:50:53 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 10ea921d32d6 - stable/13 - UPDATING: Document the removal of DIOCGETSTATESNV Message-ID: <202108062150.176LorDn039045@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=10ea921d32d67c8c145e9bbe0bdb1e8f3bed55a2 commit 10ea921d32d67c8c145e9bbe0bdb1e8f3bed55a2 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2021-07-14 13:51:36 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2021-08-06 21:49:48 +0000 UPDATING: Document the removal of DIOCGETSTATESNV MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit 3412900333e659124f61ada6389ef40dd0f3ddd4) --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index 503ce0962398..6ad89bbf6602 100644 --- a/UPDATING +++ b/UPDATING @@ -17,6 +17,12 @@ and/or ports. KAPI between the NFS modules. Bump __FreeBSD_version to 1300514. All NFS modules must be rebuilt from sources. +20210730: + Commit b69019c14cd8 removes pf's DIOCGETSTATESNV ioctl. + As of be70c7a50d32 it is no longer used by userspace, but it does mean + users may not be able to enumerate pf states if they update the kernel + past c021ff986e2b without first updating userspace past be70c7a50d32. + 20210718: Bump __FreeBSD_version to 1300512 after merging LinuxKPI, OFED, net80211, and driver changes in order to support building
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108062150.176LorDn039045>