]> www.infradead.org Git - users/hch/blktests.git/commitdiff
CONTIRIBUTING, README: transfer maintainer role
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Wed, 25 May 2022 02:04:24 +0000 (11:04 +0900)
committerOmar Sandoval <osandov@fb.com>
Wed, 25 May 2022 22:11:52 +0000 (15:11 -0700)
To offload blktests maintenance overhead from Omar, I volunteer to take
the blktests maintainer role. Replace Omar's name and e-mail address in
CONTRIBUTING.md with mine. Also note his original authorship in
README.md.

Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
CONTRIBUTING.md
README.md

index 9bda2c4ee248c0efb154dab341c4ff5b57065b18..fd232b72c78f68427835a1ce125437b99ad2d134 100644 (file)
@@ -2,8 +2,8 @@
 
 You can contribute to blktests by opening a pull request to the [blktests
 GitHub repository](https://github.com/osandov/blktests) or by sending patches
-to the <linux-block@vger.kernel.org> mailing list and Omar Sandoval
-<osandov@fb.com>. If sending patches, please generate the patch with `git
+to the <linux-block@vger.kernel.org> mailing list and Shin'ichiro Kawasaki
+<shinichiro.kawasaki@wdc.com>. If sending patches, please generate the patch with `git
 format-patch --subject-prefix="PATCH blktests"`. Consider configuring git to do
 this for you with `git config --local format.subjectPrefix "PATCH blktests"`.
 
index fcf07ffd3762a1cf0e738e3a2ac314960953a4ff..186fc3b2825556fbfac2866d21ad9b1e1f114fc2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,9 @@
 
 blktests is a test framework for the Linux kernel block layer and storage
 stack. It is inspired by the [xfstests](https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/)
-filesystem testing framework.
+filesystem testing framework. It was originally written by Omar Sandoval and
+[announced in
+2017](https://lore.kernel.org/linux-block/20170512184905.GA15267@vader.DHCP.thefacebook.com/).
 
 ## Getting Started