[packages/kernel/LINUX_5_10] - 5.10.246
baggins
baggins at pld-linux.org
Fri Nov 7 09:12:50 CET 2025
commit 4d3abbad887374bfdb48e6318871309c7e9b2c84
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Nov 7 11:12:38 2025 +0100
- 5.10.246
gcc15.patch | 21 +++++++++++++++++++++
kernel.spec | 6 ++++--
2 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 791ff6c6..e7fa4229 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -73,7 +73,7 @@
%define rel 1
%define basever 5.10
-%define postver .245
+%define postver .246
# define this to '-%{basever}' for longterm branch
%define versuffix -%{basever}
@@ -127,7 +127,7 @@ Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
# Source0-md5: 753adc474bf799d569dec4f165ed92c3
%if "%{postver}" != ".0"
Patch0: https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5: fda84b02d95fb91196136ca7aa743913
+# Patch0-md5: 61ae49ddd49720d495643f79ccdc1e09
%endif
Source1: kernel.sysconfig
@@ -220,6 +220,7 @@ Patch500: kernel-rt.patch
Patch2000: kernel-small_fixes.patch
Patch2001: kernel-pwc-uncompress.patch
Patch2003: kernel-regressions.patch
+Patch2004: gcc15.patch
# for rescuecd
# based on ftp://ftp.leg.uct.ac.za/pub/linux/rip/tmpfs_root-2.6.30.diff.gz
@@ -713,6 +714,7 @@ rm -f localversion-rt
%patch -P 2000 -p1
%patch -P 2001 -p1
#patch -P 2003 -p1
+%patch -P 2004 -p1
# Do not remove this, please!
#patch -P 50000 -p1
diff --git a/gcc15.patch b/gcc15.patch
new file mode 100644
index 00000000..6d27a781
--- /dev/null
+++ b/gcc15.patch
@@ -0,0 +1,21 @@
+--- linux-5.15/arch/x86/realmode/rm/Makefile~ 2021-10-31 21:53:10.000000000 +0100
++++ linux-5.15/arch/x86/realmode/rm/Makefile 2025-11-05 21:00:05.919997261 +0100
+@@ -72,7 +72,7 @@
+ # ---------------------------------------------------------------------------
+
+ KBUILD_CFLAGS := $(REALMODE_CFLAGS) -D_SETUP -D_WAKEUP \
+- -I$(srctree)/arch/x86/boot
++ -I$(srctree)/arch/x86/boot -std=gnu11
+ KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__
+ KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
+ GCOV_PROFILE := n
+--- linux-5.15/arch/x86/boot/Makefile~ 2025-11-05 21:02:44.000000000 +0100
++++ linux-5.15/arch/x86/boot/Makefile 2025-11-06 11:11:35.376664029 +0100
+@@ -70,6 +70,7 @@
+ KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__
+ KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
+ KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
++KBUILD_CFLAGS += -std=gnu11
+ GCOV_PROFILE := n
+ UBSAN_SANITIZE := n
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/4d3abbad887374bfdb48e6318871309c7e9b2c84
More information about the pld-cvs-commit
mailing list