On Fri, Jul 31, 2015 at 07:20:44AM -0500, Dimitri Sivanich wrote: > On Fri, Jul 31, 2015 at 10:51:08AM +0530, Viresh Kumar wrote: > > On 30-07-15, 15:04, Christoph Lameter wrote: > > > You need to CC someone at SGI for this I guess. Robin? Nate? Dimitri? > > > > > > I am definitely not the right guy to be on the CC list. > > > > Sorry about that. It happened because get_maintainers failed to > > identify those people. Probably MAINTAINERS need some update ? > > > Yes, it probably does. Regardless, you've got two of the right people now > (myself and [email protected]). Maybe add [email protected]. Robin Holt does > not need to be on it.
Sorry I was out on vacation last week, but I whipped this up to help. Mike Travis usually handles the arch sections and the mailing list should provide a nice catch all given a few people are subscribed to it.
>From f5ef7784e0fe609a1d56cbaa20aea93e27cce274 Mon Sep 17 00:00:00 2001 From: Nathan Zimmer <[email protected]> Date: Tue, 4 Aug 2015 09:56:05 -0500 Subject: [PATCH] MAINTAINERS: Add some maintainers for the UV architecture. Currently there is a lack of maintainers for the UV architecture. We at SGI really should be stepping up here, if for no other reason then we have the hardware to test the occasional change. Signed-off-by: Nathan Zimmer <[email protected]> Signed-off-by: Mike Travis <[email protected]> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 907ce01..9c2beb3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10885,6 +10885,15 @@ W: http://en.wikipedia.org/wiki/Util-linux T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git S: Maintained +UV PLATFORM +M: Mike Travis <[email protected]> +M: [email protected] +S: Supported +F: arch/x86/kernel/apic/x2apic_uv_x.c +F: arch/x86/platform/uv/ +F: arch/x86/include/asm/uv/ +F: drivers/char/uv_mmtimer.c + UVESAFB DRIVER M: Michal Januszewski <[email protected]> L: [email protected] -- 1.8.2.1

