From patchwork Fri Aug 23 14:08:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Kubascik X-Patchwork-Id: 11111821 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 2D5C81398 for ; Fri, 23 Aug 2019 14:10:43 +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 13A662173E for ; Fri, 23 Aug 2019 14:10:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 13A662173E 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 1i1AFT-00031w-Uj; Fri, 23 Aug 2019 14:09:03 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i1AFT-00031q-4m for xen-devel@lists.xenproject.org; Fri, 23 Aug 2019 14:09:03 +0000 X-Inumbo-ID: 8eb82ab0-c5af-11e9-b95f-bc764e2007e4 Received: from webmail.dornerworks.com (unknown [12.207.209.150]) by us1-rack-iad1.inumbo.com (Halon) with ESMTP id 8eb82ab0-c5af-11e9-b95f-bc764e2007e4; Fri, 23 Aug 2019 14:09:02 +0000 (UTC) From: Jeff Kubascik To: Date: Fri, 23 Aug 2019 10:08:55 -0400 Message-ID: <20190823140855.4222-1-jeff.kubascik@dornerworks.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [172.27.13.194] 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=5.0 tests=ALL_TRUSTED, BAYES_00, MAILSHELL_SCORE_0_4 X-Spam-Flag: NO Subject: [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email 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: DornerWorks Xen-Devel , Stefano Stabellini , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Robert VanVossen , Tim Deegan , Julien Grall , Josh Whitehead , Jan Beulich , Jarvis Roach Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" We would like to have a common maintainers email address for DornerWorks maintained code, which currently is the ARINC653 scheduler. This will enable us to better monitor and respond to the Xen community. This patch adds a maintainer line with the DornerWorks maintainers email address. --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 77413e0d9e..3cce253931 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -168,6 +168,7 @@ F: xen/common/argo.c ARINC653 SCHEDULER M: Josh Whitehead M: Robert VanVossen +M: DornerWorks Xen-Devel S: Supported F: xen/common/sched_arinc653.c F: tools/libxc/xc_arinc653.c