All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH blktests] CONTIRIBUTING, README: transfer maintainer role
@ 2022-05-25  2:04 Shin'ichiro Kawasaki
  2022-05-25  8:32 ` Damien Le Moal
  2022-05-25 22:13 ` Omar Sandoval
  0 siblings, 2 replies; 3+ messages in thread
From: Shin'ichiro Kawasaki @ 2022-05-25  2:04 UTC (permalink / raw)
  To: linux-block, Omar Sandoval
  Cc: Omar Sandoval, Damien Le Moal, Shin'ichiro Kawasaki

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.

Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
---
 CONTRIBUTING.md | 4 ++--
 README.md       | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

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 <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"`.
 
diff --git a/README.md b/README.md
index fcf07ff..4a1d73f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@
 
 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
+<osandov@fb.com> and [announced in 2017](https://lore.kernel.org/linux-block/20170512184905.GA15267@vader.DHCP.thefacebook.com/).
 
 ## Getting Started
 
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH blktests] CONTIRIBUTING, README: transfer maintainer role
  2022-05-25  2:04 [PATCH blktests] CONTIRIBUTING, README: transfer maintainer role Shin'ichiro Kawasaki
@ 2022-05-25  8:32 ` Damien Le Moal
  2022-05-25 22:13 ` Omar Sandoval
  1 sibling, 0 replies; 3+ messages in thread
From: Damien Le Moal @ 2022-05-25  8:32 UTC (permalink / raw)
  To: Shin'ichiro Kawasaki, linux-block, Omar Sandoval; +Cc: Omar Sandoval

On 5/25/22 11:04, Shin'ichiro Kawasaki wrote:
> 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.
> 
> Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>

Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>

> ---
>  CONTRIBUTING.md | 4 ++--
>  README.md       | 3 ++-
>  2 files changed, 4 insertions(+), 3 deletions(-)
> 
> 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 <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"`.
>  
> diff --git a/README.md b/README.md
> index fcf07ff..4a1d73f 100644
> --- a/README.md
> +++ b/README.md
> @@ -4,7 +4,8 @@
>  
>  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
> +<osandov@fb.com> and [announced in 2017](https://lore.kernel.org/linux-block/20170512184905.GA15267@vader.DHCP.thefacebook.com/).
>  
>  ## Getting Started
>  


-- 
Damien Le Moal
Western Digital Research

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH blktests] CONTIRIBUTING, README: transfer maintainer role
  2022-05-25  2:04 [PATCH blktests] CONTIRIBUTING, README: transfer maintainer role Shin'ichiro Kawasaki
  2022-05-25  8:32 ` Damien Le Moal
@ 2022-05-25 22:13 ` Omar Sandoval
  1 sibling, 0 replies; 3+ messages in thread
From: Omar Sandoval @ 2022-05-25 22:13 UTC (permalink / raw)
  To: Shin'ichiro Kawasaki; +Cc: linux-block, Omar Sandoval, Damien Le Moal

On Wed, May 25, 2022 at 11:04:24AM +0900, Shin'ichiro Kawasaki wrote:
> 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.
> 
> Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>

Thanks so much for taking over! I've applied your patch. I'll send an
announcement shortly.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-25 22:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25  2:04 [PATCH blktests] CONTIRIBUTING, README: transfer maintainer role Shin'ichiro Kawasaki
2022-05-25  8:32 ` Damien Le Moal
2022-05-25 22:13 ` Omar Sandoval

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.