From: Don Zickus <dzickus@xxxxxxxxxx> This option is needed to allow the latest features of bpftool to compile correctly. Currently it was disabled because of a gcc bug around DWARF info. That has been resolved with the latest gcc and/or dwarves package. Re-enable. Signed-off-by: Don Zickus <dzickus@xxxxxxxxxx> --- redhat/configs/common/generic/CONFIG_DEBUG_INFO_BTF | 2 +- redhat/configs/fedora/generic/CONFIG_DEBUG_INFO_BTF | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 redhat/configs/fedora/generic/CONFIG_DEBUG_INFO_BTF diff --git a/redhat/configs/common/generic/CONFIG_DEBUG_INFO_BTF b/redhat/configs/common/generic/CONFIG_DEBUG_INFO_BTF index 3b5ac748f282..39227b4511af 100644 --- a/redhat/configs/common/generic/CONFIG_DEBUG_INFO_BTF +++ b/redhat/configs/common/generic/CONFIG_DEBUG_INFO_BTF @@ -1 +1 @@ -# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_DEBUG_INFO_BTF=y diff --git a/redhat/configs/fedora/generic/CONFIG_DEBUG_INFO_BTF b/redhat/configs/fedora/generic/CONFIG_DEBUG_INFO_BTF deleted file mode 100644 index 39227b4511af..000000000000 --- a/redhat/configs/fedora/generic/CONFIG_DEBUG_INFO_BTF +++ /dev/null @@ -1 +0,0 @@ -CONFIG_DEBUG_INFO_BTF=y -- GitLab _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx