Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 2021 21:49:12 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 41dfd8bd6466 - main - Bump __FreeBSD_version to 1400024 for LinuxKPI change.
Message-ID:  <202106182149.15ILnC7O069346@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=41dfd8bd6466fd39957dee2614d88c81cdf420a7

commit 41dfd8bd6466fd39957dee2614d88c81cdf420a7
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2021-06-18 21:27:49 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2021-06-18 21:32:13 +0000

    Bump __FreeBSD_version to 1400024 for LinuxKPI change.
---
 UPDATING        | 8 +++++++-
 sys/sys/param.h | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/UPDATING b/UPDATING
index 61c428bf1af0..5bdca3beac94 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,7 +27,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.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".)
 
-202106xx:
+20210618:
+	Bump __FreeBSD_version to 1400024 for LinuxKPI changes.
+	Most notably netdev.h can change now as the (last) dependecies
+	(mlx4/ofed) are now using struct ifnet directly, but also for PCI
+	additions and others.
+
+20210618:
 	The directory "blacklisted" under /usr/share/certs/ has been
 	renamed to "untrusted".
 
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 5bb9ffc85980..90a3a2cfac89 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1400023
+#define __FreeBSD_version 1400024
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106182149.15ILnC7O069346>