From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f95bI-0004CA-2l for qemu-devel@nongnu.org; Thu, 19 Apr 2018 05:11:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f95bC-0004pc-IE for qemu-devel@nongnu.org; Thu, 19 Apr 2018 05:11:32 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:40946 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f95bC-0004pJ-E5 for qemu-devel@nongnu.org; Thu, 19 Apr 2018 05:11:26 -0400 From: Stefan Hajnoczi Date: Thu, 19 Apr 2018 17:11:00 +0800 Message-Id: <20180419091105.3943-1-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] checkpatch: backport UTF-8 fixes and MAINTAINERS check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Peter Maydell , Markus Armbruster , Thomas Huth , Fam Zheng This series cherry picks checkpatch UTF-8 fixes and the MAINTAINERS file check from Linux. Thomas Huth original did the backport in January 2017 but the series was forgotten (<1485436265-12573-1-git-send-email-thuth@redhat.com>). I did the cherry pick again from scratch. The MAINTAINERS file check prints a warning when new files are added without a modification to ./MAINTAINERS. It is easy to forget to update ./MAINTAINERS and this check should help us stay on top of new source files. Joe Perches (4): checkpatch: add a --strict check for utf-8 in commit logs checkpatch: ignore email headers better checkpatch: emit a warning on file add/move/delete checkpatch: reduce MAINTAINERS update message frequency Pasi Savanainen (1): checkpatch: check utf-8 content from a commit log when it's missing from charset scripts/checkpatch.pl | 58 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 54 insertions(+), 4 deletions(-) -- 2.14.3