From nobody Sat Apr 27 15:36:57 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1566569408; cv=none; d=zoho.com; s=zohoarc; b=dQIRIxqTMDYf5/bCk/7Rm+wtFiJoNcKS5n4ZqnJuyZgNBsUBdkhpRoTCTzS1j2flbDuUkIp63n03IMNJYYkXiO/xzsB5uKUf9gbDXWV2Z6GM/txywucist/GtSAOwrJRtzMCXsgq4DG7SZVLY1KTsjhTUi5QX8zyQStpyX6OAl0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566569408; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=ZFAQcQ0DyCBKcvMWQFpjaVvWrFjDRglEni4+o/nbLQY=; b=lB5yVyM1cfX6pbk4ibcZ2ATjZIIa0zGvEuwFBGnHzLbHhreeiY9wI9Ar6A1eQNPea8XDM1CLMaD6t9XRjvV9LKQOFh95zCqa6Tdl4EXb7E5IeMZtaxOT4ggGG6YCZiQvf+XLqBb5Q24Sx6Bk2SYZ0iSM7OazyM0HIWTewBTXprQ= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1566569408253306.9026878199169; Fri, 23 Aug 2019 07:10:08 -0700 (PDT) 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 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) X-Inumbo-ID: 8eb82ab0-c5af-11e9-b95f-bc764e2007e4 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 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --=20 2.17.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel