linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add me as an x86 entry code maintainer
@ 2018-06-18 21:41 Andy Lutomirski
  2018-06-18 22:41 ` Linus Torvalds
  2018-06-19  5:00 ` Tony Luck
  0 siblings, 2 replies; 6+ messages in thread
From: Andy Lutomirski @ 2018-06-18 21:41 UTC (permalink / raw)
  To: x86, LKML
  Cc: Borislav Petkov, Andy Lutomirski, Ingo Molnar, Thomas Gleixner,
	H. Peter Anvin, Linus Torvalds

And update my email address.

Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Andy Lutomirski <luto@kernel.org>
---

Linus has been saying that I might as well maintain this stuff for years.
What do you all think?

MAINTAINERS | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9d5eeff51b5f..624c3fd11d04 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15575,6 +15575,13 @@ S:	Maintained
 F:	Documentation/x86/
 F:	arch/x86/
 
+X86 ENTRY CODE
+M:	Andy Lutomirski <luto@kernel.org>
+L:	linux-kernel@vger.kernel.org
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
+S:	Maintained
+F:	arch/x86/entry/
+
 X86 MCE INFRASTRUCTURE
 M:	Tony Luck <tony.luck@intel.com>
 M:	Borislav Petkov <bp@alien8.de>
@@ -15597,7 +15604,7 @@ F:	drivers/platform/x86/
 F:	drivers/platform/olpc/
 
 X86 VDSO
-M:	Andy Lutomirski <luto@amacapital.net>
+M:	Andy Lutomirski <luto@kernel.org>
 L:	linux-kernel@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
 S:	Maintained
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: Add me as an x86 entry code maintainer
  2018-06-18 21:41 [PATCH] MAINTAINERS: Add me as an x86 entry code maintainer Andy Lutomirski
@ 2018-06-18 22:41 ` Linus Torvalds
  2018-06-20  8:30   ` Thomas Gleixner
  2018-06-19  5:00 ` Tony Luck
  1 sibling, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2018-06-18 22:41 UTC (permalink / raw)
  To: Andrew Lutomirski
  Cc: the arch/x86 maintainers, Linux Kernel Mailing List,
	Borislav Petkov, Ingo Molnar, Thomas Gleixner, Peter Anvin

On Tue, Jun 19, 2018 at 6:41 AM Andy Lutomirski <luto@kernel.org> wrote:
>
> Linus has been saying that I might as well maintain this stuff for years.
> What do you all think?

I invoked executive privilege and just applied it. It's just making
official what has been practice.

           Linus

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

* Re: [PATCH] MAINTAINERS: Add me as an x86 entry code maintainer
  2018-06-18 21:41 [PATCH] MAINTAINERS: Add me as an x86 entry code maintainer Andy Lutomirski
  2018-06-18 22:41 ` Linus Torvalds
@ 2018-06-19  5:00 ` Tony Luck
  2018-06-19 15:25   ` Andy Lutomirski
  1 sibling, 1 reply; 6+ messages in thread
From: Tony Luck @ 2018-06-19  5:00 UTC (permalink / raw)
  To: Andy Lutomirski
  Cc: x86, LKML, Borislav Petkov, Ingo Molnar, Thomas Gleixner,
	H. Peter Anvin, Linus Torvalds

So the TIP tree was named for “Thomas, Ingo, Peter”. Need to add an “A” for Andy. Maybe it should be the PITA tree :-)

-Tony

> On Jun 18, 2018, at 14:41, Andy Lutomirski <luto@kernel.org> wrote:
> 
> And update my email address.
> 
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: "H. Peter Anvin" <hpa@zytor.com>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>
> Signed-off-by: Andy Lutomirski <luto@kernel.org>
> ---
> 
> Linus has been saying that I might as well maintain this stuff for years.
> What do you all think?
> 
> MAINTAINERS | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9d5eeff51b5f..624c3fd11d04 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15575,6 +15575,13 @@ S:    Maintained
> F:    Documentation/x86/
> F:    arch/x86/
> 
> +X86 ENTRY CODE
> +M:    Andy Lutomirski <luto@kernel.org>
> +L:    linux-kernel@vger.kernel.org
> +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
> +S:    Maintained
> +F:    arch/x86/entry/
> +
> X86 MCE INFRASTRUCTURE
> M:    Tony Luck <tony.luck@intel.com>
> M:    Borislav Petkov <bp@alien8.de>
> @@ -15597,7 +15604,7 @@ F:    drivers/platform/x86/
> F:    drivers/platform/olpc/
> 
> X86 VDSO
> -M:    Andy Lutomirski <luto@amacapital.net>
> +M:    Andy Lutomirski <luto@kernel.org>
> L:    linux-kernel@vger.kernel.org
> T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
> S:    Maintained
> -- 
> 2.17.1
> 

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

* Re: [PATCH] MAINTAINERS: Add me as an x86 entry code maintainer
  2018-06-19  5:00 ` Tony Luck
@ 2018-06-19 15:25   ` Andy Lutomirski
  0 siblings, 0 replies; 6+ messages in thread
From: Andy Lutomirski @ 2018-06-19 15:25 UTC (permalink / raw)
  To: Tony Luck
  Cc: Andy Lutomirski, x86, LKML, Borislav Petkov, Ingo Molnar,
	Thomas Gleixner, H. Peter Anvin, Linus Torvalds



> On Jun 18, 2018, at 10:00 PM, Tony Luck <tony.luck@gmail.com> wrote:
> 
> So the TIP tree was named for “Thomas, Ingo, Peter”. Need to add an “A” for Andy. Maybe it should be the PITA tree :-)

I have zero desire to start committing to the tree.  But if I do, I will do my best to put the A in PITA.

> 
>> On Jun 18, 2018, at 14:41, Andy Lutomirski <luto@kernel.org> wrote:
>> 
>> And update my email address.
>> 
>> Cc: Ingo Molnar <mingo@kernel.org>
>> Cc: Thomas Gleixner <tglx@linutronix.de>
>> Cc: "H. Peter Anvin" <hpa@zytor.com>
>> Cc: Linus Torvalds <torvalds@linux-foundation.org>
>> Signed-off-by: Andy Lutomirski <luto@kernel.org>
>> ---
>> 
>> Linus has been saying that I might as well maintain this stuff for years.
>> What do you all think?
>> 
>> MAINTAINERS | 9 ++++++++-
>> 1 file changed, 8 insertions(+), 1 deletion(-)
>> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 9d5eeff51b5f..624c3fd11d04 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -15575,6 +15575,13 @@ S:    Maintained
>> F:    Documentation/x86/
>> F:    arch/x86/
>> 
>> +X86 ENTRY CODE
>> +M:    Andy Lutomirski <luto@kernel.org>
>> +L:    linux-kernel@vger.kernel.org
>> +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
>> +S:    Maintained
>> +F:    arch/x86/entry/
>> +
>> X86 MCE INFRASTRUCTURE
>> M:    Tony Luck <tony.luck@intel.com>
>> M:    Borislav Petkov <bp@alien8.de>
>> @@ -15597,7 +15604,7 @@ F:    drivers/platform/x86/
>> F:    drivers/platform/olpc/
>> 
>> X86 VDSO
>> -M:    Andy Lutomirski <luto@amacapital.net>
>> +M:    Andy Lutomirski <luto@kernel.org>
>> L:    linux-kernel@vger.kernel.org
>> T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
>> S:    Maintained
>> -- 
>> 2.17.1
>> 

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

* Re: [PATCH] MAINTAINERS: Add me as an x86 entry code maintainer
  2018-06-18 22:41 ` Linus Torvalds
@ 2018-06-20  8:30   ` Thomas Gleixner
  2018-06-21 10:57     ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Gleixner @ 2018-06-20  8:30 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Lutomirski, the arch/x86 maintainers,
	Linux Kernel Mailing List, Borislav Petkov, Ingo Molnar,
	Peter Anvin

On Tue, 19 Jun 2018, Linus Torvalds wrote:

> On Tue, Jun 19, 2018 at 6:41 AM Andy Lutomirski <luto@kernel.org> wrote:
> >
> > Linus has been saying that I might as well maintain this stuff for years.
> > What do you all think?
> 
> I invoked executive privilege and just applied it. It's just making
> official what has been practice.

Indeed. Belated Acked-by-me.


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

* Re: [PATCH] MAINTAINERS: Add me as an x86 entry code maintainer
  2018-06-20  8:30   ` Thomas Gleixner
@ 2018-06-21 10:57     ` Ingo Molnar
  0 siblings, 0 replies; 6+ messages in thread
From: Ingo Molnar @ 2018-06-21 10:57 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Linus Torvalds, Andrew Lutomirski, the arch/x86 maintainers,
	Linux Kernel Mailing List, Borislav Petkov, Peter Anvin


* Thomas Gleixner <tglx@linutronix.de> wrote:

> On Tue, 19 Jun 2018, Linus Torvalds wrote:
> 
> > On Tue, Jun 19, 2018 at 6:41 AM Andy Lutomirski <luto@kernel.org> wrote:
> > >
> > > Linus has been saying that I might as well maintain this stuff for years.
> > > What do you all think?
> > 
> > I invoked executive privilege and just applied it. It's just making
> > official what has been practice.
> 
> Indeed. Belated Acked-by-me.

Same here!!

Thanks,

	Ingo

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

end of thread, other threads:[~2018-06-21 10:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-18 21:41 [PATCH] MAINTAINERS: Add me as an x86 entry code maintainer Andy Lutomirski
2018-06-18 22:41 ` Linus Torvalds
2018-06-20  8:30   ` Thomas Gleixner
2018-06-21 10:57     ` Ingo Molnar
2018-06-19  5:00 ` Tony Luck
2018-06-19 15:25   ` Andy Lutomirski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).