lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 25 Mar 2019 14:25:06 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Tony Luck <tony.luck@...el.com>, linux-edac@...r.kernel.org,
        Aristeu Rozanski <aris@...hat.com>,
        Borislav Petkov <bp@...e.de>,
        Linus Torvalds <torvalds@...ux-foundation.org>,
        Qiuxu Zhuo <qiuxu.zhuo@...el.com>
Subject: Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE'

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@...el.com>
	5686	L:	linux-edac@...r.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@...el.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@...hat.com>
    Acked-by: Borislav Petkov <bp@...e.de>
    Signed-off-by: Tony Luck <tony.luck@...el.com>
    Signed-off-by: Linus Torvalds <torvalds@...ux-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@...el.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@...el.com>
    Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@...el.com>
    Signed-off-by: Tony Luck <tony.luck@...el.com>
    Signed-off-by: Borislav Petkov <bp@...e.de>
    Cc: James Morse <james.morse@....com>
    Cc: Mauro Carvalho Chehab <mchehab@...nel.org>
    Cc: linux-edac <linux-edac@...r.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ