aboutsummaryrefslogtreecommitdiffci
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--config/base-aarch64.config18
-rw-r--r--kernel-surface.spec7
2 files changed, 10 insertions, 15 deletions
diff --git a/config/base-aarch64.config b/config/base-aarch64.config
index 8ccb3a9..449031b 100644
--- a/config/base-aarch64.config
+++ b/config/base-aarch64.config
@@ -1,6 +1,6 @@
# Fedora's own aarch64 kernel configuration, used as the starting point for
# this package. Taken verbatim from the config shipped inside
-# kernel-core-7.2.0-61.fc45.aarch64.rpm:
+# kernel-core-7.2.4-300.fc45.aarch64.rpm:
#
# dnf download kernel-core --arch aarch64
# rpm2cpio kernel-core-*.aarch64.rpm |
@@ -12,11 +12,11 @@
# top of it in %prep; do not edit this file by hand.
#
# Automatically generated file; DO NOT EDIT.
-# Linux/arm64 7.2.0-61.fc45.aarch64 Kernel Configuration
+# Linux/arm64 7.2.4-300.fc45.aarch64 Kernel Configuration
#
-CONFIG_CC_VERSION_TEXT="gcc (GCC) 16.1.1 20260703 (Red Hat 16.1.1-4)"
+CONFIG_CC_VERSION_TEXT="gcc (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)"
CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=160101
+CONFIG_GCC_VERSION=160201
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=20285426
@@ -56,7 +56,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_UAPI_HEADER_TEST=y
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
-CONFIG_BUILD_SALT="7.2.0-61.fc45.aarch64"
+CONFIG_BUILD_SALT="7.2.4-300.fc45.aarch64"
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_ZSTD=y
# CONFIG_KERNEL_GZIP is not set
@@ -13229,11 +13229,9 @@ CONFIG_CRYPTO_DEV_SUN4I_SS=m
CONFIG_CRYPTO_DEV_SUN8I_CE=m
# CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG is not set
CONFIG_CRYPTO_DEV_SUN8I_CE_HASH=y
-CONFIG_CRYPTO_DEV_SUN8I_CE_PRNG=y
CONFIG_CRYPTO_DEV_SUN8I_CE_TRNG=y
CONFIG_CRYPTO_DEV_SUN8I_SS=m
# CONFIG_CRYPTO_DEV_SUN8I_SS_DEBUG is not set
-CONFIG_CRYPTO_DEV_SUN8I_SS_PRNG=y
CONFIG_CRYPTO_DEV_SUN8I_SS_HASH=y
CONFIG_CRYPTO_DEV_FSL_CAAM_COMMON=m
CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC=m
@@ -14083,9 +14081,3 @@ CONFIG_RUST_OVERFLOW_CHECKS=y
CONFIG_IO_URING_ZCRX=y
CONFIG_IO_URING_BPF=y
CONFIG_IO_URING_BPF_OPS=y
-
-#
-# Red Hat options
-#
-# CONFIG_RHEL_DIFFERENCES is not set
-# end of Red Hat options
diff --git a/kernel-surface.spec b/kernel-surface.spec
index 1f39f30..d5b91df 100644
--- a/kernel-surface.spec
+++ b/kernel-surface.spec
@@ -12,12 +12,12 @@
# passes them in with --define, which takes precedence -- so keep the plain
# `%%global <name> <value>` shape, which make-sources.sh reads with awk.
%if %{undefined upstream_ver}
-%global upstream_ver 7.2.3
+%global upstream_ver 7.2.4
%endif
# Bumped whenever the patch tarball changes without the upstream version moving.
%if %{undefined patchset_ver}
-%global patchset_ver 3
+%global patchset_ver 1
%endif
# rpm gives - to the version-release separator, so it cannot appear in Version
@@ -247,6 +247,9 @@ fi
%ghost %attr(0644,root,root) /boot/vmlinuz-%{kverrel}
%changelog
+* Tue Sep 08 2026 Saya Andy 7.2.4-1
+- Update Linux kernel from 7.2.3 to 7.2.4
+
* Mon Sep 07 2026 Saya Andy 7.2.3-4
- Turn off all the ARM64 platform kernel modules besides qcom and vexpress
(used in qemu)