From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3867
Add a new Python tool for managing kernel CONFIG_* settings in the redhat/configs directory. The tool helps maintainers verify and manage kernel configuration options by: - Analyzing configuration layering and priorities defined in priority.* files - Identifying and removing redundant CONFIG settings - Moving common settings between rhel and fedora to the common directory - Providing detailed analysis of CONFIG values across variants and architectures The tool supports several operations: - Show CONFIG values across all variants (-c/--config) - Remove redundant CONFIGs (-f/--fix) - Move common settings to common directory (-j/--common) - Debug output (-d/--debug) - List all locations of a CONFIG (-l/--list) Also add comprehensive documentation in README.evaluate_configs explaining the tool's usage, options, and examples. Signed-off-by: Prarit Bhargava <pra...@redhat.com> --- redhat/configs/README.evaluate_configs | 182 ++--- redhat/configs/evaluate_configs | 981 --------------------------------- redhat/configs/evaluate_configs.py | 636 +++++++++++++++++++++ 3 files changed, 710 insertions(+), 1089 deletions(-) -- _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org 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@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue