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]
Date: Fri, 16 Feb 2024 09:19:17 +0100
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Kent Overstreet <kent.overstreet@...ux.dev>,
	"Darrick J . Wong" <djwong@...nel.org>,
	linux-bcachefs@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: repair file entries in THREAD WITH FILE

Commit ead021e0fe5b ("thread_with_file: Lift from bcachefs") adds the
section THREAD WITH FILE with file entries to the relevant header files
thread_with_file.h and thread_with_file_types.h in include/linux/.

The commit however unintentionally refers to files with a .c extension, but
the header files are of course with .h extension. Fortunately, the script
'./scripts/get_maintainer.pl --self-test=patterns' notices that.

Adjust the file entries to use the right extension.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 37bcf01bf1d1..d881bddabf17 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22025,8 +22025,8 @@ M:	Kent Overstreet <kent.overstreet@...ux.dev>
 M:	Darrick J. Wong <djwong@...nel.org>
 L:	linux-bcachefs@...r.kernel.org
 S:	Maintained
-F:	include/linux/thread_with_file.c
-F:	include/linux/thread_with_file_types.c
+F:	include/linux/thread_with_file.h
+F:	include/linux/thread_with_file_types.h
 F:	lib/thread_with_file.c
 
 THUNDERBOLT DMA TRAFFIC TEST DRIVER
-- 
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ