All of lore.kernel.org
 help / color / mirror / Atom feed
* MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them
@ 2019-03-25 21:22 Joe Perches
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ANALOG DEVICES INC AD7606 DRIVER' Joe Perches
                   ` (44 more replies)
  0 siblings, 45 replies; 162+ messages in thread
From: Joe Perches @ 2019-03-25 21:22 UTC (permalink / raw)
  To: LKML

Threaded onto this email are a few dozen defective F: patterns
and the commits that introduced the patterns and if found,
commits that either renamed or deleted the files that match the
pattern.

There's no good way to script a fix for these defective patterns
so I trust the appropriate maintainers will submit patches for
these defects.


^ permalink raw reply	[flat|nested] 162+ messages in thread
* MAINTAINERS: Update entry for EDAC-SKYLAKE
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE' Joe Perches
@ 2019-03-25 23:29 ` Luck, Tony
  -1 siblings, 0 replies; 162+ messages in thread
From: Luck, Tony @ 2019-03-25 23:29 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, linux-edac, Aristeu Rozanski, Borislav Petkov,
	Linus Torvalds, Qiuxu Zhuo

Code refactoring to share some source code with a new
EDAC driver resulted in renaming one file (skx_edac.c
became skx_base.c) and adding a new file (skx_common.c).

Update the file pattern in MAINTAINERS to take account of
this change.

Reported-by: Joe Perches <joe@perches.com>
Fixes: 98f2fc829e3b ("EDAC, skx_edac: Delete duplicated code")
Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e5a5d263f29..384a70f01dc4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5677,7 +5677,7 @@ EDAC-SKYLAKE
 M:	Tony Luck <tony.luck@intel.com>
 L:	linux-edac@vger.kernel.org
 S:	Maintained
-F:	drivers/edac/skx_edac.c
+F:	drivers/edac/skx_*.c
 
 EDAC-TI
 M:	Tero Kristo <t-kristo@ti.com>

^ permalink raw reply related	[flat|nested] 162+ messages in thread
* MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE
  2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE' Joe Perches
@ 2019-03-25 23:34 ` Luck, Tony
  -1 siblings, 0 replies; 162+ messages in thread
From: Luck, Tony @ 2019-03-25 23:34 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, Borislav Petkov, linux-edac, Borislav Petkov,
	H . Peter Anvin, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	Ingo Molnar

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@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.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@intel.com>
 M:	Borislav Petkov <bp@alien8.de>
 L:	linux-edac@vger.kernel.org
 S:	Maintained
-F:	arch/x86/kernel/cpu/mcheck/*
+F:	arch/x86/kernel/cpu/mce/*
 
 X86 MICROCODE UPDATE SUPPORT
 M:	Borislav Petkov <bp@alien8.de>

^ permalink raw reply related	[flat|nested] 162+ messages in thread
* MAINTAINERS: Add entry for EDAC-I10NM
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE' Joe Perches
@ 2019-03-25 23:56 ` Luck, Tony
  -1 siblings, 0 replies; 162+ messages in thread
From: Luck, Tony @ 2019-03-25 23:56 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, linux-edac, Aristeu Rozanski, Borislav Petkov,
	Linus Torvalds, Qiuxu Zhuo

We forgot to update the MAINTAINERS file when adding this
new driver.

Fixes: d4dc89d069aa ("EDAC, i10nm: Add a driver for Intel 10nm server processors")
Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e5f3230d3f14..86c4a5d95cca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5596,6 +5596,12 @@ L:	linux-edac@vger.kernel.org
 S:	Maintained
 F:	drivers/edac/ghes_edac.c
 
+EDAC-I10NM
+M:	Tony Luck <tony.luck@intel.com>
+L:	linux-edac@vger.kernel.org
+S:	Maintained
+F:	drivers/edac/i10nm_base.c
+
 EDAC-I3000
 L:	linux-edac@vger.kernel.org
 S:	Orphan

^ permalink raw reply related	[flat|nested] 162+ messages in thread
* [tip:ras/core] MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE
  2019-03-25 23:34 ` [PATCH] " Luck, Tony
@ 2019-03-26  7:28 ` tip-bot for Tony Luck
  -1 siblings, 0 replies; 162+ messages in thread
From: tip-bot for Borislav Petkov @ 2019-03-26  7:28 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: nicolas.ferre, tony.luck, tglx, davem, joe, hpa, gregkh, mingo,
	mchehab+samsung, linux-edac, linux-kernel, bp, hpa

Commit-ID:  1762058319f1cf34b11fc6b82678828ecc88c8ee
Gitweb:     https://git.kernel.org/tip/1762058319f1cf34b11fc6b82678828ecc88c8ee
Author:     Tony Luck <tony.luck@intel.com>
AuthorDate: Mon, 25 Mar 2019 16:34:17 -0700
Committer:  Borislav Petkov <bp@suse.de>
CommitDate: Tue, 26 Mar 2019 08:23:53 +0100

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@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: "H. Peter Anvin" <hpa@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: https://lkml.kernel.org/r/20190325233416.GB8869@agluck-desk
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf70b548..58acbc246adc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16910,7 +16910,7 @@ M:	Tony Luck <tony.luck@intel.com>
 M:	Borislav Petkov <bp@alien8.de>
 L:	linux-edac@vger.kernel.org
 S:	Maintained
-F:	arch/x86/kernel/cpu/mcheck/*
+F:	arch/x86/kernel/cpu/mce/*
 
 X86 MICROCODE UPDATE SUPPORT
 M:	Borislav Petkov <bp@alien8.de>

^ permalink raw reply related	[flat|nested] 162+ messages in thread
* MAINTAINERS: Add entry for EDAC-I10NM
  2019-03-25 23:56 ` [PATCH] " Luck, Tony
@ 2019-03-26  7:33 ` Borislav Petkov
  -1 siblings, 0 replies; 162+ messages in thread
From: Borislav Petkov @ 2019-03-26  7:33 UTC (permalink / raw)
  To: Luck, Tony
  Cc: Joe Perches, linux-kernel, linux-edac, Aristeu Rozanski,
	Linus Torvalds, Qiuxu Zhuo

On Mon, Mar 25, 2019 at 04:56:27PM -0700, Luck, Tony wrote:
> We forgot to update the MAINTAINERS file when adding this
> new driver.
> 
> Fixes: d4dc89d069aa ("EDAC, i10nm: Add a driver for Intel 10nm server processors")
> Signed-off-by: Tony Luck <tony.luck@intel.com>
> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e5f3230d3f14..86c4a5d95cca 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5596,6 +5596,12 @@ L:	linux-edac@vger.kernel.org
>  S:	Maintained
>  F:	drivers/edac/ghes_edac.c
>  
> +EDAC-I10NM
> +M:	Tony Luck <tony.luck@intel.com>
> +L:	linux-edac@vger.kernel.org
> +S:	Maintained
> +F:	drivers/edac/i10nm_base.c
> +
>  EDAC-I3000
>  L:	linux-edac@vger.kernel.org
>  S:	Orphan
> -- 

All 3 applied,
thanks.

^ permalink raw reply	[flat|nested] 162+ messages in thread

end of thread, other threads:[~2019-09-30 20:48 UTC | newest]

Thread overview: 162+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ANALOG DEVICES INC AD7606 DRIVER' Joe Perches
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT' Joe Perches
2019-03-25 21:24   ` Joe Perches
2019-08-13  6:10   ` [PATCH] MAINTAINERS: Update path to physmap-versatile.c Denis Efremov
2019-08-13  6:10     ` Denis Efremov
2019-08-13  6:32     ` [RESEND PATCH] " Denis Efremov
2019-08-13  6:32       ` Denis Efremov
2019-08-13  7:20       ` Linus Walleij
2019-08-13  7:20         ` Linus Walleij
2019-09-10 11:46         ` Denis Efremov
2019-09-10 11:46           ` Denis Efremov
2019-09-30 20:48     ` [RESEND v2 " Denis Efremov
2019-09-30 20:48       ` Denis Efremov
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/NUVOTON NPCM ARCHITECTURE' Joe Perches
2019-03-26 12:18   ` Tomer Maimon
2019-03-26 17:41     ` Brendan Higgins
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT' Joe Perches
     [not found]   ` <cover.1553577179.git.amit.kucheria@linaro.org>
2019-03-26  5:18     ` [PATCH v1 1/1] MAINTAINERS: fix typo in file name Amit Kucheria
2019-03-26  5:30       ` Vinod Koul
2019-03-27 13:45       ` Mukesh Ojha
2019-03-26  5:21   ` Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT' Amit Kucheria
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Joe Perches
2019-03-25 21:24   ` Joe Perches
2019-03-26  5:28   ` Vinod Koul
2019-03-26  5:28     ` Vinod Koul
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER' Joe Perches
2019-03-26  9:32   ` Charles Keepax
2019-03-25 21:24 ` Joe Perches
2019-03-25 21:25 ` Joe Perches
2019-03-25 21:25 ` Joe Perches
2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE' Joe Perches
2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'ETHERNET PHY LIBRARY' Joe Perches
2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'FUTEX SUBSYSTEM' Joe Perches
2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS' Joe Perches
2019-03-26  7:02   ` Tianyu Lan
2019-08-13  6:04   ` [PATCH] MAINTAINERS: Hyper-V: Fix typo in a filepath Denis Efremov
2019-08-13 14:36     ` Tianyu Lan
2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'I3C SUBSYSTEM' Joe Perches
2019-03-25 21:25   ` Joe Perches
2019-03-30  7:51   ` Boris Brezillon
2019-03-30  7:51     ` Boris Brezillon
2019-03-25 21:26 ` Bad file pattern in MAINTAINERS section 'IBM Power in-Nest Crypto Acceleration' Joe Perches
2019-08-13  6:06   ` [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath Denis Efremov
2019-08-22  5:55     ` Herbert Xu
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'IEEE 802.15.4 SUBSYSTEM' Joe Perches
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED' Joe Perches
2019-03-25 21:27   ` Joe Perches
2019-03-26 11:37   ` Jarkko Sakkinen
2019-03-26 11:37     ` Jarkko Sakkinen
2019-03-26 12:10     ` Mimi Zohar
2019-03-26 12:10       ` Mimi Zohar
2019-03-26 14:25       ` James Bottomley
2019-03-26 14:25         ` James Bottomley
2019-03-26 14:59         ` Denis Kenzior
2019-03-26 14:59           ` Denis Kenzior
2019-03-26 16:25           ` James Bottomley
2019-03-26 16:25             ` James Bottomley
2019-03-27  4:58           ` Jarkko Sakkinen
2019-03-27  4:58             ` Jarkko Sakkinen
2019-03-27  4:54         ` Jarkko Sakkinen
2019-03-27  4:54           ` Jarkko Sakkinen
2019-08-13  6:57   ` Denis Efremov
2019-08-13  6:57     ` Denis Efremov
2019-08-15 21:57     ` Jarkko Sakkinen
2019-08-15 21:57       ` Jarkko Sakkinen
2019-08-15 22:12       ` [RESEND PATCH] MAINTAINERS: keys: Update path to trusted.h Denis Efremov
2019-08-16 18:58         ` Jarkko Sakkinen
2019-09-10 11:50           ` Denis Efremov
2019-09-14 13:50             ` Jarkko Sakkinen
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MELLANOX ETHERNET INNOVA IPSEC DRIVER' Joe Perches
2019-03-25 21:27 ` Joe Perches
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON2 ARCHITECTURE' Joe Perches
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON3 ARCHITECTURE' Joe Perches
2019-03-25 21:27 ` Joe Perches
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'NET_FAILOVER MODULE' Joe Perches
2019-08-13  6:05   ` [PATCH] MAINTAINERS: net_failover: Fix typo in a filepath Denis Efremov
2019-08-14 17:24     ` David Miller
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'NOKIA N900 POWER SUPPLY DRIVERS' Joe Perches
2019-08-13  6:13   ` [PATCH] MAINTAINERS: N900: Remove isp1704_charger.h record Denis Efremov
2019-08-13  6:54     ` Pali Rohár
2019-09-02  8:00     ` Sebastian Reichel
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'QUALCOMM ETHQOS ETHERNET DRIVER' Joe Perches
2019-03-26  5:12   ` Vinod Koul
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER' Joe Perches
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER' Joe Perches
2019-03-26 11:42   ` Krzysztof Kozlowski
2019-08-13  7:09     ` Denis Efremov
2019-08-13  9:22       ` Łukasz Stelmach
2019-08-13  9:22         ` Łukasz Stelmach
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'SELINUX SECURITY MODULE' Joe Perches
2019-03-25 21:58   ` [PATCH] " Casey Schaufler
2019-03-25 22:02     ` Joe Perches
2019-03-25 22:22       ` Casey Schaufler
2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM' Joe Perches
2019-03-25 21:28 ` Joe Perches
2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER' Joe Perches
2019-08-13  6:00   ` [PATCH] MAINTAINERS: dw axi dmac: Fix typo in a path Denis Efremov
2019-08-13  6:36     ` [RESEND PATCH] " Denis Efremov
2019-08-20 11:33     ` [PATCH] " Vinod Koul
2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE' Joe Perches
2019-03-25 23:30 ` Bad file pattern in MAINTAINERS section 'ARM KOMEDA DRM-KMS DRIVER' Joe Perches
2019-03-26 10:25   ` Liviu Dudau
2019-03-26 10:32   ` [PATCH] MAINTAINERS: Fix pattern for Documentation path for Arm Mali Komeda Liviu Dudau
2019-03-27  6:21     ` james qian wang (Arm Technology China)
2019-03-25 23:35 ` Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard' Joe Perches
2019-03-25 23:35   ` Joe Perches
2019-03-25 23:38   ` Joe Perches
2019-03-25 23:38     ` Joe Perches
2019-03-27 11:39   ` Michael Ellerman
2019-08-13  5:58 ` [PATCH] MAINTAINERS: altera-sysmgr: Fix typo in a filepath Denis Efremov
2019-08-13  6:16   ` Lee Jones
2019-08-13  6:02 ` [PATCH] MAINTAINERS: ftm-quaddec: " Denis Efremov
2019-08-13  9:26   ` Patrick Havelange
2019-08-13  6:03 ` [PATCH] MAINTAINERS: hantro: " Denis Efremov
2019-08-13  6:07 ` [PATCH] MAINTAINERS: r8169: Update path to the driver Denis Efremov
2019-08-13 21:52   ` Heiner Kallweit
2019-08-14 12:12     ` Denis Efremov
2019-08-14 12:14       ` Denis Efremov
2019-08-14 18:33       ` Heiner Kallweit
2019-08-16 19:58       ` David Miller
2019-08-13  6:09 ` [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path Denis Efremov
2019-08-29 20:00   ` Wolfram Sang
2019-08-30  8:28     ` Maxime Ripard
2019-08-30  8:31     ` Gregory CLEMENT
2019-08-30 12:38   ` Wolfram Sang
2019-08-13  6:09 ` [PATCH] MAINTAINERS: ip masquerading: Update path to the driver Denis Efremov
2019-08-13  8:58   ` Pablo Neira Ayuso
2019-08-14 12:35     ` [PATCH] MAINTAINERS: Remove IP MASQUERADING record Denis Efremov
2019-08-19 10:19       ` Pablo Neira Ayuso
2019-08-13  6:10 ` [PATCH] MAINTAINERS: Update path to tcb_clksrc.c Denis Efremov
2019-08-13  6:10   ` Denis Efremov
2019-08-13  8:11   ` Nicolas.Ferre
2019-08-13  8:11     ` Nicolas.Ferre
2019-08-14  9:08     ` Alexandre Belloni
2019-08-14  9:08       ` Alexandre Belloni
2019-08-23  8:20       ` Nicolas.Ferre
2019-08-23  8:20         ` Nicolas.Ferre
2019-08-13  6:13 ` [PATCH] MAINTAINERS: iomap: Remove fs/iomap.c record Denis Efremov
2019-08-13 15:13   ` Darrick J. Wong
2019-08-13  6:14 ` [PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record Denis Efremov
2019-08-13 11:45   ` Andrew Lunn
2019-08-14  0:55   ` Florian Fainelli
2019-08-14 12:58     ` [PATCH] MAINTAINERS: PHY LIBRARY: Update files in the record Denis Efremov
2019-08-14 18:39       ` Florian Fainelli
2019-08-16 19:55       ` David Miller
2019-08-13  6:15 ` [PATCH] MAINTAINERS: Remove FMC subsystem Denis Efremov
2019-08-13  8:54   ` Linus Walleij
2019-08-13 21:20     ` Denis Efremov
2019-08-23  7:54       ` Linus Walleij
2019-08-13  9:41   ` Federico Vaga
2019-08-13  6:16 ` [PATCH] MAINTAINERS: Remove zoran driver Denis Efremov
  -- strict thread matches above, loose matches on Subject: below --
2019-03-25 23:29 MAINTAINERS: Update entry for EDAC-SKYLAKE Luck, Tony
2019-03-25 23:29 ` [PATCH] " Luck, Tony
2019-03-25 23:34 MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE Luck, Tony
2019-03-25 23:34 ` [PATCH] " Luck, Tony
2019-03-25 23:56 MAINTAINERS: Add entry for EDAC-I10NM Luck, Tony
2019-03-25 23:56 ` [PATCH] " Luck, Tony
2019-03-26  7:28 [tip:ras/core] MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE tip-bot for Borislav Petkov
2019-03-26  7:28 ` tip-bot for Tony Luck
2019-03-26  7:33 MAINTAINERS: Add entry for EDAC-I10NM Borislav Petkov
2019-03-26  7:33 ` [PATCH] " Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.