summaryrefslogtreecommitdiffstats
path: root/scripts/check-configs.pl
Commit message (Collapse)AuthorAgeFilesLines
* kernel-5.11.7-9Justin M. Forbes2021-03-171-83/+0
| | | | | | | | | | | | | | | | | * Wed Mar 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.7-9] - Disable weak-modules again rhbz 1828455 (Justin M. Forbes) - More config updates for gcc-plugin turn off (Justin M. Forbes) - fedora: the PCH_CAN driver is x86-32 only (Peter Robinson) - common: disable legacy CAN device support (Peter Robinson) - common: Enable Microchip MCP251x/MCP251xFD CAN controllers (Peter Robinson) - common: Bosch MCAN support for Intel Elkhart Lake (Peter Robinson) - common: enable CAN_PEAK_PCIEFD PCI-E driver (Peter Robinson) - common: disable CAN_PEAK_PCIEC PCAN-ExpressCard (Peter Robinson) - common: enable common CAN layer 2 protocols (Peter Robinson) - ark: disable CAN_LEDS option (Peter Robinson) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* Linux v5.8.1Justin M. Forbes2020-08-121-0/+83
| | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1Jeremy Cline2020-04-141-83/+0
| | | | | | This is an automated commit generated from the kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1 tag in https://gitlab.com/cki-project/kernel-ark.git
* Adjust grep pattern for finding Kconfig symbolsPaul Bolle2018-11-081-1/+1
| | | | | | | | | | | | | 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>
* Adjust glob pattern for configuration filesPaul Bolle2018-11-061-1/+1
| | | | | | | | With the introduction of the new method of configuration generation the names of the shipped kernel configuration files changed too. Adjust the glob pattern in the check-configs.pl script to those changed names. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Add check-configs.pl script from Paul BolleJosh Boyer2014-11-111-0/+83
We can run this once per RC (or somewhat frequently) to keep the split config-* files clean of dead Kconfig options