From patchwork Tue Nov 5 13:51:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stewart Hildebrand X-Patchwork-Id: 11227863 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3BB7F13BD for ; Tue, 5 Nov 2019 13:53:49 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 20F4E21928 for ; Tue, 5 Nov 2019 13:53:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 20F4E21928 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=dornerworks.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iRzFa-0006eF-G4; Tue, 05 Nov 2019 13:52:02 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iRzFZ-0006eA-A5 for xen-devel@lists.xenproject.org; Tue, 05 Nov 2019 13:52:01 +0000 X-Inumbo-ID: 6f9d8c34-ffd3-11e9-9631-bc764e2007e4 Received: from webmail.dornerworks.com (unknown [12.207.209.150]) by us1-rack-iad1.inumbo.com (Halon) with ESMTP id 6f9d8c34-ffd3-11e9-9631-bc764e2007e4; Tue, 05 Nov 2019 13:52:00 +0000 (UTC) From: Stewart Hildebrand To: Date: Tue, 5 Nov 2019 08:51:52 -0500 Message-ID: <20191105135152.5168-1-stewart.hildebrand@dornerworks.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 X-Originating-IP: [172.27.14.58] X-ClientProxiedBy: Mcbain.dw.local (172.27.1.45) To Mcbain.dw.local (172.27.1.45) X-spam-status: No, score=-2.9 required=3.5 tests=ALL_TRUSTED, BAYES_00, MAILSHELL_SCORE_10_69 X-Spam-Flag: NO Subject: [Xen-devel] [XEN PATCH v2] MAINTAINERS: ARINC 653 scheduler maintainer updates X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Stefano Stabellini , Julien Grall , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Robert VanVossen , Josh Whitehead , Jan Beulich Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Add DornerWorks internal list. This will forward to relevant people within DornerWorks. Add myself to MAINTAINERS for ARINC653 scheduler. Remove Robbie from MAINTAINERS for ARINC653 scheduler. Signed-off-by: Stewart Hildebrand --- Note that get_maintainers.pl/add_maintainers.pl do not currently add the DornerWorks list email address in CC. I tested add_maintainers.pl on a patch modifying sched_arinc653.c, and I did not see the DornerWorks list appear in CC. v1: https://lists.xenproject.org/archives/html/xen-devel/2019-08/msg02217.html v2: Use L: designation for DornerWorks internal list Add myself and remove Robbie as maintainer --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index dcd5acb36a..28e7eb554e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -171,8 +171,9 @@ F: xen/common/argo.c ARINC653 SCHEDULER M: Josh Whitehead -M: Robert VanVossen +M: Stewart Hildebrand S: Supported +L: DornerWorks Xen-Devel F: xen/common/sched_arinc653.c F: tools/libxc/xc_arinc653.c