All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/golang: Add myself as maintainer
@ 2017-04-06 14:57 George Dunlap
  2017-04-06 19:52 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 5+ messages in thread
From: George Dunlap @ 2017-04-06 14:57 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
---
Andrew Cooper <andrew.cooper3@citrix.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Jan Beulich <jbeulich@suse.com>
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Stefano Stabellini <sstabellini@kernel.org>
Tim Deegan <tim@xen.org>
Wei Liu <wei.liu2@citrix.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c38bcd4..050cb35 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -206,6 +206,13 @@ S:	Supported
 F:	xen/arch/x86/debug.c
 F:	tools/debugger/gdbsx/
 
+GOLANG BINDINGS
+M:      George Dunlap <george.dunlap@citrix.com>
+M:	Ian Jackson <ian.jackson@eu.citrix.com>
+M:	Wei Liu <wei.liu2@citrix.com>
+S:      Supported
+F:      tools/golang
+
 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
 M:	Gang Wei <gang.wei@intel.com>
 M:	Shane Wang <shane.wang@intel.com>
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] tools/golang: Add myself as maintainer
  2017-04-06 14:57 [PATCH] tools/golang: Add myself as maintainer George Dunlap
@ 2017-04-06 19:52 ` Konrad Rzeszutek Wilk
  2017-04-10 10:37   ` George Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2017-04-06 19:52 UTC (permalink / raw)
  To: George Dunlap; +Cc: xen-devel

On Thu, Apr 06, 2017 at 03:57:06PM +0100, George Dunlap wrote:
> Signed-off-by: George Dunlap <george.dunlap@citrix.com>
> ---
> Andrew Cooper <andrew.cooper3@citrix.com>
> Ian Jackson <ian.jackson@eu.citrix.com>
> Jan Beulich <jbeulich@suse.com>
> Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Stefano Stabellini <sstabellini@kernel.org>
> Tim Deegan <tim@xen.org>
> Wei Liu <wei.liu2@citrix.com>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c38bcd4..050cb35 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -206,6 +206,13 @@ S:	Supported
>  F:	xen/arch/x86/debug.c
>  F:	tools/debugger/gdbsx/
>  
> +GOLANG BINDINGS
> +M:      George Dunlap <george.dunlap@citrix.com>
> +M:	Ian Jackson <ian.jackson@eu.citrix.com>
> +M:	Wei Liu <wei.liu2@citrix.com>

Something is off with the spaces/tabs?

> +S:      Supported
> +F:      tools/golang
> +
>  INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
>  M:	Gang Wei <gang.wei@intel.com>
>  M:	Shane Wang <shane.wang@intel.com>
> -- 
> 2.1.4
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> https://lists.xen.org/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] tools/golang: Add myself as maintainer
  2017-04-06 19:52 ` Konrad Rzeszutek Wilk
@ 2017-04-10 10:37   ` George Dunlap
  2017-04-10 11:21     ` George Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: George Dunlap @ 2017-04-10 10:37 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1122 bytes --]

On 06/04/17 20:52, Konrad Rzeszutek Wilk wrote:
> On Thu, Apr 06, 2017 at 03:57:06PM +0100, George Dunlap wrote:
>> Signed-off-by: George Dunlap <george.dunlap@citrix.com>
>> ---
>> Andrew Cooper <andrew.cooper3@citrix.com>
>> Ian Jackson <ian.jackson@eu.citrix.com>
>> Jan Beulich <jbeulich@suse.com>
>> Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>> Stefano Stabellini <sstabellini@kernel.org>
>> Tim Deegan <tim@xen.org>
>> Wei Liu <wei.liu2@citrix.com>
>> ---
>>  MAINTAINERS | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index c38bcd4..050cb35 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -206,6 +206,13 @@ S:	Supported
>>  F:	xen/arch/x86/debug.c
>>  F:	tools/debugger/gdbsx/
>>  
>> +GOLANG BINDINGS
>> +M:      George Dunlap <george.dunlap@citrix.com>
>> +M:	Ian Jackson <ian.jackson@eu.citrix.com>
>> +M:	Wei Liu <wei.liu2@citrix.com>
> 
> Something is off with the spaces/tabs?

So it would seem... my emacs seems to never want to add tabs when I
type, but will leave them there when I copy-and-paste.

Attached is a patch with all tabs.

 -George


[-- Attachment #2: 0001-tools-golang-Add-myself-as-maintainer.patch --]
[-- Type: text/x-diff, Size: 1160 bytes --]

>From 60a6f69a6b1bed54c607638f4597e70b9cdaabed Mon Sep 17 00:00:00 2001
From: George Dunlap <george.dunlap@citrix.com>
Date: Thu, 6 Apr 2017 15:52:10 +0100
Subject: [PATCH] tools/golang: Add myself as maintainer

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
---
Changes since v1: Fix tabs

CC: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Jackson <ian.jackson@eu.citrix.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Tim Deegan <tim@xen.org>
CC: Wei Liu <wei.liu2@citrix.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c38bcd4..050cb35 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -206,6 +206,13 @@ S:	Supported
 F:	xen/arch/x86/debug.c
 F:	tools/debugger/gdbsx/
 
+GOLANG BINDINGS
+M:      George Dunlap <george.dunlap@citrix.com>
+M:	Ian Jackson <ian.jackson@eu.citrix.com>
+M:	Wei Liu <wei.liu2@citrix.com>
+S:      Supported
+F:      tools/golang
+
 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
 M:	Gang Wei <gang.wei@intel.com>
 M:	Shane Wang <shane.wang@intel.com>
-- 
2.1.4


[-- Attachment #3: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] tools/golang: Add myself as maintainer
  2017-04-10 10:37   ` George Dunlap
@ 2017-04-10 11:21     ` George Dunlap
  2017-04-10 13:31       ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 5+ messages in thread
From: George Dunlap @ 2017-04-10 11:21 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1232 bytes --]

On 10/04/17 11:37, George Dunlap wrote:
> On 06/04/17 20:52, Konrad Rzeszutek Wilk wrote:
>> On Thu, Apr 06, 2017 at 03:57:06PM +0100, George Dunlap wrote:
>>> Signed-off-by: George Dunlap <george.dunlap@citrix.com>
>>> ---
>>> Andrew Cooper <andrew.cooper3@citrix.com>
>>> Ian Jackson <ian.jackson@eu.citrix.com>
>>> Jan Beulich <jbeulich@suse.com>
>>> Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>>> Stefano Stabellini <sstabellini@kernel.org>
>>> Tim Deegan <tim@xen.org>
>>> Wei Liu <wei.liu2@citrix.com>
>>> ---
>>>  MAINTAINERS | 7 +++++++
>>>  1 file changed, 7 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index c38bcd4..050cb35 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -206,6 +206,13 @@ S:	Supported
>>>  F:	xen/arch/x86/debug.c
>>>  F:	tools/debugger/gdbsx/
>>>  
>>> +GOLANG BINDINGS
>>> +M:      George Dunlap <george.dunlap@citrix.com>
>>> +M:	Ian Jackson <ian.jackson@eu.citrix.com>
>>> +M:	Wei Liu <wei.liu2@citrix.com>
>>
>> Something is off with the spaces/tabs?
> 
> So it would seem... my emacs seems to never want to add tabs when I
> type, but will leave them there when I copy-and-paste.
> 
> Attached is a patch with all tabs.

Sorry, try this one instead...

 -George

[-- Attachment #2: 0001-tools-golang-Add-myself-as-maintainer.patch --]
[-- Type: text/x-diff, Size: 1145 bytes --]

>From b12d39d102dd06c3639b647b2d9064045fd6e977 Mon Sep 17 00:00:00 2001
From: George Dunlap <george.dunlap@citrix.com>
Date: Thu, 6 Apr 2017 15:52:10 +0100
Subject: [PATCH] tools/golang: Add myself as maintainer

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
---
Changes since v1: Fix tabs

CC: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Jackson <ian.jackson@eu.citrix.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Tim Deegan <tim@xen.org>
CC: Wei Liu <wei.liu2@citrix.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c38bcd4..b43a501 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -206,6 +206,13 @@ S:	Supported
 F:	xen/arch/x86/debug.c
 F:	tools/debugger/gdbsx/
 
+GOLANG BINDINGS
+M:	George Dunlap <george.dunlap@citrix.com>
+M:	Ian Jackson <ian.jackson@eu.citrix.com>
+M:	Wei Liu <wei.liu2@citrix.com>
+S:	Supported
+F:	tools/golang
+
 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
 M:	Gang Wei <gang.wei@intel.com>
 M:	Shane Wang <shane.wang@intel.com>
-- 
2.1.4


[-- Attachment #3: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] tools/golang: Add myself as maintainer
  2017-04-10 11:21     ` George Dunlap
@ 2017-04-10 13:31       ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2017-04-10 13:31 UTC (permalink / raw)
  To: George Dunlap; +Cc: xen-devel

On Mon, Apr 10, 2017 at 12:21:01PM +0100, George Dunlap wrote:
> On 10/04/17 11:37, George Dunlap wrote:
> > On 06/04/17 20:52, Konrad Rzeszutek Wilk wrote:
> >> On Thu, Apr 06, 2017 at 03:57:06PM +0100, George Dunlap wrote:
> >>> Signed-off-by: George Dunlap <george.dunlap@citrix.com>
> >>> ---
> >>> Andrew Cooper <andrew.cooper3@citrix.com>
> >>> Ian Jackson <ian.jackson@eu.citrix.com>
> >>> Jan Beulich <jbeulich@suse.com>
> >>> Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> >>> Stefano Stabellini <sstabellini@kernel.org>
> >>> Tim Deegan <tim@xen.org>
> >>> Wei Liu <wei.liu2@citrix.com>
> >>> ---
> >>>  MAINTAINERS | 7 +++++++
> >>>  1 file changed, 7 insertions(+)
> >>>
> >>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>> index c38bcd4..050cb35 100644
> >>> --- a/MAINTAINERS
> >>> +++ b/MAINTAINERS
> >>> @@ -206,6 +206,13 @@ S:	Supported
> >>>  F:	xen/arch/x86/debug.c
> >>>  F:	tools/debugger/gdbsx/
> >>>  
> >>> +GOLANG BINDINGS
> >>> +M:      George Dunlap <george.dunlap@citrix.com>
> >>> +M:	Ian Jackson <ian.jackson@eu.citrix.com>
> >>> +M:	Wei Liu <wei.liu2@citrix.com>
> >>
> >> Something is off with the spaces/tabs?
> > 
> > So it would seem... my emacs seems to never want to add tabs when I
> > type, but will leave them there when I copy-and-paste.
> > 
> > Attached is a patch with all tabs.
> 
> Sorry, try this one instead...

<chuckles>
> 
>  -George

> >From b12d39d102dd06c3639b647b2d9064045fd6e977 Mon Sep 17 00:00:00 2001
> From: George Dunlap <george.dunlap@citrix.com>
> Date: Thu, 6 Apr 2017 15:52:10 +0100
> Subject: [PATCH] tools/golang: Add myself as maintainer
> 
> Signed-off-by: George Dunlap <george.dunlap@citrix.com>
> ---
> Changes since v1: Fix tabs
> 
> CC: Andrew Cooper <andrew.cooper3@citrix.com>
> CC: Ian Jackson <ian.jackson@eu.citrix.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

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

> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Tim Deegan <tim@xen.org>
> CC: Wei Liu <wei.liu2@citrix.com>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c38bcd4..b43a501 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -206,6 +206,13 @@ S:	Supported
>  F:	xen/arch/x86/debug.c
>  F:	tools/debugger/gdbsx/
>  
> +GOLANG BINDINGS
> +M:	George Dunlap <george.dunlap@citrix.com>
> +M:	Ian Jackson <ian.jackson@eu.citrix.com>
> +M:	Wei Liu <wei.liu2@citrix.com>
> +S:	Supported
> +F:	tools/golang
> +
>  INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
>  M:	Gang Wei <gang.wei@intel.com>
>  M:	Shane Wang <shane.wang@intel.com>
> -- 
> 2.1.4
> 


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-04-10 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06 14:57 [PATCH] tools/golang: Add myself as maintainer George Dunlap
2017-04-06 19:52 ` Konrad Rzeszutek Wilk
2017-04-10 10:37   ` George Dunlap
2017-04-10 11:21     ` George Dunlap
2017-04-10 13:31       ` Konrad Rzeszutek Wilk

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.