diff mbox

[2/2] MAINTAINERS: add ARM and arm64 EFI specific files to EFI subsystem

Message ID 1474472114-12973-2-git-send-email-ard.biesheuvel@linaro.org
State Accepted
Commit f135a176426fc643caf6480e3200f1733f58dbf6
Headers show

Commit Message

Ard Biesheuvel Sept. 21, 2016, 3:35 p.m. UTC
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.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

---
 MAINTAINERS | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.7.4

Comments

Will Deacon Sept. 21, 2016, 3:44 p.m. UTC | #1
On Wed, Sep 21, 2016 at 04:35:14PM +0100, Ard Biesheuvel wrote:
> 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.

> 

> Cc: Catalin Marinas <catalin.marinas@arm.com>

> Cc: Will Deacon <will.deacon@arm.com>

> Cc: Russell King <rmk+kernel@armlinux.org.uk>

> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

> ---

>  MAINTAINERS | 6 ++++--

>  1 file changed, 4 insertions(+), 2 deletions(-)

> 

> diff --git a/MAINTAINERS b/MAINTAINERS

> index 224518556a84..cc8b36699f94 100644

> --- a/MAINTAINERS

> +++ b/MAINTAINERS

> @@ -4562,12 +4562,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


For the arm64 bit,

Acked-by: Will Deacon <will.deacon@arm.com>


Thanks,

Will
Ard Biesheuvel Oct. 29, 2016, 10:09 a.m. UTC | #2
On 21 September 2016 at 16:35, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> 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.

>

> Cc: Catalin Marinas <catalin.marinas@arm.com>

> Cc: Will Deacon <will.deacon@arm.com>

> Cc: Russell King <rmk+kernel@armlinux.org.uk>

> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

> ---

>  MAINTAINERS | 6 ++++--

>  1 file changed, 4 insertions(+), 2 deletions(-)

>


Russell,

do you have an objections to this change?

Thanks,
Ard.


> diff --git a/MAINTAINERS b/MAINTAINERS

> index 224518556a84..cc8b36699f94 100644

> --- a/MAINTAINERS

> +++ b/MAINTAINERS

> @@ -4562,12 +4562,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 <matthew.garrett@nebula.com>

> --

> 2.7.4

>
Russell King (Oracle) Oct. 31, 2016, 4:14 p.m. UTC | #3
On Sat, Oct 29, 2016 at 11:09:55AM +0100, Ard Biesheuvel wrote:
> On 21 September 2016 at 16:35, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:

> > 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.

> >

> > Cc: Catalin Marinas <catalin.marinas@arm.com>

> > Cc: Will Deacon <will.deacon@arm.com>

> > Cc: Russell King <rmk+kernel@armlinux.org.uk>

> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

> > ---

> >  MAINTAINERS | 6 ++++--

> >  1 file changed, 4 insertions(+), 2 deletions(-)

> >

> 

> Russell,

> 

> do you have an objections to this change?


Looks fine, thanks.

Acked-by: Russell King <rmk+kernel@armlinux.org.uk>


-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 224518556a84..cc8b36699f94 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4562,12 +4562,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 <matthew.garrett@nebula.com>