From patchwork Thu Feb 25 12:21:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony PERARD X-Patchwork-Id: 8423281 Return-Path: X-Original-To: patchwork-xen-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0885AC0553 for ; Thu, 25 Feb 2016 12:24:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3C2102028D for ; Thu, 25 Feb 2016 12:24:56 +0000 (UTC) Received: from lists.xen.org (unknown [192.237.175.120]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 494A720279 for ; Thu, 25 Feb 2016 12:24:55 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=lists.xen.org) by lists.xen.org with esmtp (Exim 4.84) (envelope-from ) id 1aYuw2-0005R1-Ff; Thu, 25 Feb 2016 12:22:22 +0000 Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.84) (envelope-from ) id 1aYuw0-0005Qp-Kq for xen-devel@lists.xen.org; Thu, 25 Feb 2016 12:22:20 +0000 Received: from [85.158.139.211] by server-9.bemta-5.messagelabs.com id 4D/07-03883-BF1FEC65; Thu, 25 Feb 2016 12:22:19 +0000 X-Env-Sender: prvs=85652c963=anthony.perard@citrix.com X-Msg-Ref: server-5.tower-206.messagelabs.com!1456402937!24901977!1 X-Originating-IP: [66.165.176.89] X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n, received_headers: No Received headers X-StarScan-Received: X-StarScan-Version: 7.35.1; banners=-,-,- X-VirusChecked: Checked Received: (qmail 26854 invoked from network); 25 Feb 2016 12:22:19 -0000 Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89) by server-5.tower-206.messagelabs.com with RC4-SHA encrypted SMTP; 25 Feb 2016 12:22:19 -0000 X-IronPort-AV: E=Sophos;i="5.22,498,1449532800"; d="scan'208";a="334454433" From: Anthony PERARD To: Date: Thu, 25 Feb 2016 12:21:51 +0000 Message-ID: <1456402911-14710-1-git-send-email-anthony.perard@citrix.com> X-Mailer: git-send-email 2.7.1 MIME-Version: 1.0 X-DLP: MIA1 Cc: Keir Fraser , Ian Campbell , Tim Deegan , Ian Jackson , Jan Beulich , Anthony PERARD Subject: [Xen-devel] [PATCH] Fix MAINTAINERS: remove any use of {a,b} X-BeenThere: xen-devel@lists.xen.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xen.org Sender: "Xen-devel" X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This is the complain from perl: Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^docs/misc/kconfig{ <-- HERE ,-language}\.txt/ at scripts/get_maintainer.pl line 731. Also, it does not work. Signed-off-by: Anthony PERARD Acked-by: David Vrabel Reviewed-by: Doug Goldstein --- MAINTAINERS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index db14cfe..cc44cbd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -212,7 +212,8 @@ F: xen/include/xen/iommu.h KCONFIG M: Doug Goldstein S: Supported -F: docs/misc/kconfig{,-language}.txt +F: docs/misc/kconfig.txt +F: docs/misc/kconfig-language.txt F: xen/tools/kconfig/ KDD DEBUGGER @@ -223,8 +224,10 @@ F: tools/debugger/kdd/ KEXEC M: David Vrabel S: Supported -F: xen/common/{kexec,kimage}.c -F: xen/include/{kexec,kimage}.h +F: xen/common/kexec.c +F: xen/common/kimage.c +F: xen/include/kexec.h +F: xen/include/kimage.h F: xen/arch/x86/machine_kexec.c F: xen/arch/x86/x86_64/kexec_reloc.S