Skip to content

Commit 266391c

Browse files
github-actions[bot]Garden Linux BuilderSujanaSubrfwilhe
authored
Update kernel 6.18.5 -> 6.18.6 (#219)
* Update kernel 6.18.5 -> 6.18.6 * Remove applied patch from debian * Remove version suffix to avoid release on PR branches and increase patch version for now --------- Co-authored-by: Garden Linux Builder <gardenlinux@users.noreply.github.com> Co-authored-by: sujanas <sujana.subramaniam@sap.com> Co-authored-by: Florian Wilhelm <florian.wilhelm02@sap.com>
1 parent 1c7f715 commit 266391c

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

fixes_debian/series.patch

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
diff --git a/debian/patches/series b/debian/patches/series
2-
index d85f1d9641..4177e3e1a4 100644
2+
index 4177e3e1a4..0c162345c5 100644
33
--- a/debian/patches/series
44
+++ b/debian/patches/series
5-
@@ -71,9 +71,6 @@ features/x86/x86-make-x32-syscall-support-conditional.patch
6-
# Miscellaneous bug fixes
7-
bugfix/all/disable-some-marvell-phys.patch
8-
bugfix/all/fs-add-module_softdep-declarations-for-hard-coded-cr.patch
9-
-bugfix/all/clk-samsung-exynos-clkout-Assign-.num-before-accessi.patch
10-
-bugfix/all/drm-amdgpu-don-t-attach-the-tlb-fence-for-SI.patch
11-
-bugfix/all/sched-proxy-Yield-the-donor-task.patch
12-
13-
# Miscellaneous features
5+
@@ -62,7 +62,6 @@ bugfix/x86/perf-tools-fix-unwind-build-on-i386.patch
6+
bugfix/arm/arm-mm-export-__sync_icache_dcache-for-xen-privcmd.patch
7+
bugfix/powerpc/powerpc-boot-fix-missing-crc32poly.h-when-building-with-kernel_xz.patch
8+
bugfix/arm64/arm64-acpi-Add-fixup-for-HPE-m400-quirks.patch
9+
-bugfix/alpha/alpha-dont-reference-obsolete-termio-struct.patch
1410

11+
# Arch features
12+
features/x86/x86-memtest-WARN-if-bad-RAM-found.patch

prepare_source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkg=linux
2-
version_orig=6.18.5
2+
version_orig=6.18.6
33
version="$version_orig-2"
44

55
(
66
debian_repo=https://salsa.debian.org/kernel-team/linux.git
7-
debian_ref="debian/6.18.3-1"
7+
debian_ref="debian/6.18.5-1"
88

99
tmp_dir="$(mktemp -d)"
1010
trap 'cd / && rm -rf "$tmp_dir"' EXIT

0 commit comments

Comments
 (0)