From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933205AbcKMJGh (ORCPT ); Sun, 13 Nov 2016 04:06:37 -0500 Received: from terminus.zytor.com ([198.137.202.10]:58322 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932467AbcKMJGd (ORCPT ); Sun, 13 Nov 2016 04:06:33 -0500 Date: Sun, 13 Nov 2016 01:04:50 -0800 From: tip-bot for Ard Biesheuvel Message-ID: Cc: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, will.deacon@arm.com, rmk+kernel@armlinux.org.uk, mingo@kernel.org, hpa@zytor.com, peterz@infradead.org, matthew.garrett@nebula.com, matt@codeblueprint.co.uk, tglx@linutronix.de, ard.biesheuvel@linaro.org Reply-To: mingo@kernel.org, hpa@zytor.com, matthew.garrett@nebula.com, matt@codeblueprint.co.uk, peterz@infradead.org, tglx@linutronix.de, ard.biesheuvel@linaro.org, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, rmk+kernel@armlinux.org.uk, will.deacon@arm.com In-Reply-To: <20161112213237.8804-3-matt@codeblueprint.co.uk> References: <20161112213237.8804-3-matt@codeblueprint.co.uk> To: linux-tip-commits@vger.kernel.org Subject: [tip:efi/core] MAINTAINERS: Add ARM and arm64 EFI specific files to EFI subsystem Git-Commit-ID: f135a176426fc643caf6480e3200f1733f58dbf6 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: f135a176426fc643caf6480e3200f1733f58dbf6 Gitweb: http://git.kernel.org/tip/f135a176426fc643caf6480e3200f1733f58dbf6 Author: Ard Biesheuvel AuthorDate: Sat, 12 Nov 2016 21:32:30 +0000 Committer: Ingo Molnar CommitDate: Sun, 13 Nov 2016 08:23:14 +0100 MAINTAINERS: Add ARM and arm64 EFI specific files to EFI subsystem Since I will be co-maintaining the EFI subsystem, it makes sense to mention the ARM and arm64 EFI bits in the EFI section in MAINTAINERS so that Matt, the list and I get cc'ed on proposed changes. Signed-off-by: Ard Biesheuvel Signed-off-by: Matt Fleming Acked-by: Will Deacon Acked-by: Russell King Cc: Linus Torvalds Cc: M: Matthew Garrett Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-efi@vger.kernel.org Link: http://lkml.kernel.org/r/20161112213237.8804-3-matt@codeblueprint.co.uk Signed-off-by: Ingo Molnar --- MAINTAINERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 851b89b..afaf24f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4631,12 +4631,14 @@ L: linux-efi@vger.kernel.org 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 +F: arch/*/kernel/efi.c F: arch/x86/boot/compressed/eboot.[ch] -F: arch/x86/include/asm/efi.h +F: arch/*/include/asm/efi.h F: arch/x86/platform/efi/ F: drivers/firmware/efi/ F: include/linux/efi*.h +F: arch/arm/boot/compressed/efi-header.S +F: arch/arm64/kernel/efi-entry.S EFI VARIABLE FILESYSTEM M: Matthew Garrett