Date: Thu, 30 Apr 2026 19:42:55 +0000 From: Jean-=?utf-8?Q?S=C3=A9bast?==?utf-8?Q?ien P=C3=A9?=dron <dumbbell@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c969df6ccef6 - stable/15 - Bump __FreeBSD_version to 1500509 after linuxkpi changes for DRM 6.12.84 Message-ID: <69f3b0bf.3c8c7.712db7a1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by dumbbell: URL: https://cgit.FreeBSD.org/src/commit/?id=c969df6ccef61ffc01d038eee383d0852e66da3d commit c969df6ccef61ffc01d038eee383d0852e66da3d Author: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> AuthorDate: 2026-04-30 19:40:53 +0000 Commit: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> CommitDate: 2026-04-30 19:40:53 +0000 Bump __FreeBSD_version to 1500509 after linuxkpi changes for DRM 6.12.84 As of this commit, all changes to linuxkpi required by the DRM drivers from Linux 6.12.84 were committed. Sponsored by: The FreeBSD Foundation --- 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 af5ff860c082..1ae6681ace9c 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 1500508 +#define __FreeBSD_version 1500509 /* * __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?69f3b0bf.3c8c7.712db7a1>
