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:

        5684    EDAC-SKYLAKE
        5685    M:      Tony Luck <[email protected]>
        5686    L:      [email protected]
        5687    S:      Maintained
-->     5688    F:      drivers/edac/skx_edac.c

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

The most recent commit that added or modified file pattern 
'drivers/edac/skx_edac.c':

commit 4ec656bdf43a13a655a8259b79dd63bc1f0b1e41
Author: Tony Luck <[email protected]>
Date:   Sat Aug 20 16:27:58 2016 -0700

    EDAC, skx_edac: Add EDAC driver for Skylake
    
    This is an entirely new driver instead of yet another set of patches
    to sb_edac.c because:
    
    1) Mapping from PCI devices to socket/memory controller is significantly
       different. Skylake scatters devices on a socket across a number of
       PCI buses.
    2) There is an extra level of interleaving via the "mcroute" register
       that would be a little messy to squeeze into the old driver.
    3) Validation is getting too expensive. Changes to sb_edac need to
       be checked against Sandy Bridge, Ivy Bridge, Haswell, Broadwell and
       Knights Landing.
    
    Acked-by: Aristeu Rozanski <[email protected]>
    Acked-by: Borislav Petkov <[email protected]>
    Signed-off-by: Tony Luck <[email protected]>
    Signed-off-by: Linus Torvalds <[email protected]>

 MAINTAINERS             |    6 +
 drivers/edac/Kconfig    |    8 +
 drivers/edac/Makefile   |    1 +
 drivers/edac/skx_edac.c | 1121 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1136 insertions(+)

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

The last commit with a real presence of file pattern 'drivers/edac/skx_edac.c':

commit 98f2fc829e3b55a0ff1b82753fc1e10941535cb9
Author: Qiuxu Zhuo <[email protected]>
Date:   Wed Jan 30 11:15:18 2019 -0800

    EDAC, skx_edac: Delete duplicated code
    
    Delete the duplicated code from skx_edac.c and rename skx_edac.c to
    skx_base.c. Update the Makefile to build the skx_edac driver from
    skx_base.c and skx_common.c.
    
    Add SPDX to skx_base.c and clean out unnecessary #include lines.
    
     [ bp: Drop the license boilerplate - there's an SPDX identifier now. ]
    
    Co-developed-by: Tony Luck <[email protected]>
    Signed-off-by: Qiuxu Zhuo <[email protected]>
    Signed-off-by: Tony Luck <[email protected]>
    Signed-off-by: Borislav Petkov <[email protected]>
    Cc: James Morse <[email protected]>
    Cc: Mauro Carvalho Chehab <[email protected]>
    Cc: linux-edac <[email protected]>
    Link: https://lkml.kernel.org/r/[email protected]

 drivers/edac/Makefile   |    4 +-
 drivers/edac/skx_base.c |  650 +++++++++++++++++++++++
 drivers/edac/skx_edac.c | 1358 -----------------------------------------------
 3 files changed, 653 insertions(+), 1359 deletions(-)

Reply via email to