All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MAINTAINERS: Add maintainer for TI security related files
@ 2017-01-11 17:09 Andrew F. Davis
  2017-01-15 18:32 ` [U-Boot] " Tom Rini
  2017-01-15 18:50 ` [U-Boot] [PATCH] " Jagan Teki
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew F. Davis @ 2017-01-11 17:09 UTC (permalink / raw)
  To: u-boot

Changes involving High-Security boards should be CC'd for additional
assessment of the security implications.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
Recently some fastboot additions have been made that may effect security
on our HS boards by letting some boot methods work around our chain-of-
trust. It would be nice to get a CC for changes that directly effect
these HS boards so I have a chance to check for this kind of thing.

 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 793ff49f68..1ea7ae013a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -434,6 +434,17 @@ S:	Maintained
 F:	drivers/spmi/
 F:	include/spmi/
 
+TI SYSTEM SECURITY
+M:	Andrew F. Davis <afd@ti.com>
+S:	Supported
+F:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
+F:	arch/arm/mach-omap2/omap5/sec-fxns.c
+F:	arch/arm/mach-omap2/sec-common.c
+F:	arch/arm/mach-omap2/config_secure.mk
+F:	configs/am43xx_hs_evm_defconfig
+F:	configs/am57xx_hs_evm_defconfig
+F:	configs/dra7xx_hs_evm_defconfig
+
 TQ GROUP
 #M:	Martin Krause <martin.krause@tq-systems.de>
 S:	Orphaned (Since 2016-02)
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] MAINTAINERS: Add maintainer for TI security related files
  2017-01-11 17:09 [U-Boot] [PATCH] MAINTAINERS: Add maintainer for TI security related files Andrew F. Davis
@ 2017-01-15 18:32 ` Tom Rini
  2017-01-15 18:50 ` [U-Boot] [PATCH] " Jagan Teki
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-01-15 18:32 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 11, 2017 at 11:09:27AM -0600, Andrew F. Davis wrote:

> Changes involving High-Security boards should be CC'd for additional
> assessment of the security implications.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170115/8c652124/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] MAINTAINERS: Add maintainer for TI security related files
  2017-01-11 17:09 [U-Boot] [PATCH] MAINTAINERS: Add maintainer for TI security related files Andrew F. Davis
  2017-01-15 18:32 ` [U-Boot] " Tom Rini
@ 2017-01-15 18:50 ` Jagan Teki
  2017-01-15 18:53   ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2017-01-15 18:50 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 11, 2017 at 6:09 PM, Andrew F. Davis <afd@ti.com> wrote:
> Changes involving High-Security boards should be CC'd for additional
> assessment of the security implications.
>
> Signed-off-by: Andrew F. Davis <afd@ti.com>
> ---
> Recently some fastboot additions have been made that may effect security
> on our HS boards by letting some boot methods work around our chain-of-
> trust. It would be nice to get a CC for changes that directly effect
> these HS boards so I have a chance to check for this kind of thing.
>
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 793ff49f68..1ea7ae013a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -434,6 +434,17 @@ S: Maintained
>  F:     drivers/spmi/
>  F:     include/spmi/
>
> +TI SYSTEM SECURITY
> +M:     Andrew F. Davis <afd@ti.com>
> +S:     Supported
> +F:     arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
> +F:     arch/arm/mach-omap2/omap5/sec-fxns.c
> +F:     arch/arm/mach-omap2/sec-common.c
> +F:     arch/arm/mach-omap2/config_secure.mk
> +F:     configs/am43xx_hs_evm_defconfig
> +F:     configs/am57xx_hs_evm_defconfig
> +F:     configs/dra7xx_hs_evm_defconfig

I thought of commenting this but some how missed, configs/*_defconfig
files shouldn't be part of MAINTAINERS it has a separate file in
respective boards.

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] MAINTAINERS: Add maintainer for TI security related files
  2017-01-15 18:50 ` [U-Boot] [PATCH] " Jagan Teki
@ 2017-01-15 18:53   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-01-15 18:53 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 15, 2017 at 07:50:35PM +0100, Jagan Teki wrote:
> On Wed, Jan 11, 2017 at 6:09 PM, Andrew F. Davis <afd@ti.com> wrote:
> > Changes involving High-Security boards should be CC'd for additional
> > assessment of the security implications.
> >
> > Signed-off-by: Andrew F. Davis <afd@ti.com>
> > ---
> > Recently some fastboot additions have been made that may effect security
> > on our HS boards by letting some boot methods work around our chain-of-
> > trust. It would be nice to get a CC for changes that directly effect
> > these HS boards so I have a chance to check for this kind of thing.
> >
> >  MAINTAINERS | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 793ff49f68..1ea7ae013a 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -434,6 +434,17 @@ S: Maintained
> >  F:     drivers/spmi/
> >  F:     include/spmi/
> >
> > +TI SYSTEM SECURITY
> > +M:     Andrew F. Davis <afd@ti.com>
> > +S:     Supported
> > +F:     arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
> > +F:     arch/arm/mach-omap2/omap5/sec-fxns.c
> > +F:     arch/arm/mach-omap2/sec-common.c
> > +F:     arch/arm/mach-omap2/config_secure.mk
> > +F:     configs/am43xx_hs_evm_defconfig
> > +F:     configs/am57xx_hs_evm_defconfig
> > +F:     configs/dra7xx_hs_evm_defconfig
> 
> I thought of commenting this but some how missed, configs/*_defconfig
> files shouldn't be part of MAINTAINERS it has a separate file in
> respective boards.

I'm indifferent in cases like this.  For example, dra7xx_hs_evm has two
maintainers, Andrew (due to the security side) and Lokesh (who owns the
TI ref platforms in general).  Making Andrew edit 3 (4 with the
am335x_hs_evm_defconfig coming soon) MAINTAINERS files to add 4 lines
each won't add to the clarity of things as get_maintainer.pl should do
the correct thing and list both, today.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170115/f7195501/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-15 18:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-11 17:09 [U-Boot] [PATCH] MAINTAINERS: Add maintainer for TI security related files Andrew F. Davis
2017-01-15 18:32 ` [U-Boot] " Tom Rini
2017-01-15 18:50 ` [U-Boot] [PATCH] " Jagan Teki
2017-01-15 18:53   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.