Enable KASAN

pull/2/head
ebasov 3 weeks ago
parent 299d3b7fbe
commit 3dd7ad7db9
Signed by: ebasov
GPG Key ID: 3DE9E7A44B2D38F6

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.
@ -1481,6 +1481,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