Update package version to 6.12.69

This commit is contained in:
2026-02-08 17:29:18 +02:00
parent e966775197
commit 283e02ceb1
3 changed files with 2 additions and 17 deletions
+2 -2
View File
@@ -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:
-13
View File
@@ -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
-2
View File
@@ -7,8 +7,6 @@
prepare() {
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/rust-1.93.0-fix.patch
make mrproper
cp ../config .config
}