From: Shin'ichiro Kawasaki Date: Wed, 25 May 2022 02:04:24 +0000 (+0900) Subject: CONTIRIBUTING, README: transfer maintainer role X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3ab437e8834208400b18b13d801bfb2e2752c0d1;p=users%2Fhch%2Fblktests.git CONTIRIBUTING, README: transfer maintainer role 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 Signed-off-by: Shin'ichiro Kawasaki --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9bda2c4..fd232b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 mailing list and Omar Sandoval -. If sending patches, please generate the patch with `git +to the mailing list and Shin'ichiro Kawasaki +. 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"`. diff --git a/README.md b/README.md index fcf07ff..186fc3b 100644 --- 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