--- zzzz-none-000/linux-4.4.60/drivers/firmware/efi/libstub/Makefile 2017-04-08 07:53:53.000000000 +0000 +++ hawkeye-5590-729/linux-4.4.60/drivers/firmware/efi/libstub/Makefile 2022-03-30 14:21:52.000000000 +0000 @@ -23,6 +23,9 @@ GCOV_PROFILE := n KASAN_SANITIZE := n +# Prevents link failures: __sanitizer_cov_trace_pc() is not linked in. +KCOV_INSTRUMENT := n + lib-y := efi-stub-helper.o # include the stub's generic dependencies from lib/ when building for ARM/arm64