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>] [day] [month] [year] [list]
Message-ID: <20240906075321.51507-1-lukas.bulwahn@redhat.com>
Date: Fri,  6 Sep 2024 09:53:15 +0200
From: Lukas Bulwahn <lbulwahn@...hat.com>
To: Rafał Miłecki <rafal@...ecki.pl>,
	Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Cc: kernel-janitors@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Lukas Bulwahn <lukas.bulwahn@...hat.com>
Subject: [PATCH] MAINTAINERS: adjust file entry in U-BOOT ENVIRONMENT VARIABLES

From: Lukas Bulwahn <lukas.bulwahn@...hat.com>

Commit 2fcea44e1ba1 ("dt-bindings: nvmem: convert U-Boot env to a layout")
moves u-boot,env.yaml, but does not adjust the file entry in the U-BOOT
ENVIRONMENT VARIABLES section referring to this file. Hence,
./scripts/get_maintainer.pl --self-test=patterns complains about a broken
reference.

Adjust the file entry after the device-tree binding has been moved.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...hat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c28f04234ad1..b4ed239518ae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23563,7 +23563,7 @@ F:	drivers/media/pci/tw686x/
 U-BOOT ENVIRONMENT VARIABLES
 M:	Rafał Miłecki <rafal@...ecki.pl>
 S:	Maintained
-F:	Documentation/devicetree/bindings/nvmem/u-boot,env.yaml
+F:	Documentation/devicetree/bindings/nvmem/layouts/u-boot,env.yaml
 F:	drivers/nvmem/u-boot-env.c
 
 UACCE ACCELERATOR FRAMEWORK
-- 
2.46.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ