2021-10-20 10:48:10

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: rectify entry for PSTORE FILESYSTEM

Commit 89a5bf0f22fd ("dt-bindings: reserved-memory: ramoops: Convert txt
bindings to yaml") converts ramoops.txt to ramoops.yaml, but missed to
adjust its reference in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
a broken reference.

Repair this file reference in PSTORE FILESYSTEM.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
applies cleanly on next-20211019

Please apply clean-up patch on top of commit above.

MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1ad9cbe46b53..cb84a0d46a24 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15336,7 +15336,7 @@ S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
F: Documentation/admin-guide/ramoops.rst
F: Documentation/admin-guide/pstore-blk.rst
-F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
+F: Documentation/devicetree/bindings/reserved-memory/ramoops.yaml
F: drivers/acpi/apei/erst.c
F: drivers/firmware/efi/efi-pstore.c
F: fs/pstore/
--
2.26.2


2021-10-20 11:57:50

by David Heidelberg

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: rectify entry for PSTORE FILESYSTEM

In Rob tree, there is already applied patch "dt-bindings:
reserved-memory: ramoops: update ramoops.yaml references" which should
fix it.
David

On Wed, Oct 20 2021 at 12:46:47 +0200, Lukas Bulwahn
<[email protected]> wrote:
> Commit 89a5bf0f22fd ("dt-bindings: reserved-memory: ramoops: Convert
> txt
> bindings to yaml") converts ramoops.txt to ramoops.yaml, but missed to
> adjust its reference in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains
> about
> a broken reference.
>
> Repair this file reference in PSTORE FILESYSTEM.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> applies cleanly on next-20211019
>
> Please apply clean-up patch on top of commit above.
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1ad9cbe46b53..cb84a0d46a24 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15336,7 +15336,7 @@ S: Maintained
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git
> for-next/pstore
> F: Documentation/admin-guide/ramoops.rst
> F: Documentation/admin-guide/pstore-blk.rst
> -F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
> +F: Documentation/devicetree/bindings/reserved-memory/ramoops.yaml
> F: drivers/acpi/apei/erst.c
> F: drivers/firmware/efi/efi-pstore.c
> F: fs/pstore/
> --
> 2.26.2
>