Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE'

From: Joe Perches
Date: Mon Mar 25 2019 - 17:28:23 EST


A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

16938 X86 MCE INFRASTRUCTURE
16939 M: Tony Luck <tony.luck@xxxxxxxxx>
16940 M: Borislav Petkov <bp@xxxxxxxxx>
16941 L: linux-edac@xxxxxxxxxxxxxxx
16942 S: Maintained
--> 16943 F: arch/x86/kernel/cpu/mcheck/*

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'arch/x86/kernel/cpu/mcheck/*':

commit c1f5c54b57341e872a9d375dccef7257f86033ef
Author: Ingo Molnar <mingo@xxxxxxx>
Date: Sat Jun 18 22:51:13 2011 +0200

x86, MAINTAINERS: Add x86 MCE people

Announce the new x86 MCE infrastructure maintainers.

Acked-by: Borislav Petkov <bp@xxxxxxxxx>
Acked-by: Tony Luck <tony.luck@xxxxxxxxx>
Acked-by: H. Peter Anvin <hpa@xxxxxxxxxxxxxxx>
Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Link: http://lkml.kernel.org/n/tip-8hs7yob6wib4vblmrmbpbav4@xxxxxxxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>

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

3: ---------------------------------------------------------------------------

The last commit with a real presence of file pattern 'arch/x86/kernel/cpu/mcheck/*':

commit 21afaf181362b4aeb5be72705d2914673b336149
Author: Borislav Petkov <bp@xxxxxxx>
Date: Sun Nov 18 15:15:05 2018 +0100

x86/mce: Streamline MCE subsystem's naming

Rename the containing folder to "mce" which is the most widespread name.
Drop the "mce[-_]" filename prefix of some compilation units (while
others don't have it).

This unifies the file naming in the MCE subsystem:

mce/
|-- amd.c
|-- apei.c
|-- core.c
|-- dev-mcelog.c
|-- genpool.c
|-- inject.c
|-- intel.c
|-- internal.h
|-- Makefile
|-- p5.c
|-- severity.c
|-- therm_throt.c
|-- threshold.c
`-- winchip.c

No functional changes.

Signed-off-by: Borislav Petkov <bp@xxxxxxx>
Reviewed-by: Ingo Molnar <mingo@xxxxxxxxxx>
Acked-by: Tony Luck <tony.luck@xxxxxxxxx>
Link: https://lkml.kernel.org/r/20181205141323.14995-1-bp@xxxxxxxxx

arch/x86/kernel/cpu/Makefile | 2 +-
arch/x86/kernel/cpu/{mcheck => mce}/Makefile | 10 +++++-----
arch/x86/kernel/cpu/{mcheck/mce_amd.c => mce/amd.c} | 2 +-
arch/x86/kernel/cpu/{mcheck/mce-apei.c => mce/apei.c} | 2 +-
arch/x86/kernel/cpu/{mcheck/mce.c => mce/core.c} | 2 +-
arch/x86/kernel/cpu/{mcheck => mce}/dev-mcelog.c | 2 +-
arch/x86/kernel/cpu/{mcheck/mce-genpool.c => mce/genpool.c} | 2 +-
arch/x86/kernel/cpu/{mcheck/mce-inject.c => mce/inject.c} | 2 +-
arch/x86/kernel/cpu/{mcheck/mce_intel.c => mce/intel.c} | 2 +-
arch/x86/kernel/cpu/{mcheck/mce-internal.h => mce/internal.h} | 0
arch/x86/kernel/cpu/{mcheck => mce}/p5.c | 0
arch/x86/kernel/cpu/{mcheck/mce-severity.c => mce/severity.c} | 2 +-
arch/x86/kernel/cpu/{mcheck => mce}/therm_throt.c | 0
arch/x86/kernel/cpu/{mcheck => mce}/threshold.c | 0
arch/x86/kernel/cpu/{mcheck => mce}/winchip.c | 0
15 files changed, 14 insertions(+), 14 deletions(-)