[packages/kernel/LINUX_6_18] Up to 6.18.32; fix applying patch
arekm
arekm at pld-linux.org
Mon May 18 01:33:01 CEST 2026
commit 1b5b6c4010a7f12301acb329927a0294c11c041d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon May 18 01:32:45 2026 +0200
Up to 6.18.32; fix applying patch
kernel-small_fixes.patch | 1 -
kernel.spec | 8 ++++----
2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index c9cf0ff0..ace0ddb6 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.18
-%define postver .31
+%define postver .32
# define this to '-%{basever}' for longterm branch
%define versuffix -%{basever}
@@ -107,7 +107,7 @@ Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
# Source0-md5: 9207ae77b0d63c22dc4646554963cfc7
%if "%{postver}" != ".0"
Patch0: https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5: fca4c9ee0f6ba11b95bd0342f308db2a
+# Patch0-md5: 0d87d90fbbc7ccf67a681c63f502fee8
%endif
Source1: kernel.sysconfig
@@ -594,7 +594,7 @@ rm -f localversion-rt
%endif # vanilla
# Small fixes:
-#%%patch -P2000 -p1
+%patch -P2000 -p1
%patch -P2001 -p1
chmod 755 tools/objtool/sync-check.sh
diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch
index f8a0db43..48fa1487 100644
--- a/kernel-small_fixes.patch
+++ b/kernel-small_fixes.patch
@@ -1,4 +1,3 @@
-; nothing for now
Date: Sat, 16 May 2026 07:28:53 +0900
From: Hyunwoo Kim <imv4bel at gmail.com>
Subject: [PATCH net v5] net: skbuff: propagate shared-frag marker through
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/1b5b6c4010a7f12301acb329927a0294c11c041d
More information about the pld-cvs-commit
mailing list