From 241366c6f4ba6bd55670f2b01618010f9b9e650b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 27 Oct 2021 12:53:30 -0500 Subject: kernel-5.15-0.rc7.20211027gitd25f27432f80.55 * Wed Oct 27 2021 Fedora Kernel Team [5.15-0.rc7.20211027gitd25f27432f80.55] - redhat/kernel.spec.template: don't hardcode gcov arches (Jan Stancek) - redhat/configs: create a separate config for gcov options (Jan Stancek) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- partial-kgcov-snip.config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 partial-kgcov-snip.config (limited to 'partial-kgcov-snip.config') diff --git a/partial-kgcov-snip.config b/partial-kgcov-snip.config new file mode 100644 index 000000000..fb373597e --- /dev/null +++ b/partial-kgcov-snip.config @@ -0,0 +1,4 @@ +# kgcov +CONFIG_GCOV_KERNEL=y +CONFIG_GCOV_PROFILE_ALL=y +# CONFIG_GCOV_PROFILE_FTRACE is not set -- cgit