the following patch was just integrated into master: commit 59c2c8b07966a06fd742bc79efb960b8a900fbbc Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Wed May 6 11:10:18 2015 -0700
checkpatch: fine tune checks
Fine tune the following two checks:
- Check for incorrect file permissions This one had a linux path hard coded, so it would choke on some commits unnecessarily. - FILE_PATH_CHANGES seems to not be working correctly. It will choke on added / deleted files even if the MAINTAINERS file is touched. Hence, switch from WARN to CHK (as WARN currently blocks commits as well)
Change-Id: I9fccfbd75e94f420de45cf8b58071e3198065cf3 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-on: http://review.coreboot.org/10123 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi pgeorgi@google.com
See http://review.coreboot.org/10123 for details.
-gerrit