All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update nvme entry
@ 2020-07-06 19:43 Keith Busch
  2020-07-07  6:16 ` Klaus Jensen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Keith Busch @ 2020-07-06 19:43 UTC (permalink / raw)
  To: qemu-block, qemu-devel, Kevin Wolf; +Cc: Keith Busch, Klaus Jensen

The nvme emulated device development pace has increased recently.  Klaus
has offered to co-maintain, and since we have many new contributions
coming through, we're adding a repository to accumulate and test new
features.

Cc: Klaus Jensen <its@irrelevant.dk>
Signed-off-by: Keith Busch <kbusch@kernel.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c31c878c63..fbeba04dc5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1793,10 +1793,12 @@ F: include/hw/virtio/virtio-crypto.h
 
 nvme
 M: Keith Busch <kbusch@kernel.org>
+M: Klaus Jensen <its@irrelevant.dk>
 L: qemu-block@nongnu.org
 S: Supported
 F: hw/block/nvme*
 F: tests/qtest/nvme-test.c
+T: git git://git.infradead.org/qemu-nvme.git nvme-next
 
 megasas
 M: Hannes Reinecke <hare@suse.com>
-- 
2.24.1



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

* Re: [PATCH] MAINTAINERS: update nvme entry
  2020-07-06 19:43 [PATCH] MAINTAINERS: update nvme entry Keith Busch
@ 2020-07-07  6:16 ` Klaus Jensen
  2020-07-07  6:30 ` Philippe Mathieu-Daudé
  2020-07-07 15:26 ` Kevin Wolf
  2 siblings, 0 replies; 7+ messages in thread
From: Klaus Jensen @ 2020-07-07  6:16 UTC (permalink / raw)
  To: Keith Busch; +Cc: Kevin Wolf, qemu-devel, qemu-block

On Jul  6 12:43, Keith Busch wrote:
> The nvme emulated device development pace has increased recently.  Klaus
> has offered to co-maintain, and since we have many new contributions
> coming through, we're adding a repository to accumulate and test new
> features.
> 
> Cc: Klaus Jensen <its@irrelevant.dk>
> Signed-off-by: Keith Busch <kbusch@kernel.org>

Acked-by: <k.jensen@samsung.com>

> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c31c878c63..fbeba04dc5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1793,10 +1793,12 @@ F: include/hw/virtio/virtio-crypto.h
>  
>  nvme
>  M: Keith Busch <kbusch@kernel.org>
> +M: Klaus Jensen <its@irrelevant.dk>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: hw/block/nvme*
>  F: tests/qtest/nvme-test.c
> +T: git git://git.infradead.org/qemu-nvme.git nvme-next
>  
>  megasas
>  M: Hannes Reinecke <hare@suse.com>
> -- 
> 2.24.1
> 
> 


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

* Re: [PATCH] MAINTAINERS: update nvme entry
  2020-07-06 19:43 [PATCH] MAINTAINERS: update nvme entry Keith Busch
  2020-07-07  6:16 ` Klaus Jensen
@ 2020-07-07  6:30 ` Philippe Mathieu-Daudé
  2020-07-07  6:49   ` Klaus Jensen
  2020-07-07 15:26 ` Kevin Wolf
  2 siblings, 1 reply; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-07-07  6:30 UTC (permalink / raw)
  To: Keith Busch, qemu-block, qemu-devel, Kevin Wolf; +Cc: Klaus Jensen

On 7/6/20 9:43 PM, Keith Busch wrote:
> The nvme emulated device development pace has increased recently.  Klaus
> has offered to co-maintain, and since we have many new contributions
> coming through, we're adding a repository to accumulate and test new
> features.

Thanks Klaus for helping!

> 
> Cc: Klaus Jensen <its@irrelevant.dk>
> Signed-off-by: Keith Busch <kbusch@kernel.org>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c31c878c63..fbeba04dc5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1793,10 +1793,12 @@ F: include/hw/virtio/virtio-crypto.h
>  
>  nvme
>  M: Keith Busch <kbusch@kernel.org>
> +M: Klaus Jensen <its@irrelevant.dk>

Is that the correct email you want to use?

Regardless:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

>  L: qemu-block@nongnu.org
>  S: Supported
>  F: hw/block/nvme*
>  F: tests/qtest/nvme-test.c
> +T: git git://git.infradead.org/qemu-nvme.git nvme-next
>  
>  megasas
>  M: Hannes Reinecke <hare@suse.com>
> 



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

* Re: [PATCH] MAINTAINERS: update nvme entry
  2020-07-07  6:30 ` Philippe Mathieu-Daudé
@ 2020-07-07  6:49   ` Klaus Jensen
  0 siblings, 0 replies; 7+ messages in thread
From: Klaus Jensen @ 2020-07-07  6:49 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Keith Busch, Kevin Wolf, qemu-devel, qemu-block

On Jul  7 08:30, Philippe Mathieu-Daudé wrote:
> On 7/6/20 9:43 PM, Keith Busch wrote:
> > The nvme emulated device development pace has increased recently.  Klaus
> > has offered to co-maintain, and since we have many new contributions
> > coming through, we're adding a repository to accumulate and test new
> > features.
> 
> Thanks Klaus for helping!
> 
> > 
> > Cc: Klaus Jensen <its@irrelevant.dk>
> > Signed-off-by: Keith Busch <kbusch@kernel.org>
> > ---
> >  MAINTAINERS | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index c31c878c63..fbeba04dc5 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1793,10 +1793,12 @@ F: include/hw/virtio/virtio-crypto.h
> >  
> >  nvme
> >  M: Keith Busch <kbusch@kernel.org>
> > +M: Klaus Jensen <its@irrelevant.dk>
> 
> Is that the correct email you want to use?
> 

Yes that is correct. I prefer getting CC'ed on that address, but yes, I
sign off with and use my @samsung.com address for commits.

> Regardless:
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> 
> >  L: qemu-block@nongnu.org
> >  S: Supported
> >  F: hw/block/nvme*
> >  F: tests/qtest/nvme-test.c
> > +T: git git://git.infradead.org/qemu-nvme.git nvme-next
> >  
> >  megasas
> >  M: Hannes Reinecke <hare@suse.com>
> > 
> 
> 


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

* Re: [PATCH] MAINTAINERS: update nvme entry
  2020-07-06 19:43 [PATCH] MAINTAINERS: update nvme entry Keith Busch
  2020-07-07  6:16 ` Klaus Jensen
  2020-07-07  6:30 ` Philippe Mathieu-Daudé
@ 2020-07-07 15:26 ` Kevin Wolf
  2020-07-08 17:03   ` Keith Busch
  2 siblings, 1 reply; 7+ messages in thread
From: Kevin Wolf @ 2020-07-07 15:26 UTC (permalink / raw)
  To: Keith Busch; +Cc: Klaus Jensen, qemu-devel, qemu-block

Am 06.07.2020 um 21:43 hat Keith Busch geschrieben:
> The nvme emulated device development pace has increased recently.  Klaus
> has offered to co-maintain, and since we have many new contributions
> coming through, we're adding a repository to accumulate and test new
> features.
> 
> Cc: Klaus Jensen <its@irrelevant.dk>
> Signed-off-by: Keith Busch <kbusch@kernel.org>

I assume that you'll merge this as the first thing through your new
tree, so instead of applying, I'll just add:

Acked-by: Kevin Wolf <kwolf@redhat.com>



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

* Re: [PATCH] MAINTAINERS: update nvme entry
  2020-07-07 15:26 ` Kevin Wolf
@ 2020-07-08 17:03   ` Keith Busch
  2020-07-08 17:13     ` Kevin Wolf
  0 siblings, 1 reply; 7+ messages in thread
From: Keith Busch @ 2020-07-08 17:03 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: Klaus Jensen, qemu-devel, qemu-block

On Tue, Jul 07, 2020 at 05:26:13PM +0200, Kevin Wolf wrote:
> Am 06.07.2020 um 21:43 hat Keith Busch geschrieben:
> > The nvme emulated device development pace has increased recently.  Klaus
> > has offered to co-maintain, and since we have many new contributions
> > coming through, we're adding a repository to accumulate and test new
> > features.
> > 
> > Cc: Klaus Jensen <its@irrelevant.dk>
> > Signed-off-by: Keith Busch <kbusch@kernel.org>
> 
> I assume that you'll merge this as the first thing through your new
> tree, so instead of applying, I'll just add:

Thanks, I've started the new branch with this as the first commit. We'll
wait at least a few more days to see if we've agreement on new patches
before sending our pull request.


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

* Re: [PATCH] MAINTAINERS: update nvme entry
  2020-07-08 17:03   ` Keith Busch
@ 2020-07-08 17:13     ` Kevin Wolf
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Wolf @ 2020-07-08 17:13 UTC (permalink / raw)
  To: Keith Busch; +Cc: Klaus Jensen, qemu-devel, qemu-block

Am 08.07.2020 um 19:03 hat Keith Busch geschrieben:
> On Tue, Jul 07, 2020 at 05:26:13PM +0200, Kevin Wolf wrote:
> > Am 06.07.2020 um 21:43 hat Keith Busch geschrieben:
> > > The nvme emulated device development pace has increased recently.  Klaus
> > > has offered to co-maintain, and since we have many new contributions
> > > coming through, we're adding a repository to accumulate and test new
> > > features.
> > > 
> > > Cc: Klaus Jensen <its@irrelevant.dk>
> > > Signed-off-by: Keith Busch <kbusch@kernel.org>
> > 
> > I assume that you'll merge this as the first thing through your new
> > tree, so instead of applying, I'll just add:
> 
> Thanks, I've started the new branch with this as the first commit. We'll
> wait at least a few more days to see if we've agreement on new patches
> before sending our pull request.

We're now in the freeze for 5.1 anyway, so everything except fixes (and
I guess the MAINTAINERS update if you do send something) will have to
wait until after the release.

Kevin



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

end of thread, other threads:[~2020-07-08 22:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06 19:43 [PATCH] MAINTAINERS: update nvme entry Keith Busch
2020-07-07  6:16 ` Klaus Jensen
2020-07-07  6:30 ` Philippe Mathieu-Daudé
2020-07-07  6:49   ` Klaus Jensen
2020-07-07 15:26 ` Kevin Wolf
2020-07-08 17:03   ` Keith Busch
2020-07-08 17:13     ` Kevin Wolf

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.