All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Change x86 microcode loader maintainer
@ 2015-03-29 13:56 Borislav Petkov
  2015-03-30  9:26 ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Borislav Petkov @ 2015-03-29 13:56 UTC (permalink / raw)
  To: LKML
  Cc: Andreas Herrmann, Tigran Aivazian, Andrew Morton, Greg KH,
	Ingo Molnar, x86-ml

From: Borislav Petkov <bp@suse.de>

Let's make it official - I've been doing this for a while now anyway.

Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Andreas Herrmann <herrmann.der.user@googlemail.com>
Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Greg KH <gregkh@linuxfoundation.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: x86-ml <x86@kernel.org>
Cc: linux-kernel@vger.kernel.org
---
 MAINTAINERS | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a233b813207a..b508fc34087d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -637,8 +637,7 @@ F:      drivers/gpu/drm/radeon/radeon_kfd.h
 F:      include/uapi/linux/kfd_ioctl.h
 
 AMD MICROCODE UPDATE SUPPORT
-M:	Andreas Herrmann <herrmann.der.user@googlemail.com>
-L:	amd64-microcode@amd64.org
+M:	Borislav Petkov <bp@alien8.de>
 S:	Maintained
 F:	arch/x86/kernel/cpu/microcode/amd*
 
@@ -5094,7 +5093,7 @@ S:	Supported
 F:	drivers/platform/x86/intel_menlow.c
 
 INTEL IA32 MICROCODE UPDATE SUPPORT
-M:	Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
+M:	Borislav Petkov <bp@alien8.de>
 S:	Maintained
 F:	arch/x86/kernel/cpu/microcode/core*
 F:	arch/x86/kernel/cpu/microcode/intel*
-- 
2.3.3


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

* Re: [PATCH] MAINTAINERS: Change x86 microcode loader maintainer
  2015-03-29 13:56 [PATCH] MAINTAINERS: Change x86 microcode loader maintainer Borislav Petkov
@ 2015-03-30  9:26 ` Geert Uytterhoeven
  2015-03-30  9:43   ` Borislav Petkov
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2015-03-30  9:26 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: LKML, Andreas Herrmann, Tigran Aivazian, Andrew Morton, Greg KH,
	Ingo Molnar, x86-ml

On Sun, Mar 29, 2015 at 3:56 PM, Borislav Petkov <bp@alien8.de> wrote:
> From: Borislav Petkov <bp@suse.de>
>
> Let's make it official - I've been doing this for a while now anyway.
>
> Signed-off-by: Borislav Petkov <bp@suse.de>
> Cc: Andreas Herrmann <herrmann.der.user@googlemail.com>
> Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Greg KH <gregkh@linuxfoundation.org>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: x86-ml <x86@kernel.org>
> Cc: linux-kernel@vger.kernel.org
> ---
>  MAINTAINERS | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a233b813207a..b508fc34087d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -637,8 +637,7 @@ F:      drivers/gpu/drm/radeon/radeon_kfd.h
>  F:      include/uapi/linux/kfd_ioctl.h
>
>  AMD MICROCODE UPDATE SUPPORT
> -M:     Andreas Herrmann <herrmann.der.user@googlemail.com>
> -L:     amd64-microcode@amd64.org

Is dropping the mailing list intentional?

> +M:     Borislav Petkov <bp@alien8.de>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] MAINTAINERS: Change x86 microcode loader maintainer
  2015-03-30  9:26 ` Geert Uytterhoeven
@ 2015-03-30  9:43   ` Borislav Petkov
  2015-03-30 14:35     ` Aravind Gopalakrishnan
  0 siblings, 1 reply; 4+ messages in thread
From: Borislav Petkov @ 2015-03-30  9:43 UTC (permalink / raw)
  To: Geert Uytterhoeven, Aravind Gopalakrishnan
  Cc: LKML, Andreas Herrmann, Tigran Aivazian, Andrew Morton, Greg KH,
	Ingo Molnar, x86-ml

On Mon, Mar 30, 2015 at 11:26:34AM +0200, Geert Uytterhoeven wrote:
> On Sun, Mar 29, 2015 at 3:56 PM, Borislav Petkov <bp@alien8.de> wrote:
> > From: Borislav Petkov <bp@suse.de>
> >
> > Let's make it official - I've been doing this for a while now anyway.
> >
> > Signed-off-by: Borislav Petkov <bp@suse.de>
> > Cc: Andreas Herrmann <herrmann.der.user@googlemail.com>
> > Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
> > Cc: Andrew Morton <akpm@linux-foundation.org>
> > Cc: Greg KH <gregkh@linuxfoundation.org>
> > Cc: Ingo Molnar <mingo@kernel.org>
> > Cc: x86-ml <x86@kernel.org>
> > Cc: linux-kernel@vger.kernel.org
> > ---
> >  MAINTAINERS | 5 ++---
> >  1 file changed, 2 insertions(+), 3 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index a233b813207a..b508fc34087d 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -637,8 +637,7 @@ F:      drivers/gpu/drm/radeon/radeon_kfd.h
> >  F:      include/uapi/linux/kfd_ioctl.h
> >
> >  AMD MICROCODE UPDATE SUPPORT
> > -M:     Andreas Herrmann <herrmann.der.user@googlemail.com>
> > -L:     amd64-microcode@amd64.org
> 
> Is dropping the mailing list intentional?

I think that ML is gone now. But there might be some plans to revive it,
who knows...

Maybe Aravind does?

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--

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

* Re: [PATCH] MAINTAINERS: Change x86 microcode loader maintainer
  2015-03-30  9:43   ` Borislav Petkov
@ 2015-03-30 14:35     ` Aravind Gopalakrishnan
  0 siblings, 0 replies; 4+ messages in thread
From: Aravind Gopalakrishnan @ 2015-03-30 14:35 UTC (permalink / raw)
  To: Borislav Petkov, Geert Uytterhoeven
  Cc: LKML, Andreas Herrmann, Tigran Aivazian, Andrew Morton, Greg KH,
	Ingo Molnar, x86-ml

On 3/30/2015 4:43 AM, Borislav Petkov wrote:
> On Mon, Mar 30, 2015 at 11:26:34AM +0200, Geert Uytterhoeven wrote:
>> On Sun, Mar 29, 2015 at 3:56 PM, Borislav Petkov <bp@alien8.de> wrote:
>>> From: Borislav Petkov <bp@suse.de>
>>>
>>> Let's make it official - I've been doing this for a while now anyway.
>>>
>>> Signed-off-by: Borislav Petkov <bp@suse.de>
>>> Cc: Andreas Herrmann <herrmann.der.user@googlemail.com>
>>> Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
>>> Cc: Andrew Morton <akpm@linux-foundation.org>
>>> Cc: Greg KH <gregkh@linuxfoundation.org>
>>> Cc: Ingo Molnar <mingo@kernel.org>
>>> Cc: x86-ml <x86@kernel.org>
>>> Cc: linux-kernel@vger.kernel.org
>>> ---
>>>   MAINTAINERS | 5 ++---
>>>   1 file changed, 2 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index a233b813207a..b508fc34087d 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -637,8 +637,7 @@ F:      drivers/gpu/drm/radeon/radeon_kfd.h
>>>   F:      include/uapi/linux/kfd_ioctl.h
>>>
>>>   AMD MICROCODE UPDATE SUPPORT
>>> -M:     Andreas Herrmann <herrmann.der.user@googlemail.com>
>>> -L:     amd64-microcode@amd64.org
>> Is dropping the mailing list intentional?
> I think that ML is gone now. But there might be some plans to revive it,
> who knows...
>
> Maybe Aravind does?
>

Yeah, that ML is gone now.
The archives until 2012 was revived and made available here: 
http://www.x86-64.org/pipermail/amd64-microcode/


Thanks,
-Aravind.

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

end of thread, other threads:[~2015-03-30 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-29 13:56 [PATCH] MAINTAINERS: Change x86 microcode loader maintainer Borislav Petkov
2015-03-30  9:26 ` Geert Uytterhoeven
2015-03-30  9:43   ` Borislav Petkov
2015-03-30 14:35     ` Aravind Gopalakrishnan

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.