diff --git a/fixes_debian/series.patch b/fixes_debian/series.patch index 065bf32..23df3ab 100644 --- a/fixes_debian/series.patch +++ b/fixes_debian/series.patch @@ -1,14 +1,12 @@ diff --git a/debian/patches/series b/debian/patches/series -index d85f1d9641..4177e3e1a4 100644 +index 4177e3e1a4..0c162345c5 100644 --- a/debian/patches/series +++ b/debian/patches/series -@@ -71,9 +71,6 @@ features/x86/x86-make-x32-syscall-support-conditional.patch - # Miscellaneous bug fixes - bugfix/all/disable-some-marvell-phys.patch - bugfix/all/fs-add-module_softdep-declarations-for-hard-coded-cr.patch --bugfix/all/clk-samsung-exynos-clkout-Assign-.num-before-accessi.patch --bugfix/all/drm-amdgpu-don-t-attach-the-tlb-fence-for-SI.patch --bugfix/all/sched-proxy-Yield-the-donor-task.patch - - # Miscellaneous features +@@ -62,7 +62,6 @@ bugfix/x86/perf-tools-fix-unwind-build-on-i386.patch + bugfix/arm/arm-mm-export-__sync_icache_dcache-for-xen-privcmd.patch + bugfix/powerpc/powerpc-boot-fix-missing-crc32poly.h-when-building-with-kernel_xz.patch + bugfix/arm64/arm64-acpi-Add-fixup-for-HPE-m400-quirks.patch +-bugfix/alpha/alpha-dont-reference-obsolete-termio-struct.patch + # Arch features + features/x86/x86-memtest-WARN-if-bad-RAM-found.patch diff --git a/prepare_source b/prepare_source index e93c9ee..3c8b009 100755 --- a/prepare_source +++ b/prepare_source @@ -1,10 +1,10 @@ pkg=linux -version_orig=6.18.5 +version_orig=6.18.6 version="$version_orig-2" ( debian_repo=https://salsa.debian.org/kernel-team/linux.git - debian_ref="debian/6.18.3-1" + debian_ref="debian/6.18.5-1" tmp_dir="$(mktemp -d)" trap 'cd / && rm -rf "$tmp_dir"' EXIT