Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions fixes_debian/series.patch
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions prepare_source
Original file line number Diff line number Diff line change
@@ -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
Expand Down