Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2025 20:12:30 +0000
From:      Vladimir Kondratyev <wulf@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 198ef2a31cee - stable/15 - LinuxKPI: bump __FreeBSD_version for vmap_pfn implementation
Message-ID:  <694c492e.3c60c.c3ef4ca@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by wulf:

URL: https://cgit.FreeBSD.org/src/commit/?id=198ef2a31cee7dd256434ad6120d279d9bcc211a

commit 198ef2a31cee7dd256434ad6120d279d9bcc211a
Author:     Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2025-12-17 21:31:11 +0000
Commit:     Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2025-12-24 20:08:44 +0000

    LinuxKPI: bump __FreeBSD_version for vmap_pfn implementation
---
 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 d4afa1be7bc5..9f810fb68147 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1500504
+#define __FreeBSD_version 1500505
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694c492e.3c60c.c3ef4ca>