All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
@ 2013-02-25 16:36 Konrad Rzeszutek Wilk
  2013-02-25 16:56 ` Ian Campbell
  0 siblings, 1 reply; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-02-25 16:36 UTC (permalink / raw)
  To: xen-devel; +Cc: Konrad Rzeszutek Wilk

And also put my name behind the mainternship.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0358a3e..e2252fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -193,8 +193,9 @@ F:	xen/include/xen/iommu.h
 
 LINUX (PV_OPS)
 M:	Jeremy Fitzhardinge <jeremy@goop.org>
+M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 S:	Supported
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
 
 LINUX (XCP)
 M:	Ian Campbell <ian.campbell@citrix.com>
-- 
1.8.0.2

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

* Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
  2013-02-25 16:36 [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen Konrad Rzeszutek Wilk
@ 2013-02-25 16:56 ` Ian Campbell
  2013-02-25 19:00   ` Konrad Rzeszutek Wilk
  2013-02-25 19:07   ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 10+ messages in thread
From: Ian Campbell @ 2013-02-25 16:56 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel@lists.xensource.com

On Mon, 2013-02-25 at 16:36 +0000, Konrad Rzeszutek Wilk wrote:
> And also put my name behind the mainternship.

I think you could also safely remove Jeremy these days?

Maybe we should have a Linux style CREDITS file to retain the names of
historical contributors/maintainers?

> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0358a3e..e2252fc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -193,8 +193,9 @@ F:	xen/include/xen/iommu.h
>  
>  LINUX (PV_OPS)
>  M:	Jeremy Fitzhardinge <jeremy@goop.org>
> +M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>  S:	Supported
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
>  
>  LINUX (XCP)
>  M:	Ian Campbell <ian.campbell@citrix.com>

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

* Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
  2013-02-25 16:56 ` Ian Campbell
@ 2013-02-25 19:00   ` Konrad Rzeszutek Wilk
  2013-02-25 23:33     ` Jeremy Fitzhardinge
  2013-02-25 19:07   ` Konrad Rzeszutek Wilk
  1 sibling, 1 reply; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-02-25 19:00 UTC (permalink / raw)
  To: Ian Campbell, jeremy; +Cc: xen-devel@lists.xensource.com

On Mon, Feb 25, 2013 at 04:56:30PM +0000, Ian Campbell wrote:
> On Mon, 2013-02-25 at 16:36 +0000, Konrad Rzeszutek Wilk wrote:
> > And also put my name behind the mainternship.
> 
> I think you could also safely remove Jeremy these days?

Jeremy, are you OK with me removing your name from it and
> 
> Maybe we should have a Linux style CREDITS file to retain the names of
> historical contributors/maintainers?

.. transferring it in a new CREDITS file?

> 
> > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> 
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
> 
> > ---
> >  MAINTAINERS | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 0358a3e..e2252fc 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -193,8 +193,9 @@ F:	xen/include/xen/iommu.h
> >  
> >  LINUX (PV_OPS)
> >  M:	Jeremy Fitzhardinge <jeremy@goop.org>
> > +M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> >  S:	Supported
> > -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
> > +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
> >  
> >  LINUX (XCP)
> >  M:	Ian Campbell <ian.campbell@citrix.com>
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
> 

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

* Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
  2013-02-25 16:56 ` Ian Campbell
  2013-02-25 19:00   ` Konrad Rzeszutek Wilk
@ 2013-02-25 19:07   ` Konrad Rzeszutek Wilk
  2013-02-26  9:45     ` Ian Campbell
  2013-02-26 16:28     ` Ian Campbell
  1 sibling, 2 replies; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-02-25 19:07 UTC (permalink / raw)
  To: Ian Campbell, jeremy; +Cc: xen-devel@lists.xensource.com

On Mon, Feb 25, 2013 at 04:56:30PM +0000, Ian Campbell wrote:
> On Mon, 2013-02-25 at 16:36 +0000, Konrad Rzeszutek Wilk wrote:
> > And also put my name behind the mainternship.
> 
> I think you could also safely remove Jeremy these days?
> 
> Maybe we should have a Linux style CREDITS file to retain the names of
> historical contributors/maintainers?

Like this:

>From b9c7cead3b2fec155548436ec46e0dabbb74e33b Mon Sep 17 00:00:00 2001
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Date: Mon, 25 Feb 2013 14:04:55 -0500
Subject: [PATCH] CREDITS: First checkin.

Adding Jeremy and moving him from the MAINTAINERS file.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 CREDITS     | 16 ++++++++++++++++
 MAINTAINERS |  1 -
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 CREDITS

diff --git a/CREDITS b/CREDITS
new file mode 100644
index 0000000..eaf05bf
--- /dev/null
+++ b/CREDITS
@@ -0,0 +1,16 @@
+    This is at least a partial credits-file of people that have
+    contributed to the Xen project.  It is sorted by name and
+    formatted to allow easy grepping and beautification by
+    scripts.  The fields are: name (N), email (E), web-address
+    (W), PGP key ID and fingerprint (P), description (D), and
+    snail-mail address (S).
+    Thanks,
+
+            Xen team
+----------
+
+N: Jeremy Fitzhardinge
+E: jeremy@goop.org
+W: http://www.goop.org/~jeremy
+P: 1B40B6D0
+D: Linux pvops

I didn't put his physical address b/c I don't know if he would like
it there?

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

* Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
  2013-02-25 19:00   ` Konrad Rzeszutek Wilk
@ 2013-02-25 23:33     ` Jeremy Fitzhardinge
  0 siblings, 0 replies; 10+ messages in thread
From: Jeremy Fitzhardinge @ 2013-02-25 23:33 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel@lists.xensource.com, Ian Campbell

On 02/25/2013 11:00 AM, Konrad Rzeszutek Wilk wrote:
> On Mon, Feb 25, 2013 at 04:56:30PM +0000, Ian Campbell wrote:
>> On Mon, 2013-02-25 at 16:36 +0000, Konrad Rzeszutek Wilk wrote:
>>> And also put my name behind the mainternship.
>> I think you could also safely remove Jeremy these days?
> Jeremy, are you OK with me removing your name from it and
>> Maybe we should have a Linux style CREDITS file to retain the names of
>> historical contributors/maintainers?
> .. transferring it in a new CREDITS file?

Yup, no problem.

    J

>
>>> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>> Acked-by: Ian Campbell <ian.campbell@citrix.com>
>>
>>> ---
>>>  MAINTAINERS | 3 ++-
>>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 0358a3e..e2252fc 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -193,8 +193,9 @@ F:	xen/include/xen/iommu.h
>>>  
>>>  LINUX (PV_OPS)
>>>  M:	Jeremy Fitzhardinge <jeremy@goop.org>
>>> +M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>>>  S:	Supported
>>> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>>> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
>>>  
>>>  LINUX (XCP)
>>>  M:	Ian Campbell <ian.campbell@citrix.com>
>>
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xen.org
>> http://lists.xen.org/xen-devel
>>

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

* Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
  2013-02-25 19:07   ` Konrad Rzeszutek Wilk
@ 2013-02-26  9:45     ` Ian Campbell
  2013-02-26 16:28     ` Ian Campbell
  1 sibling, 0 replies; 10+ messages in thread
From: Ian Campbell @ 2013-02-26  9:45 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: jeremy@goop.org, xen-devel@lists.xensource.com

On Mon, 2013-02-25 at 19:07 +0000, Konrad Rzeszutek Wilk wrote:
> On Mon, Feb 25, 2013 at 04:56:30PM +0000, Ian Campbell wrote:
> > On Mon, 2013-02-25 at 16:36 +0000, Konrad Rzeszutek Wilk wrote:
> > > And also put my name behind the mainternship.
> > 
> > I think you could also safely remove Jeremy these days?
> > 
> > Maybe we should have a Linux style CREDITS file to retain the names of
> > historical contributors/maintainers?
> 
> Like this:
> 
> From b9c7cead3b2fec155548436ec46e0dabbb74e33b Mon Sep 17 00:00:00 2001
> From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Date: Mon, 25 Feb 2013 14:04:55 -0500
> Subject: [PATCH] CREDITS: First checkin.
> 
> Adding Jeremy and moving him from the MAINTAINERS file.
> 
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

> ---
>  CREDITS     | 16 ++++++++++++++++
>  MAINTAINERS |  1 -
>  2 files changed, 16 insertions(+), 1 deletion(-)
>  create mode 100644 CREDITS
> 
> diff --git a/CREDITS b/CREDITS
> new file mode 100644
> index 0000000..eaf05bf
> --- /dev/null
> +++ b/CREDITS
> @@ -0,0 +1,16 @@
> +    This is at least a partial credits-file of people that have
> +    contributed to the Xen project.  It is sorted by name and
> +    formatted to allow easy grepping and beautification by
> +    scripts.  The fields are: name (N), email (E), web-address
> +    (W), PGP key ID and fingerprint (P), description (D), and
> +    snail-mail address (S).
> +    Thanks,
> +
> +            Xen team
> +----------
> +
> +N: Jeremy Fitzhardinge
> +E: jeremy@goop.org
> +W: http://www.goop.org/~jeremy
> +P: 1B40B6D0
> +D: Linux pvops
> 
> I didn't put his physical address b/c I don't know if he would like
> it there?

I don't think I would want mine in there, seems like a bit on an
anachronism anyhow ;-).

Ian.

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

* Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
  2013-02-25 19:07   ` Konrad Rzeszutek Wilk
  2013-02-26  9:45     ` Ian Campbell
@ 2013-02-26 16:28     ` Ian Campbell
  2013-02-26 16:42       ` Ian Jackson
  2013-02-26 16:52       ` Keir Fraser
  1 sibling, 2 replies; 10+ messages in thread
From: Ian Campbell @ 2013-02-26 16:28 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: jeremy@goop.org, xen-devel@lists.xensource.com

On Mon, 2013-02-25 at 19:07 +0000, Konrad Rzeszutek Wilk wrote:
> On Mon, Feb 25, 2013 at 04:56:30PM +0000, Ian Campbell wrote:
> > On Mon, 2013-02-25 at 16:36 +0000, Konrad Rzeszutek Wilk wrote:
> > > And also put my name behind the mainternship.
> > 
> > I think you could also safely remove Jeremy these days?
> > 
> > Maybe we should have a Linux style CREDITS file to retain the names of
> > historical contributors/maintainers?
> 
> Like this:
> 
> From b9c7cead3b2fec155548436ec46e0dabbb74e33b Mon Sep 17 00:00:00 2001
> From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Date: Mon, 25 Feb 2013 14:04:55 -0500
> Subject: [PATCH] CREDITS: First checkin.
> 
> Adding Jeremy and moving him from the MAINTAINERS file.
> 
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> ---
>  CREDITS     | 16 ++++++++++++++++
>  MAINTAINERS |  1 -

This hunk bit wasn't in the patch and didn't make it into the commit
IanJ just made?

>  2 files changed, 16 insertions(+), 1 deletion(-)
>  create mode 100644 CREDITS
> 
> diff --git a/CREDITS b/CREDITS
> new file mode 100644
> index 0000000..eaf05bf
> --- /dev/null
> +++ b/CREDITS
> @@ -0,0 +1,16 @@
> +    This is at least a partial credits-file of people that have
> +    contributed to the Xen project.  It is sorted by name and
> +    formatted to allow easy grepping and beautification by
> +    scripts.  The fields are: name (N), email (E), web-address
> +    (W), PGP key ID and fingerprint (P), description (D), and
> +    snail-mail address (S).
> +    Thanks,
> +
> +            Xen team
> +----------
> +
> +N: Jeremy Fitzhardinge
> +E: jeremy@goop.org
> +W: http://www.goop.org/~jeremy
> +P: 1B40B6D0
> +D: Linux pvops
> 
> I didn't put his physical address b/c I don't know if he would like
> it there?

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

* Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
  2013-02-26 16:28     ` Ian Campbell
@ 2013-02-26 16:42       ` Ian Jackson
  2013-02-26 16:44         ` Ian Campbell
  2013-02-26 16:52       ` Keir Fraser
  1 sibling, 1 reply; 10+ messages in thread
From: Ian Jackson @ 2013-02-26 16:42 UTC (permalink / raw)
  To: Ian Campbell
  Cc: jeremy@goop.org, xen-devel@lists.xensource.com,
	Konrad Rzeszutek Wilk

Ian Campbell writes ("Re: [Xen-devel] [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen."):
> On Mon, 2013-02-25 at 19:07 +0000, Konrad Rzeszutek Wilk wrote:
> > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> > ---
> >  CREDITS     | 16 ++++++++++++++++
> >  MAINTAINERS |  1 -
> 
> This hunk bit wasn't in the patch and didn't make it into the commit
> IanJ just made?

I haven't made any commit to CREDITS or MAINTAINERS...

Ian.

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

* Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
  2013-02-26 16:42       ` Ian Jackson
@ 2013-02-26 16:44         ` Ian Campbell
  0 siblings, 0 replies; 10+ messages in thread
From: Ian Campbell @ 2013-02-26 16:44 UTC (permalink / raw)
  To: Ian Jackson
  Cc: jeremy@goop.org, xen-devel@lists.xensource.com,
	Konrad Rzeszutek Wilk

On Tue, 2013-02-26 at 16:42 +0000, Ian Jackson wrote:
> Ian Campbell writes ("Re: [Xen-devel] [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen."):
> > On Mon, 2013-02-25 at 19:07 +0000, Konrad Rzeszutek Wilk wrote:
> > > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> > > ---
> > >  CREDITS     | 16 ++++++++++++++++
> > >  MAINTAINERS |  1 -
> > 
> > This hunk bit wasn't in the patch and didn't make it into the commit
> > IanJ just made?
> 
> I haven't made any commit to CREDITS or MAINTAINERS...

Sorry, it was actually Keir.

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

* Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
  2013-02-26 16:28     ` Ian Campbell
  2013-02-26 16:42       ` Ian Jackson
@ 2013-02-26 16:52       ` Keir Fraser
  1 sibling, 0 replies; 10+ messages in thread
From: Keir Fraser @ 2013-02-26 16:52 UTC (permalink / raw)
  To: Ian Campbell, Konrad Rzeszutek Wilk
  Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com

On 26/02/2013 16:28, "Ian Campbell" <Ian.Campbell@citrix.com> wrote:

> On Mon, 2013-02-25 at 19:07 +0000, Konrad Rzeszutek Wilk wrote:
>> On Mon, Feb 25, 2013 at 04:56:30PM +0000, Ian Campbell wrote:
>>> On Mon, 2013-02-25 at 16:36 +0000, Konrad Rzeszutek Wilk wrote:
>>>> And also put my name behind the mainternship.
>>> 
>>> I think you could also safely remove Jeremy these days?
>>> 
>>> Maybe we should have a Linux style CREDITS file to retain the names of
>>> historical contributors/maintainers?
>> 
>> Like this:
>> 
>> From b9c7cead3b2fec155548436ec46e0dabbb74e33b Mon Sep 17 00:00:00 2001
>> From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>> Date: Mon, 25 Feb 2013 14:04:55 -0500
>> Subject: [PATCH] CREDITS: First checkin.
>> 
>> Adding Jeremy and moving him from the MAINTAINERS file.
>> 
>> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>> ---
>>  CREDITS     | 16 ++++++++++++++++
>>  MAINTAINERS |  1 -
> 
> This hunk bit wasn't in the patch and didn't make it into the commit
> IanJ just made?

I missed that (I checked it in). Fixed now.

 -- Keir

>>  2 files changed, 16 insertions(+), 1 deletion(-)
>>  create mode 100644 CREDITS
>> 
>> diff --git a/CREDITS b/CREDITS
>> new file mode 100644
>> index 0000000..eaf05bf
>> --- /dev/null
>> +++ b/CREDITS
>> @@ -0,0 +1,16 @@
>> +    This is at least a partial credits-file of people that have
>> +    contributed to the Xen project.  It is sorted by name and
>> +    formatted to allow easy grepping and beautification by
>> +    scripts.  The fields are: name (N), email (E), web-address
>> +    (W), PGP key ID and fingerprint (P), description (D), and
>> +    snail-mail address (S).
>> +    Thanks,
>> +
>> +            Xen team
>> +----------
>> +
>> +N: Jeremy Fitzhardinge
>> +E: jeremy@goop.org
>> +W: http://www.goop.org/~jeremy
>> +P: 1B40B6D0
>> +D: Linux pvops
>> 
>> I didn't put his physical address b/c I don't know if he would like
>> it there?
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2013-02-26 16:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 16:36 [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen Konrad Rzeszutek Wilk
2013-02-25 16:56 ` Ian Campbell
2013-02-25 19:00   ` Konrad Rzeszutek Wilk
2013-02-25 23:33     ` Jeremy Fitzhardinge
2013-02-25 19:07   ` Konrad Rzeszutek Wilk
2013-02-26  9:45     ` Ian Campbell
2013-02-26 16:28     ` Ian Campbell
2013-02-26 16:42       ` Ian Jackson
2013-02-26 16:44         ` Ian Campbell
2013-02-26 16:52       ` Keir Fraser

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.