Update package version to 6.12.69
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user