lkml.org 
[lkml]   [2019]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectBad file pattern in MAINTAINERS section 'EDAC-SKYLAKE'
Date
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 <tony.luck@intel.com>
5686 L: linux-edac@vger.kernel.org
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 <tony.luck@intel.com>
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 <aris@redhat.com>
Acked-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

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 <qiuxu.zhuo@intel.com>
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 <tony.luck@intel.com>
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: James Morse <james.morse@arm.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: https://lkml.kernel.org/r/20190130191519.15393-4-tony.luck@intel.com

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

\
 
 \ /
  Last update: 2019-03-25 22:25    [W:0.822 / U:0.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site