From 283e02ceb17627b18738750d6a984b7d1dafcf1a Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 8 Feb 2026 17:29:18 +0200 Subject: [PATCH] Update package version to 6.12.69 --- pkg.info | 4 ++-- source-files/rust-1.93.0-fix.patch | 13 ------------- source.sh | 2 -- 3 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 source-files/rust-1.93.0-fix.patch diff --git a/pkg.info b/pkg.info index bfba22a..9605a86 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: linux-lts description: The longterm support version of the linux kernel -version: 6.12.68 +version: 6.12.69 revision: 1 url: https://www.kernel.org/ license: GPL2-only @@ -24,7 +24,7 @@ downloads: - url: https://cdn.kernel.org/pub/linux/kernel/v${BPM_PKG_VERSION%%.*}.x/linux-${BPM_PKG_VERSION}.tar.xz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: d367c7504bd4da520dd01eb08125d2d0ac088bc8af4cd56d236f2074dd4225b7 + checksum: 4b493657f218703239c4f22415f027b3644949bf2761abd18b849f0aad5f7665 split_packages: - name: linux-lts optional_depends: diff --git a/source-files/rust-1.93.0-fix.patch b/source-files/rust-1.93.0-fix.patch deleted file mode 100644 index 894f2d4..0000000 --- a/source-files/rust-1.93.0-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/arch/x86/Makefile b/arch/x86/Makefile -index 4db7e4bf69f5..c60371db49d9 100644 ---- a/arch/x86/Makefile -+++ b/arch/x86/Makefile -@@ -98,7 +98,7 @@ ifeq ($(CONFIG_X86_KERNEL_IBT),y) - # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104816 - # - KBUILD_CFLAGS += $(call cc-option,-fcf-protection=branch -fno-jump-tables) --KBUILD_RUSTFLAGS += -Zcf-protection=branch -Zno-jump-tables -+KBUILD_RUSTFLAGS += -Zcf-protection=branch $(if $(call rustc-min-version,109300),-Cjump-tables=n,-Zno-jump-tables) - else - KBUILD_CFLAGS += $(call cc-option,-fcf-protection=none) - endif diff --git a/source.sh b/source.sh index 3815ca7..e3a05ee 100644 --- a/source.sh +++ b/source.sh @@ -7,8 +7,6 @@ prepare() { cd "$BPM_SOURCE" - patch -Np1 -i "$BPM_WORKDIR"/rust-1.93.0-fix.patch - make mrproper cp ../config .config }