kernel/scripts
Paul Bolle b8c626ce78 Adjust grep pattern for finding Kconfig symbols
This script detects unknown Kconfig symbols by checking whether the
Kconfig macros used in the various *.config files have a corresponding
Kconfig symbol in the tree. Its core test is done with grep().

It turns out that match pattern used in grep() is too broad. For
instance, it doesn't report CONFIG_ACPI_PROCFS as unknown because there
is a Kconfig entry for ACPI_PROCFS_POWER in the tree. Make the pattern
match Kconfig symbols exactly to correct this.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-08 10:38:58 -06:00
..
add-changelog.sh Add scripts for automatically generating builds 2016-10-10 16:50:38 -07:00
check-TODO.sh Restore README.txt, scripts. 2010-07-29 19:24:43 -07:00
check-configs.pl Adjust grep pattern for finding Kconfig symbols 2018-11-08 10:38:58 -06:00
check-patchlist.sh Script to highlight state of patches in tree 2016-08-10 17:56:05 -07:00
combine.sh Restore README.txt, scripts. 2010-07-29 19:24:43 -07:00
configcommon.pl Restore README.txt, scripts. 2010-07-29 19:24:43 -07:00
configdiff.pl Restore README.txt, scripts. 2010-07-29 19:24:43 -07:00
create_headers_tarball.sh Exit immediately on failure in the header tarball script 2018-10-10 09:58:52 -04:00
cross-aarch64 Add some quick local {cross}build scripts 2015-09-16 08:23:20 -04:00
cross-arm Add some quick local {cross}build scripts 2015-09-16 08:23:20 -04:00
fast-build.sh rpmbuild combination for bare minimum custom kernel 2016-06-22 17:56:19 -07:00
fixup-bumpspec.sh Fixup rawhide RC script to actually work 2016-10-17 09:49:28 -07:00
generate-git-snapshot.sh Linux v4.10-rc1-17-g2d706e7 2016-12-29 09:29:39 -06:00
grab-logs.sh grab-logs.sh 2016-06-22 18:02:24 -07:00
kernel-version.sh Update snapshot script for new sources format 2017-02-23 15:09:44 -08:00
newpatch.sh update script to add a new patch 2016-08-03 05:03:59 -07:00
rawhide-rc.sh Add kernel-tools reminder for rc script 2018-02-19 17:21:49 -06:00
rawhide-snapshot.sh Check for kerberos tickets in rawhide snapshot script 2017-02-23 15:20:54 -08:00
sort-config Drop CONFIG_USER_NS 2012-05-25 16:14:15 -04:00
stable-update.sh Download patch signatures and verify them 2018-04-09 11:31:10 -04:00