On Tue, Jul 21, 2020 at 06:01:43PM -0000, GitLab Bridge on behalf of prarit wrote: > From: prarit on gitlab.com > > evaluate_configs is a tool that verifies the CONFIG setting hierarchy > for > the kernel. It can display settings for a specific CONFIG, find and > remove extra CONFIG files and synchronize the CONFIG settings between > the common, ark, and fedora directories. > > For example, to view a config, > > [prarit@prarit configs]$ ./evaluate_configs -p priority.rhel -c > CONFIG_HEADER_TEST > CONFIG_HEADER_TEST > legend g ga1 ga2 d da1 da2 > common-x86_64 y - - - X - > common-ppc64le y - X - - X > common-s390x y - X - - X > common-s390x-zfcpdump y - - X X X > common-aarch64 y - - - X - > ark-x86_64 y - - - X - > ark-ppc64le y - X - - X > ark-s390x y - X - - X > ark-s390x-zfcpdump y - - X X X > ark-aarch64 y - - - X - > pending-common-x86_64 - - - - X - > pending-common-ppc64le - - X - - X > pending-common-s390x - - X - - X > pending-common-s390x-zfcpdump - - - X X X > pending-common-aarch64 - - - - X - > > This patchset includes an update of the old evaluate_configs tool to a > general tool that can be used with an priority file, and two patches > that fix problems found by evaluate_configs. > > Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> Acked-by: Herton R. Krzesinski <herton@xxxxxxxxxx> -- []'s Herton _______________________________________________ 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