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 16:34:17 -0700
From:   "Luck, Tony" <tony.luck@...el.com>
To:     Joe Perches <joe@...ches.com>
Cc:     linux-kernel@...r.kernel.org, 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: [PATCH] MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE

Code restructuring renamed arch/x86/kernel/cpu/mcheck/ to
be arch/x86/kernel/cpu/mce/

Update the MAINTAINERS file pattern to account for this change.

Fixes: 21afaf181362 ("x86/mce: Streamline MCE subsystem's naming")
Reported-by: Joe Perches <joe@...ches.com>
Signed-off-by: Tony Luck <tony.luck@...el.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 384a70f01dc4..e5f3230d3f14 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16920,7 +16920,7 @@ M:	Tony Luck <tony.luck@...el.com>
 M:	Borislav Petkov <bp@...en8.de>
 L:	linux-edac@...r.kernel.org
 S:	Maintained
-F:	arch/x86/kernel/cpu/mcheck/*
+F:	arch/x86/kernel/cpu/mce/*
 
 X86 MICROCODE UPDATE SUPPORT
 M:	Borislav Petkov <bp@...en8.de>
-- 
2.19.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ