From patchwork Wed Sep 21 15:35:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 76705 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp2114665qgf; Wed, 21 Sep 2016 08:36:28 -0700 (PDT) X-Received: by 10.98.103.193 with SMTP id t62mr63291396pfj.2.1474472188642; Wed, 21 Sep 2016 08:36:28 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k2si38661paa.24.2016.09.21.08.36.28; Wed, 21 Sep 2016 08:36:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935723AbcIUPgU (ORCPT + 27 others); Wed, 21 Sep 2016 11:36:20 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:38756 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757842AbcIUPfw (ORCPT ); Wed, 21 Sep 2016 11:35:52 -0400 Received: by mail-wm0-f42.google.com with SMTP id l132so97911166wmf.1 for ; Wed, 21 Sep 2016 08:35:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=88pYuLOsxlIUUgCDTWQVBZnTzlUmSP2nrGf+DulAHWY=; b=KucZZLD+/Tql4yikkQbCCOc+L2DQIhO6aqJqJV6Tty6m4GxHfODweo6vT++rA86rj1 G/zZF7nK4MfLzqHFROXhdJo6ZG+GLDSew+0QprIWx9R+7iqQRVgkK3iVWoGhOxgyZqHE cwc0npElMSfpYLENOJpex+71j2/jm8Nq8Oi78= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=88pYuLOsxlIUUgCDTWQVBZnTzlUmSP2nrGf+DulAHWY=; b=b9P947bqrQGCe64irgLkQd/IxbvVffiZ953K48JAJ2Wx6zKQWCjCm2Q6lRSLzrpTQD vWo/aE7g9ImaXARDnoy88EndMPwAxmKjDKyziMahHU9TtML9cbVCOpP/7gXfGb9P2fKh GyxHg0/fHh8Ry72oZ+hMhTuvI0HTD8P0u7KudZL+zKQM18ig0qj+myd5LVdd4vvh9ahD eQgQU5h+Rx8TGkxv42Mz7+Mgw8d3z0IC4auHSvJusxOMKrkib9EXP1Yxy9swTfnDSNEV S5MKsho+6xhtDXDRqG8N59ltTU7jrE7ezqJhqUXSK9coibgNjGzPUlRk0cym1Vsp9zS1 +Kuw== X-Gm-Message-State: AE9vXwON4+g6nahkwycy9TsR7lsioeN6P248PaRinPPn9qaSZHqMMuxWmtcsog9cPa3E8XIe X-Received: by 10.28.175.147 with SMTP id y141mr3730213wme.9.1474472150789; Wed, 21 Sep 2016 08:35:50 -0700 (PDT) Received: from localhost.localdomain ([105.138.52.229]) by smtp.gmail.com with ESMTPSA id 17sm34055795wju.44.2016.09.21.08.35.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 21 Sep 2016 08:35:50 -0700 (PDT) From: Ard Biesheuvel To: linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: matt@codeblueprint.co.uk, catalin.marinas@arm.com, will.deacon@arm.com, linux@arm.linux.org.uk, Ard Biesheuvel Subject: [PATCH 1/2] MAINTAINERS: add myself as EFI maintainer Date: Wed, 21 Sep 2016 16:35:13 +0100 Message-Id: <1474472114-12973-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At the request of Matt, I am taking up co-maintainership of the EFI subsystem. So add my name to the EFI section in MAINTAINERS, and change the SCM tree reference to point to the new shared Git repo. Cc: Matt Fleming Signed-off-by: Ard Biesheuvel --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.7.4 Acked-by: Will Deacon diff --git a/MAINTAINERS b/MAINTAINERS index 007d05acbb5f..224518556a84 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4557,8 +4557,9 @@ F: sound/usb/misc/ua101.c EXTENSIBLE FIRMWARE INTERFACE (EFI) M: Matt Fleming +M: Ard Biesheuvel L: linux-efi@vger.kernel.org -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git S: Maintained F: Documentation/efi-stub.txt F: arch/ia64/kernel/efi.c