Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2022 23:59:08 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: 05f0b24bfb34 - main - Bump __FreeBSD_version to 1400052 for LinuxKPI changes.
Message-ID:  <202202142359.21ENx88e072611@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=05f0b24bfb3416606c8ea02bc1bdb9bcee7aee0c

commit 05f0b24bfb3416606c8ea02bc1bdb9bcee7aee0c
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2022-02-14 23:55:16 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2022-02-14 23:55:16 +0000

    Bump __FreeBSD_version to 1400052 for LinuxKPI changes.
    
    Add a marker after GUID_INIT() and linux/pm_qos.h were added, so
    that future version of drm-kmod can selectively remove these bits.
    The latest port version does not require user updates for this so
    no UPDATING entry.
---
 sys/sys/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/param.h b/sys/sys/param.h
index 948a34da94ec..6bf688105329 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 1400051
+#define __FreeBSD_version 1400052
 
 /*
  * __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?202202142359.21ENx88e072611>