diff --git a/SOURCES/config_2711.patch b/SOURCES/config_2711.patch
index 08e3474..27079a6 100644
--- a/SOURCES/config_2711.patch
+++ b/SOURCES/config_2711.patch
@@ -1,21 +1,21 @@
-From 8bdc23947dfc60f7c1e277dc4f87a8bc5fc645c6 Mon Sep 17 00:00:00 2001
+From bdec30ca8e18bc7d9a5d25d7cd9ca7976aef8aa2 Mon Sep 17 00:00:00 2001
From: Koichiro Iwao
-Date: Tue, 28 May 2024 15:11:20 +0900
+Date: Mon, 19 May 2025 13:09:29 +0900
Subject: [PATCH 1/2] Apply config patch for Raspberry Pi (BCM2711)
The patch is originally provided by Pablo Greco .
Signed-off-by: Koichiro Iwao
---
- arch/arm64/configs/bcm2711_defconfig | 38 ++++++++++++++++++++++++++--
- 1 file changed, 36 insertions(+), 2 deletions(-)
+ arch/arm64/configs/bcm2711_defconfig | 42 ++++++++++++++++++++++++++--
+ 1 file changed, 40 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/configs/bcm2711_defconfig b/arch/arm64/configs/bcm2711_defconfig
-index e87791286ab4..6fda5b261683 100644
+index ce3e13572fb4..324800576e6a 100644
--- a/arch/arm64/configs/bcm2711_defconfig
+++ b/arch/arm64/configs/bcm2711_defconfig
-@@ -1622,8 +1622,6 @@ CONFIG_NLS_KOI8_U=m
- CONFIG_DLM=m
+@@ -1690,8 +1690,6 @@ CONFIG_DLM=m
+ CONFIG_UNICODE=m
CONFIG_KEY_DH_OPERATIONS=y
CONFIG_SECURITY=y
-CONFIG_SECURITY_APPARMOR=y
@@ -23,7 +23,7 @@ index e87791286ab4..6fda5b261683 100644
CONFIG_CRYPTO_USER=m
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AES=m
-@@ -1674,3 +1672,43 @@ CONFIG_SCHED_TRACER=y
+@@ -1742,3 +1740,43 @@ CONFIG_SCHED_TRACER=y
CONFIG_BLK_DEV_IO_TRACE=y
# CONFIG_UPROBE_EVENTS is not set
# CONFIG_STRICT_DEVMEM is not set
@@ -68,5 +68,5 @@ index e87791286ab4..6fda5b261683 100644
+CONFIG_EROFS_POSIX_ACL=y
+CONFIG_EROFS_FS_SECURITY=y
--
-2.45.1
+2.49.0
diff --git a/SOURCES/config_2712.patch b/SOURCES/config_2712.patch
index 7134e24..29b4459 100644
--- a/SOURCES/config_2712.patch
+++ b/SOURCES/config_2712.patch
@@ -1,21 +1,21 @@
-From 5ae1f73a82e6ba1203d031c5c82943865dce8174 Mon Sep 17 00:00:00 2001
+From c6064f14a8c32e3109ee83c736097e2ee03086ca Mon Sep 17 00:00:00 2001
From: Koichiro Iwao
-Date: Tue, 28 May 2024 15:14:02 +0900
+Date: Mon, 19 May 2025 13:10:35 +0900
Subject: [PATCH 2/2] Apply config patch for Raspberry Pi (BCM2712)
The patch is originally provided by Pablo Greco .
Signed-off-by: Koichiro Iwao
---
- arch/arm64/configs/bcm2712_defconfig | 38 ++++++++++++++++++++++++++--
- 1 file changed, 36 insertions(+), 2 deletions(-)
+ arch/arm64/configs/bcm2712_defconfig | 42 ++++++++++++++++++++++++++--
+ 1 file changed, 40 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/configs/bcm2712_defconfig b/arch/arm64/configs/bcm2712_defconfig
-index 79c4332581eb..7b63683ff687 100644
+index 9e2bda050f81..51afa99f75e3 100644
--- a/arch/arm64/configs/bcm2712_defconfig
+++ b/arch/arm64/configs/bcm2712_defconfig
-@@ -1625,8 +1625,6 @@ CONFIG_NLS_KOI8_U=m
- CONFIG_DLM=m
+@@ -1692,8 +1692,6 @@ CONFIG_DLM=m
+ CONFIG_UNICODE=m
CONFIG_KEY_DH_OPERATIONS=y
CONFIG_SECURITY=y
-CONFIG_SECURITY_APPARMOR=y
@@ -23,7 +23,7 @@ index 79c4332581eb..7b63683ff687 100644
CONFIG_CRYPTO_USER=m
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AES=m
-@@ -1677,3 +1675,43 @@ CONFIG_SCHED_TRACER=y
+@@ -1744,3 +1742,43 @@ CONFIG_SCHED_TRACER=y
CONFIG_BLK_DEV_IO_TRACE=y
# CONFIG_UPROBE_EVENTS is not set
# CONFIG_STRICT_DEVMEM is not set
@@ -68,5 +68,5 @@ index 79c4332581eb..7b63683ff687 100644
+CONFIG_EROFS_POSIX_ACL=y
+CONFIG_EROFS_FS_SECURITY=y
--
-2.45.1
+2.49.0
diff --git a/SPECS/raspberrypi2.spec b/SPECS/raspberrypi2.spec
index 56837ab..e9d81fc 100644
--- a/SPECS/raspberrypi2.spec
+++ b/SPECS/raspberrypi2.spec
@@ -1,5 +1,5 @@
-%global firmware_tag 1.20250127
-%global version_tag 20250127
+%global firmware_tag 1.20250430
+%global version_tag 20250428
ExclusiveArch: aarch64
@@ -11,15 +11,15 @@ ExclusiveArch: aarch64
%define local_version v8
%define bcmmodel 2711
-%define extra_version 2
+%define extra_version 1
# This originally implies Kernel 4.x for RPi 2 and is not appropriate now.
# Be careful to change this not to disturb the seamless package update.
%define rpisuffix 2
%define ksuffix 4
-%define kversion 6.6
-%define patchlevel 74
+%define kversion 6.12
+%define patchlevel 25
# standard kernel
%define with_up %{?_without_up: 0} %{?!_without_up: 1}
@@ -445,6 +445,11 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
%endif
%changelog
+* Wed May 21 2025 Koichiro Iwao - 6.12.25-20250428.v8.1
+- Update kernel to 6.12.25 stable_20250428
+- Update firmware to 1.20250430
+- Regenerate patches
+
* Mon Apr 14 2025 Koichiro Iwao - 6.6.74-20250127.v8.2
- Fixes to enable bootc
- Enable EROFS