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-next>] [day] [month] [year] [list]
Date:	Tue, 9 Jun 2015 17:30:11 -0400
From:	Steven Rostedt <rostedt@...dmis.org>
To:	LKML <linux-kernel@...r.kernel.org>
Cc:	Jens Axboe <axboe@...nel.dk>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] blktrace: Add blktrace.c to BLOCK LAYER in MAINTAINERS file

blktrace.c is currently maintained by Jens Axboe as it is used for
debugging the block layer. That file should be added to the MAINTAINERS
file under BLOCK LAYER, such that people will know to Cc the BLOCK
LAYER maintainer when modifying that file.

Currently:

 $ scripts/get_maintainer.pl -f kernel/trace/blktrace.c 
 Steven Rostedt <rostedt@...dmis.org> (maintainer:TRACING)
 Ingo Molnar <mingo@...hat.com> (maintainer:TRACING)
 linux-kernel@...r.kernel.org (open list)

After the patch:

 $ scripts/get_maintainer.pl -f kernel/trace/blktrace.c 
 Jens Axboe <axboe@...nel.dk> (maintainer:BLOCK LAYER)
 Steven Rostedt <rostedt@...dmis.org> (maintainer:TRACING)
 Ingo Molnar <mingo@...hat.com> (maintainer:TRACING)
 linux-kernel@...r.kernel.org (open list)

Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 590304b96b03..5a24051a7f3f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2048,6 +2048,7 @@ M:	Jens Axboe <axboe@...nel.dk>
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
 S:	Maintained
 F:	block/
+F:	kernel/trace/blktrace.c
 
 BLOCK2MTD DRIVER
 M:	Joern Engel <joern@...ybastard.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ