From 8d77f6867c108e55fa02eeaa591fe5ea271ad22f Mon Sep 17 00:00:00 2001 From: ebasov Date: Fri, 14 Feb 2025 13:22:31 +0300 Subject: [PATCH] Disable LLVM_IAS --- SPECS/kernel-6.1.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/kernel-6.1.spec b/SPECS/kernel-6.1.spec index 9cc60f2..7fbabaa 100644 --- a/SPECS/kernel-6.1.spec +++ b/SPECS/kernel-6.1.spec @@ -57,7 +57,7 @@ %endif # Set pkg_release. -%global pkg_release 5%{?buildid}.%{?lvc}%{?dist}.inferit.fuzzing.kmsan +%global pkg_release 6%{?buildid}.%{?lvc}%{?dist}.inferit.fuzzing.kmsan # Architectures upon which we can sign the kernel # for secure boot authentication. @@ -166,7 +166,7 @@ %if %{with_toolchain_clang} -%global llvm_ias 1 +%global llvm_ias 0 %global clang_make_opts HOSTCC=clang CC=clang LLVM_IAS=%{llvm_ias} %if %{with_clang_lto} @@ -1747,6 +1747,9 @@ fi %endif %changelog +* Fri Feb 14 2025 Eduard Basov - 6.1.124-6.lvc13.inferit.fuzzing.kmsan +- Disable LLVM_IAS + * Wed Feb 12 2025 Eduard Basov - 6.1.124-5.lvc13.inferit.fuzzing.kmsan - Disable build KASAN, KMEMLEAK