git: 6cdcf08c9c5e - stable/14 - Bump __FreeBSD_verion for LinuxKPI changes to dma-mapping.h and acpi.

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Sun, 13 Jul 2025 19:31:12 UTC
The branch stable/14 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=6cdcf08c9c5eda6dc3b8395cefd9d30a4f5e2f1a

commit 6cdcf08c9c5eda6dc3b8395cefd9d30a4f5e2f1a
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-07-04 03:19:23 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-07-13 19:26:25 +0000

    Bump __FreeBSD_verion for LinuxKPI changes to dma-mapping.h and acpi.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 842da154a0ce8f866d65f495537a13ffa8fb9cc0)
---
 UPDATING        | 3 ++-
 sys/sys/param.h | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/UPDATING b/UPDATING
index 4d06a05650bf..be2d8be0ff49 100644
--- a/UPDATING
+++ b/UPDATING
@@ -14,7 +14,8 @@ and/or ports.
 
 20250713:
 	LinuxKPI dma-mapping.h were pulled into the tree from drm-kmod.
-	Bump _FreeBSD_version to 1403503 to be able to detect this change.
+	LinuxKPI acpi changes effecting drivers and drm-kmod.
+	Bump __FreeBSD_version to 1403503 to be able to detect these changes.
 
 20250707:
 	Commit f5195b1a63df removed in6_maxmtu and its setter in6_setmaxmtu().
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 4d26484e3bb2..68cbc92b5791 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1403502
+#define __FreeBSD_version 1403503
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,