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:28:11 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Tony Luck <tony.luck@...el.com>, Borislav Petkov <bp@...en8.de>,
        linux-edac@...r.kernel.org, Borislav Petkov <bp@...64.org>,
        "H . Peter Anvin" <hpa@...ux.intel.com>,
        Thomas Gleixner <tglx@...utronix.de>,
        Ingo Molnar <mingo@...e.hu>, Borislav Petkov <bp@...e.de>,
        Ingo Molnar <mingo@...nel.org>
Subject: Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE'

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@...el.com>
	16940	M:	Borislav Petkov <bp@...en8.de>
	16941	L:	linux-edac@...r.kernel.org
	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@...e.hu>
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@...64.org>
    Acked-by: Tony Luck <tony.luck@...el.com>
    Acked-by: H. Peter Anvin <hpa@...ux.intel.com>
    Acked-by: Thomas Gleixner <tglx@...utronix.de>
    Link: http://lkml.kernel.org/n/tip-8hs7yob6wib4vblmrmbpbav4@git.kernel.org
    Signed-off-by: Ingo Molnar <mingo@...e.hu>

 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@...e.de>
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@...e.de>
    Reviewed-by: Ingo Molnar <mingo@...nel.org>
    Acked-by: Tony Luck <tony.luck@...el.com>
    Link: https://lkml.kernel.org/r/20181205141323.14995-1-bp@alien8.de

 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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ