From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 41C811A1DFF for ; Mon, 17 Oct 2016 01:28:56 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 17 Oct 2016 01:28:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,356,1473145200"; d="scan'208";a="773482726" Received: from shwdeopenpsi168.ccr.corp.intel.com ([10.239.158.144]) by FMSMGA003.fm.intel.com with ESMTP; 17 Oct 2016 01:28:54 -0700 From: Yonghong Zhu To: edk2-devel@lists.01.org Cc: Liming Gao , Jordan Justen Date: Mon, 17 Oct 2016 16:28:35 +0800 Message-Id: <1476692918-10716-1-git-send-email-yonghong.zhu@intel.com> X-Mailer: git-send-email 2.6.1.windows.1 Subject: [Patch 0/3] BaseTools: PatchCheck to align with wiki and report error for EFI_D_* X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 08:28:56 -0000 These patches address the following 2 bugs: https://bugzilla.tianocore.org/show_bug.cgi?id=113 https://bugzilla.tianocore.org/show_bug.cgi?id=145 Cc: Liming Gao Cc: Jordan Justen Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu Yonghong Zhu (3): BaseTools: Update PatchCheck for max length of subject and message line BaseTools: Update PatchCheck to handle the two [] as prefix BaseTools: Update PatchCheck to report error for EFI_D_* BaseTools/Scripts/PatchCheck.py | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) -- 2.6.1.windows.1