[packages/kernel/LINUX_6_14] Up to 6.14.11; auto online hotplug memory; 6.14 series is (upstream) EOL now
arekm
arekm at pld-linux.org
Thu Jun 12 12:33:58 CEST 2025
commit cc4aacb7df46f41521d2cae1d667b24bfa16a173
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Jun 12 11:37:29 2025 +0200
Up to 6.14.11; auto online hotplug memory; 6.14 series is (upstream) EOL now
kernel-multiarch.config | 4 ++--
kernel.spec | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 4b005a2c..cfc9f2c2 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,9 +51,9 @@
%define have_drm 0
%endif
-%define rel 2
+%define rel 1
%define basever 6.14
-%define postver .8
+%define postver .11
# define this to '-%{basever}' for longterm branch
%define versuffix %{nil}
@@ -107,7 +107,7 @@ Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
# Source0-md5: 05238030095d2be98aac79bfbc58f5d3
%if "%{postver}" != ".0"
Patch0: https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5: 1b2dbe1a2dec277570b4361f1d35c940
+# Patch0-md5: 10a86da1d68d2dd03bf24075fdb898fe
%endif
Source1: kernel.sysconfig
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 60075018..2a954eb7 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -14297,8 +14297,8 @@ FLATMEM_MANUAL all=n alpha=y arm=y arm64=n ppc=y sparc=y sparc64=n
SPARSEMEM_MANUAL all=y alpha=n arm=n arm64=y ppc=n sparc=n sparc64=y
SPARSEMEM_VMEMMAP all=y
MEMORY_HOTPLUG all=y
-MHP_DEFAULT_ONLINE_TYPE_OFFLINE all=y
-MHP_DEFAULT_ONLINE_TYPE_ONLINE_AUTO all=n
+MHP_DEFAULT_ONLINE_TYPE_OFFLINE all=n
+MHP_DEFAULT_ONLINE_TYPE_ONLINE_AUTO all=y
MHP_DEFAULT_ONLINE_TYPE_ONLINE_KERNEL all=n
MHP_DEFAULT_ONLINE_TYPE_ONLINE_MOVABLE all=n
MEMORY_HOTREMOVE all=y
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/cc4aacb7df46f41521d2cae1d667b24bfa16a173
More information about the pld-cvs-commit
mailing list