diff options
author | Tony Luck <tony.luck@intel.com> | 2019-03-26 00:34:17 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2019-03-26 08:23:53 +0100 |
commit | 1762058319f1cf34b11fc6b82678828ecc88c8ee (patch) | |
tree | 0dc26084e0d575d50e045f1adcef0a7f0075affc | |
parent | x86/MCE: Group AMD function prototypes in <asm/mce.h> (diff) | |
download | linux-1762058319f1cf34b11fc6b82678828ecc88c8ee.tar.xz linux-1762058319f1cf34b11fc6b82678828ecc88c8ee.zip |
MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE
Code restructuring renamed arch/x86/kernel/cpu/mcheck/ to
be arch/x86/kernel/cpu/mce/
Update the MAINTAINERS file pattern to account for this change.
Fixes: 21afaf181362 ("x86/mce: Streamline MCE subsystem's naming")
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: "H. Peter Anvin" <hpa@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: https://lkml.kernel.org/r/20190325233416.GB8869@agluck-desk
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e17ebf70b548..58acbc246adc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16910,7 +16910,7 @@ M: Tony Luck <tony.luck@intel.com> M: Borislav Petkov <bp@alien8.de> L: linux-edac@vger.kernel.org S: Maintained -F: arch/x86/kernel/cpu/mcheck/* +F: arch/x86/kernel/cpu/mce/* X86 MICROCODE UPDATE SUPPORT M: Borislav Petkov <bp@alien8.de> |