Konrad Rzeszutek Wilk
2013-Feb-25 16:36 UTC
[PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
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
Ian Campbell
2013-Feb-25 16:56 UTC
Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
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>
Konrad Rzeszutek Wilk
2013-Feb-25 19:00 UTC
Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
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 >
Konrad Rzeszutek Wilk
2013-Feb-25 19:07 UTC
Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
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?
Jeremy Fitzhardinge
2013-Feb-25 23:33 UTC
Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
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 >>
Ian Campbell
2013-Feb-26 09:45 UTC
Re: [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:> 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.
Ian Campbell
2013-Feb-26 16:28 UTC
Re: [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:> 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?
Ian Jackson
2013-Feb-26 16:42 UTC
Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
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.
Ian Campbell
2013-Feb-26 16:44 UTC
Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
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.
Keir Fraser
2013-Feb-26 16:52 UTC
Re: [PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
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
Possibly Parallel Threads
- Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
- Re: [PATCH] add netconsole support for xen-netfront
- Fwd: BUG in linux+v3.2.1/drivers/xen/xen-pciback/pci_stub.c
- [PATCH 2/4] xen: switch to use hypervisor_cpuid_base()
- [PATCH 2/4] xen: switch to use hypervisor_cpuid_base()