Merge pull request 'Enable KASAN' (#2) from ebasov/kernel-lt:i9-ispras-fuzzing into i9-ispras-fuzzing

Reviewed-on: #2
pull/3/head
Arkady L. Shane 3 weeks ago
commit 606822d6ac

File diff suppressed because it is too large Load Diff

@ -39,7 +39,7 @@
%endif
# Set pkg_release.
%global pkg_release 4%{?buildid}.%{?lvc}%{?dist}.inferit.fuzzing
%global pkg_release 5%{?buildid}.%{?lvc}%{?dist}.inferit.fuzzing
# Architectures upon which we can sign the kernel
# for secure boot authentication.
@ -245,6 +245,8 @@ Source2002: kvm_stat.logrotate
Patch0: 0001-Fix-csync-detailed-mode-parsing.patch
ExclussiveArch: x86_64
%if %{signkernel}
%define secureboot_ca_0 %{_datadir}/pki/sb-certs/secureboot-ca-%{_arch}.cer
%define secureboot_key_0 %{_datadir}/pki/sb-certs/secureboot-kernel-%{_arch}.cer
@ -1481,6 +1483,11 @@ fi
%kernel_lt_variant_files %{_use_vdso} %{with_std}
%changelog
* Fri Dec 6 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 6.1.111-5.lvc4.inferit.fuzzing
- KASAN is enabled
KMSAN is disabled
KMEMLEAK is disabled
* Tue Nov 19 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.1.111-4.lvc4.inferit.fuzzing
- Enable fuzzing iptions:
https://github.com/google/syzkaller/blob/master/docs/linux/kernel_configs.md

Loading…
Cancel
Save