Message ID | 20200706194342.1996219-1-kbusch@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: update nvme entry | expand |
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 > >
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> >
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> > > > >
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>
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.
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
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>
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(+)