* [PATCH] xen-blk: add myself as maintainer of xen-blk{back/front}
@ 2015-01-23 16:14 Roger Pau Monne
2015-01-23 16:55 ` Konrad Rzeszutek Wilk
2015-01-23 17:00 ` David Vrabel
0 siblings, 2 replies; 4+ messages in thread
From: Roger Pau Monne @ 2015-01-23 16:14 UTC (permalink / raw)
To: linux-kernel
Cc: Roger Pau Monne, Konrad Rzeszutek Wilk, Boris Ostrovsky,
David Vrabel, xen-devel
I've done quite a lot of work in blkfront/blkback, and I usually end up
looking at the patches, so add myself as maintainer together with Konrad.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: David Vrabel <david.vrabel@citrix.com>
Cc: xen-devel@lists.xenproject.org
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c721042..96e129c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10351,6 +10351,7 @@ F: drivers/pci/*xen*
XEN BLOCK SUBSYSTEM
M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
+M: Roger Pau Monné <roger.pau@citrix.com>
L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
S: Supported
F: drivers/block/xen-blkback/*
--
1.9.3 (Apple Git-50)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] xen-blk: add myself as maintainer of xen-blk{back/front}
2015-01-23 16:14 [PATCH] xen-blk: add myself as maintainer of xen-blk{back/front} Roger Pau Monne
@ 2015-01-23 16:55 ` Konrad Rzeszutek Wilk
2015-01-23 17:00 ` David Vrabel
1 sibling, 0 replies; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-01-23 16:55 UTC (permalink / raw)
To: Roger Pau Monne; +Cc: linux-kernel, Boris Ostrovsky, David Vrabel, xen-devel
On Fri, Jan 23, 2015 at 05:14:29PM +0100, Roger Pau Monne wrote:
> I've done quite a lot of work in blkfront/blkback, and I usually end up
> looking at the patches, so add myself as maintainer together with Konrad.
>
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thank you!
> Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
> Cc: David Vrabel <david.vrabel@citrix.com>
> Cc: xen-devel@lists.xenproject.org
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c721042..96e129c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10351,6 +10351,7 @@ F: drivers/pci/*xen*
>
> XEN BLOCK SUBSYSTEM
> M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> +M: Roger Pau Monné <roger.pau@citrix.com>
> L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
> S: Supported
> F: drivers/block/xen-blkback/*
> --
> 1.9.3 (Apple Git-50)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] xen-blk: add myself as maintainer of xen-blk{back/front}
2015-01-23 16:14 [PATCH] xen-blk: add myself as maintainer of xen-blk{back/front} Roger Pau Monne
2015-01-23 16:55 ` Konrad Rzeszutek Wilk
@ 2015-01-23 17:00 ` David Vrabel
2015-01-23 17:09 ` Konrad Rzeszutek Wilk
1 sibling, 1 reply; 4+ messages in thread
From: David Vrabel @ 2015-01-23 17:00 UTC (permalink / raw)
To: Roger Pau Monne, linux-kernel
Cc: Konrad Rzeszutek Wilk, Boris Ostrovsky, xen-devel
On 23/01/15 16:14, Roger Pau Monne wrote:
> I've done quite a lot of work in blkfront/blkback, and I usually end up
> looking at the patches, so add myself as maintainer together with Konrad.
Thanks, Roger.
I can take care of shovelling the patches onto the xen/tip.git if you
don't have a kernel.org account.
David
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] xen-blk: add myself as maintainer of xen-blk{back/front}
2015-01-23 17:00 ` David Vrabel
@ 2015-01-23 17:09 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-01-23 17:09 UTC (permalink / raw)
To: David Vrabel; +Cc: Roger Pau Monne, linux-kernel, Boris Ostrovsky, xen-devel
On Fri, Jan 23, 2015 at 05:00:00PM +0000, David Vrabel wrote:
> On 23/01/15 16:14, Roger Pau Monne wrote:
> > I've done quite a lot of work in blkfront/blkback, and I usually end up
> > looking at the patches, so add myself as maintainer together with Konrad.
>
> Thanks, Roger.
>
> I can take care of shovelling the patches onto the xen/tip.git if you
> don't have a kernel.org account.
Please keep in mind that these patches need to go through Jens Axboe as
he is the block maintainer.
So the flow would have to be Roger -> David -> Roger posting GIT PULL To Jens -> Jens -> Linus.
>
> David
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-23 17:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 16:14 [PATCH] xen-blk: add myself as maintainer of xen-blk{back/front} Roger Pau Monne
2015-01-23 16:55 ` Konrad Rzeszutek Wilk
2015-01-23 17:00 ` David Vrabel
2015-01-23 17:09 ` Konrad Rzeszutek Wilk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).