From nobody Sun Dec 22 11:00:12 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail(p=none dis=none) header.from=arm.com Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1728395793798586.5976203610298; Tue, 8 Oct 2024 06:56:33 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.813142.1225947 (Exim 4.92) (envelope-from ) id 1syAgg-00082C-Mj; Tue, 08 Oct 2024 13:55:42 +0000 Received: by outflank-mailman (output) from mailman id 813142.1225947; Tue, 08 Oct 2024 13:55:42 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1syAgg-000825-KA; Tue, 08 Oct 2024 13:55:42 +0000 Received: by outflank-mailman (input) for mailman id 813142; Tue, 08 Oct 2024 13:55:40 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1syAge-00081z-Tq for xen-devel@lists.xenproject.org; Tue, 08 Oct 2024 13:55:40 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-flk1.inumbo.com (Halon) with ESMTP id feefcaaf-857c-11ef-99a2-01e77a169b0f; Tue, 08 Oct 2024 15:55:38 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 57018DA7; Tue, 8 Oct 2024 06:56:06 -0700 (PDT) Received: from C3HXLD123V.arm.com (unknown [10.57.77.92]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D97EF3F58B; Tue, 8 Oct 2024 06:55:35 -0700 (PDT) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: feefcaaf-857c-11ef-99a2-01e77a169b0f From: Bertrand Marquis To: xen-devel@lists.xenproject.org Cc: Andrew Cooper , Jan Beulich , Julien Grall , Stefano Stabellini Subject: [PATCH] MAINTAINERS: add myself as maintainer for arm tee Date: Tue, 8 Oct 2024 15:54:58 +0200 Message-ID: X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1728395795860116600 Content-Type: text/plain; charset="utf-8" With Tee mediators now containing Optee and FF-A implementations, add myself as maintainers to have someone handling the FF-A side. Signed-off-by: Bertrand Marquis Acked-by: Stefano Stabellini Acked-by: Volodymyr Babchuk --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index fb0ebf093965..2450b0f9ff9e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -516,6 +516,7 @@ F: stubdom/ =20 TEE MEDIATORS M: Volodymyr Babchuk +M: Bertrand Marquis S: Supported F: xen/arch/arm/include/asm/tee F: xen/arch/arm/tee/ --=20 2.47.0