All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] MAINTAINERS updates
@ 2015-06-23 13:22 Tim Deegan
  2015-06-23 13:22 ` [PATCH 1/5] New maintainers for VM events and memory access Tim Deegan
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Tim Deegan @ 2015-06-23 13:22 UTC (permalink / raw)
  To: xen-devel

Hi,

As I'll be stepping down from paid work on Xen soon, this is a good time to
introduce some new maintainers: George will be taking over x86/mm and
Tamas and Razvan will be taking over vm-event/mem-access.

Andres has said he doesn't have time to pick up paging/sharing code,
so that will be orphaned for now -- anyone using that code is encouraged
to volunteer!

Cheers,

Tim.

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

* [PATCH 1/5] New maintainers for VM events and memory access.
  2015-06-23 13:22 [PATCH 0/5] MAINTAINERS updates Tim Deegan
@ 2015-06-23 13:22 ` Tim Deegan
  2015-06-24 13:34   ` Lengyel, Tamas
  2015-06-24 13:38   ` Razvan Cojocaru
  2015-06-23 13:22 ` [PATCH 2/5] New maintainer for x86/mm Tim Deegan
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 14+ messages in thread
From: Tim Deegan @ 2015-06-23 13:22 UTC (permalink / raw)
  To: xen-devel; +Cc: Tamas K Lengyel, Tim Deegan, Razvan Cojocaru

Razvan and Tamas have been working on this code for a while now, and
have kindly agreed to act as maintainers.

Signed-off-by: Tim Deegan <tim@xen.org>
Cc: Razvan Cojocaru <rcojocaru@bitdefender.com>
Cc: Tamas K Lengyel <tlengyel@novetta.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0372ef7..319df75 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -375,7 +375,8 @@ F:	xen/arch/x86/mm/mem_paging.c
 F:	tools/memshr
 
 VM EVENT AND MEM ACCESS
-M:	Tim Deegan <tim@xen.org>
+M:	Razvan Cojocaru <rcojocaru@bitdefender.com>
+M:	Tamas K Lengyel <tlengyel@novetta.com>
 S:	Supported
 F:	xen/common/vm_event.c
 F:	xen/common/mem_access.c
-- 
2.3.3

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

* [PATCH 2/5] New maintainer for x86/mm
  2015-06-23 13:22 [PATCH 0/5] MAINTAINERS updates Tim Deegan
  2015-06-23 13:22 ` [PATCH 1/5] New maintainers for VM events and memory access Tim Deegan
@ 2015-06-23 13:22 ` Tim Deegan
  2015-06-23 13:31   ` George Dunlap
  2015-06-23 13:22 ` [PATCH 3/5] Change kdd to 'Odd Fixes' Tim Deegan
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 14+ messages in thread
From: Tim Deegan @ 2015-06-23 13:22 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap, Tim Deegan

George has a long record of contributions to the x86 memory management
and p2m code.  He will be taking over as the primary maintainer of
x86/mm; I will still help out with the shadow pagetable code.

Signed-off-by: Tim Deegan <tim@xen.org>
Cc: George Dunlap <george.dunlap@eu.citrix.com>
---
 MAINTAINERS | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 319df75..b0f43d1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -362,7 +362,7 @@ F:	tools/firmware/hvmloader/
 F:	tools/tests/x86_emulator/
 
 X86 MEMORY MANAGEMENT
-M:	Tim Deegan <tim@xen.org>
+M:	George Dunlap <george.dunlap@eu.citrix.com>
 S:	Supported
 F:	xen/arch/x86/mm/
 
@@ -374,6 +374,11 @@ F:	xen/arch/x86/mm/mem_sharing.c
 F:	xen/arch/x86/mm/mem_paging.c
 F:	tools/memshr
 
+X86 SHADOW PAGETABLES
+M:	Tim Deegan <tim@xen.org>
+S:	Maintained
+F:	xen/arch/x86/mm/shadow/
+
 VM EVENT AND MEM ACCESS
 M:	Razvan Cojocaru <rcojocaru@bitdefender.com>
 M:	Tamas K Lengyel <tlengyel@novetta.com>
-- 
2.3.3

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

* [PATCH 3/5] Change kdd to 'Odd Fixes'.
  2015-06-23 13:22 [PATCH 0/5] MAINTAINERS updates Tim Deegan
  2015-06-23 13:22 ` [PATCH 1/5] New maintainers for VM events and memory access Tim Deegan
  2015-06-23 13:22 ` [PATCH 2/5] New maintainer for x86/mm Tim Deegan
@ 2015-06-23 13:22 ` Tim Deegan
  2015-06-23 13:22 ` [PATCH 4/5] Change x86 paging/sharing to 'Orphaned' Tim Deegan
  2015-06-23 13:22 ` [PATCH 5/5] Remove me from ARM/DT maintainers list Tim Deegan
  4 siblings, 0 replies; 14+ messages in thread
From: Tim Deegan @ 2015-06-23 13:22 UTC (permalink / raw)
  To: xen-devel; +Cc: Tim Deegan

kdd's knowledge of Windows kernel internals is several releases out of
date now.  However the underlying implementation of the serial protocol
is still sound.  I have heard that some people are using it, and I'm happy
to answer questions/bug reports, so don't deprecate it just yet.

Signed-off-by: Tim Deegan <tim@xen.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b0f43d1..7f0e96e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -182,7 +182,7 @@ F:	tools/debugger/gdbsx/
 
 KDD DEBUGGER
 M:	Tim Deegan <tim@xen.org>
-S:	Supported
+S:	Odd Fixes
 F:	tools/debugger/kdd/
 
 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
-- 
2.3.3

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

* [PATCH 4/5] Change x86 paging/sharing to 'Orphaned'.
  2015-06-23 13:22 [PATCH 0/5] MAINTAINERS updates Tim Deegan
                   ` (2 preceding siblings ...)
  2015-06-23 13:22 ` [PATCH 3/5] Change kdd to 'Odd Fixes' Tim Deegan
@ 2015-06-23 13:22 ` Tim Deegan
  2015-06-23 16:56   ` Andres Lagar Cavilla
  2015-06-23 13:22 ` [PATCH 5/5] Remove me from ARM/DT maintainers list Tim Deegan
  4 siblings, 1 reply; 14+ messages in thread
From: Tim Deegan @ 2015-06-23 13:22 UTC (permalink / raw)
  To: xen-devel; +Cc: Tim Deegan, Andres Lagar-Cavilla

This code now has no active maintainers, as neither Andres nor I
can commit the time.

Signed-off-by: Tim Deegan <tim@xen.org>
Cc: Andres Lagar-Cavilla <andres@lagarcavilla.org>
---
 MAINTAINERS | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7f0e96e..d1bec17 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -367,9 +367,7 @@ S:	Supported
 F:	xen/arch/x86/mm/
 
 X86 MEMORY SHARING AND PAGING
-M:	Andres Lagar-Cavilla <andres@lagarcavilla.org>
-M:	Tim Deegan <tim@xen.org>
-S:	Supported
+S:	Orphaned
 F:	xen/arch/x86/mm/mem_sharing.c
 F:	xen/arch/x86/mm/mem_paging.c
 F:	tools/memshr
-- 
2.3.3

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

* [PATCH 5/5] Remove me from ARM/DT maintainers list.
  2015-06-23 13:22 [PATCH 0/5] MAINTAINERS updates Tim Deegan
                   ` (3 preceding siblings ...)
  2015-06-23 13:22 ` [PATCH 4/5] Change x86 paging/sharing to 'Orphaned' Tim Deegan
@ 2015-06-23 13:22 ` Tim Deegan
  2015-06-23 13:43   ` Ian Campbell
  4 siblings, 1 reply; 14+ messages in thread
From: Tim Deegan @ 2015-06-23 13:22 UTC (permalink / raw)
  To: xen-devel; +Cc: Stefano Stabellini, Tim Deegan, Ian Campbell

In practice I haven't been actively involved in this code for some time.

Signed-off-by: Tim Deegan <tim@xen.org>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@citrix.com>
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d1bec17..6b1068e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -127,7 +127,6 @@ F:	tools/libxc/xc_arinc653.c
 ARM (W/ VIRTUALISATION EXTENSIONS) ARCHITECTURE
 M:	Ian Campbell <ian.campbell@citrix.com>
 M:	Stefano Stabellini <stefano.stabellini@citrix.com>
-M:	Tim Deegan <tim@xen.org>
 S:	Supported
 L:	xen-devel@lists.xen.org
 F:	xen/arch/arm/
@@ -151,7 +150,6 @@ F:	xen/common/cpupool.c
 DEVICE TREE
 M:	Ian Campbell <ian.campbell@citrix.com>
 M:	Stefano Stabellini <stefano.stabellini@citrix.com>
-M:	Tim Deegan <tim@xen.org>
 S:	Supported
 F:	xen/common/libfdt/
 F:	xen/common/device_tree.c
-- 
2.3.3

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

* Re: [PATCH 2/5] New maintainer for x86/mm
  2015-06-23 13:22 ` [PATCH 2/5] New maintainer for x86/mm Tim Deegan
@ 2015-06-23 13:31   ` George Dunlap
  0 siblings, 0 replies; 14+ messages in thread
From: George Dunlap @ 2015-06-23 13:31 UTC (permalink / raw)
  To: Tim Deegan, xen-devel

On 06/23/2015 02:22 PM, Tim Deegan wrote:
> George has a long record of contributions to the x86 memory management
> and p2m code.  He will be taking over as the primary maintainer of
> x86/mm; I will still help out with the shadow pagetable code.
> 
> Signed-off-by: Tim Deegan <tim@xen.org>
> Cc: George Dunlap <george.dunlap@eu.citrix.com>

Acked-by: George Dunlap <george.dunlap@eu.citrix.com>

> ---
>  MAINTAINERS | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 319df75..b0f43d1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -362,7 +362,7 @@ F:	tools/firmware/hvmloader/
>  F:	tools/tests/x86_emulator/
>  
>  X86 MEMORY MANAGEMENT
> -M:	Tim Deegan <tim@xen.org>
> +M:	George Dunlap <george.dunlap@eu.citrix.com>
>  S:	Supported
>  F:	xen/arch/x86/mm/
>  
> @@ -374,6 +374,11 @@ F:	xen/arch/x86/mm/mem_sharing.c
>  F:	xen/arch/x86/mm/mem_paging.c
>  F:	tools/memshr
>  
> +X86 SHADOW PAGETABLES
> +M:	Tim Deegan <tim@xen.org>
> +S:	Maintained
> +F:	xen/arch/x86/mm/shadow/
> +
>  VM EVENT AND MEM ACCESS
>  M:	Razvan Cojocaru <rcojocaru@bitdefender.com>
>  M:	Tamas K Lengyel <tlengyel@novetta.com>
> 

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

* Re: [PATCH 5/5] Remove me from ARM/DT maintainers list.
  2015-06-23 13:22 ` [PATCH 5/5] Remove me from ARM/DT maintainers list Tim Deegan
@ 2015-06-23 13:43   ` Ian Campbell
  0 siblings, 0 replies; 14+ messages in thread
From: Ian Campbell @ 2015-06-23 13:43 UTC (permalink / raw)
  To: Tim Deegan; +Cc: Stefano Stabellini, xen-devel

On Tue, 2015-06-23 at 14:22 +0100, Tim Deegan wrote:
> In practice I haven't been actively involved in this code for some time.
> 
> Signed-off-by: Tim Deegan <tim@xen.org>

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

> Cc: Stefano Stabellini <stefano.stabellini@citrix.com>
> ---
>  MAINTAINERS | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d1bec17..6b1068e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -127,7 +127,6 @@ F:	tools/libxc/xc_arinc653.c
>  ARM (W/ VIRTUALISATION EXTENSIONS) ARCHITECTURE
>  M:	Ian Campbell <ian.campbell@citrix.com>
>  M:	Stefano Stabellini <stefano.stabellini@citrix.com>
> -M:	Tim Deegan <tim@xen.org>
>  S:	Supported
>  L:	xen-devel@lists.xen.org
>  F:	xen/arch/arm/
> @@ -151,7 +150,6 @@ F:	xen/common/cpupool.c
>  DEVICE TREE
>  M:	Ian Campbell <ian.campbell@citrix.com>
>  M:	Stefano Stabellini <stefano.stabellini@citrix.com>
> -M:	Tim Deegan <tim@xen.org>
>  S:	Supported
>  F:	xen/common/libfdt/
>  F:	xen/common/device_tree.c

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

* Re: [PATCH 4/5] Change x86 paging/sharing to 'Orphaned'.
  2015-06-23 13:22 ` [PATCH 4/5] Change x86 paging/sharing to 'Orphaned' Tim Deegan
@ 2015-06-23 16:56   ` Andres Lagar Cavilla
  2015-06-23 17:33     ` Lengyel, Tamas
  0 siblings, 1 reply; 14+ messages in thread
From: Andres Lagar Cavilla @ 2015-06-23 16:56 UTC (permalink / raw)
  To: Tim Deegan; +Cc: Xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 867 bytes --]

On Tue, Jun 23, 2015 at 6:22 AM, Tim Deegan <tim@xen.org> wrote:

> This code now has no active maintainers, as neither Andres nor I
> can commit the time.
>
> Signed-off-by: Tim Deegan <tim@xen.org>
> Cc: Andres Lagar-Cavilla <andres@lagarcavilla.org>
>
Wistfully, Acked-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>

> ---
>  MAINTAINERS | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7f0e96e..d1bec17 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -367,9 +367,7 @@ S:  Supported
>  F:     xen/arch/x86/mm/
>
>  X86 MEMORY SHARING AND PAGING
> -M:     Andres Lagar-Cavilla <andres@lagarcavilla.org>
> -M:     Tim Deegan <tim@xen.org>
> -S:     Supported
> +S:     Orphaned
>  F:     xen/arch/x86/mm/mem_sharing.c
>  F:     xen/arch/x86/mm/mem_paging.c
>  F:     tools/memshr
> --
> 2.3.3
>
>

[-- Attachment #1.2: Type: text/html, Size: 1686 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

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

* Re: [PATCH 4/5] Change x86 paging/sharing to 'Orphaned'.
  2015-06-23 16:56   ` Andres Lagar Cavilla
@ 2015-06-23 17:33     ` Lengyel, Tamas
  2015-06-23 18:52       ` Andres Lagar Cavilla
  2015-06-24  7:17       ` Tim Deegan
  0 siblings, 2 replies; 14+ messages in thread
From: Lengyel, Tamas @ 2015-06-23 17:33 UTC (permalink / raw)
  To: Andres Lagar Cavilla; +Cc: Tim Deegan, Xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1702 bytes --]

That's indeed sad. I'm actively using the sharing system in my tools and
have a couple branches laying around for improving it, like batch
memsharing for example to support flash-cloning. Now that it's orphaned,
how would I go about merging these into mainline? I'm not yet confident
enough in my understanding of the whole sharing system to volunteer as
maintainer and my tool-side stuff is also very experimental..

On Tue, Jun 23, 2015 at 12:56 PM, Andres Lagar Cavilla <
andres@lagarcavilla.org> wrote:

>
>
> On Tue, Jun 23, 2015 at 6:22 AM, Tim Deegan <tim@xen.org> wrote:
>
>> This code now has no active maintainers, as neither Andres nor I
>> can commit the time.
>>
>> Signed-off-by: Tim Deegan <tim@xen.org>
>> Cc: Andres Lagar-Cavilla <andres@lagarcavilla.org>
>>
> Wistfully, Acked-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
>
>> ---
>>  MAINTAINERS | 4 +---
>>  1 file changed, 1 insertion(+), 3 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 7f0e96e..d1bec17 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -367,9 +367,7 @@ S:  Supported
>>  F:     xen/arch/x86/mm/
>>
>>  X86 MEMORY SHARING AND PAGING
>> -M:     Andres Lagar-Cavilla <andres@lagarcavilla.org>
>> -M:     Tim Deegan <tim@xen.org>
>> -S:     Supported
>> +S:     Orphaned
>>  F:     xen/arch/x86/mm/mem_sharing.c
>>  F:     xen/arch/x86/mm/mem_paging.c
>>  F:     tools/memshr
>> --
>> 2.3.3
>>
>>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
>
>


-- 

[image: www.novetta.com]

Tamas K Lengyel

Senior Security Researcher

7921 Jones Branch Drive

McLean VA 22102

Email  tlengyel@novetta.com

[-- Attachment #1.2: Type: text/html, Size: 5045 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

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

* Re: [PATCH 4/5] Change x86 paging/sharing to 'Orphaned'.
  2015-06-23 17:33     ` Lengyel, Tamas
@ 2015-06-23 18:52       ` Andres Lagar Cavilla
  2015-06-24  7:17       ` Tim Deegan
  1 sibling, 0 replies; 14+ messages in thread
From: Andres Lagar Cavilla @ 2015-06-23 18:52 UTC (permalink / raw)
  To: Lengyel, Tamas; +Cc: Tim Deegan, Xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2114 bytes --]

I think it's amazing that you're doing this work and I'll be happy to help
if you keep me on cc.

It's not serious for me to claim I'm a maintainer when I don't have the
time nor the resources to do serious debugging should the need arise.

Andres

On Tue, Jun 23, 2015 at 10:33 AM, Lengyel, Tamas <tlengyel@novetta.com>
wrote:

> That's indeed sad. I'm actively using the sharing system in my tools and
> have a couple branches laying around for improving it, like batch
> memsharing for example to support flash-cloning. Now that it's orphaned,
> how would I go about merging these into mainline? I'm not yet confident
> enough in my understanding of the whole sharing system to volunteer as
> maintainer and my tool-side stuff is also very experimental..
>
> On Tue, Jun 23, 2015 at 12:56 PM, Andres Lagar Cavilla <
> andres@lagarcavilla.org> wrote:
>
>>
>>
>> On Tue, Jun 23, 2015 at 6:22 AM, Tim Deegan <tim@xen.org> wrote:
>>
>>> This code now has no active maintainers, as neither Andres nor I
>>> can commit the time.
>>>
>>> Signed-off-by: Tim Deegan <tim@xen.org>
>>> Cc: Andres Lagar-Cavilla <andres@lagarcavilla.org>
>>>
>> Wistfully, Acked-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
>>
>>> ---
>>>  MAINTAINERS | 4 +---
>>>  1 file changed, 1 insertion(+), 3 deletions(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 7f0e96e..d1bec17 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -367,9 +367,7 @@ S:  Supported
>>>  F:     xen/arch/x86/mm/
>>>
>>>  X86 MEMORY SHARING AND PAGING
>>> -M:     Andres Lagar-Cavilla <andres@lagarcavilla.org>
>>> -M:     Tim Deegan <tim@xen.org>
>>> -S:     Supported
>>> +S:     Orphaned
>>>  F:     xen/arch/x86/mm/mem_sharing.c
>>>  F:     xen/arch/x86/mm/mem_paging.c
>>>  F:     tools/memshr
>>> --
>>> 2.3.3
>>>
>>>
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xen.org
>> http://lists.xen.org/xen-devel
>>
>>
>
>
> --
>
> [image: www.novetta.com]
>
> Tamas K Lengyel
>
> Senior Security Researcher
>
> 7921 Jones Branch Drive
>
> McLean VA 22102
>
> Email  tlengyel@novetta.com
>

[-- Attachment #1.2: Type: text/html, Size: 5781 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

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

* Re: [PATCH 4/5] Change x86 paging/sharing to 'Orphaned'.
  2015-06-23 17:33     ` Lengyel, Tamas
  2015-06-23 18:52       ` Andres Lagar Cavilla
@ 2015-06-24  7:17       ` Tim Deegan
  1 sibling, 0 replies; 14+ messages in thread
From: Tim Deegan @ 2015-06-24  7:17 UTC (permalink / raw)
  To: Lengyel, Tamas; +Cc: Andres Lagar Cavilla, Xen-devel

At 13:33 -0400 on 23 Jun (1435066410), Lengyel, Tamas wrote:
> That's indeed sad. I'm actively using the sharing system in my tools and
> have a couple branches laying around for improving it, like batch
> memsharing for example to support flash-cloning. Now that it's orphaned,
> how would I go about merging these into mainline?

I think you volunteer as a maintainer. :)  Even as a maintainer you'll
need some review from someone else for your own patches, but that will
be easier to find if you're maintaining the code.

Tim.

> I'm not yet confident
> enough in my understanding of the whole sharing system to volunteer as
> maintainer and my tool-side stuff is also very experimental..
> 
> On Tue, Jun 23, 2015 at 12:56 PM, Andres Lagar Cavilla <
> andres@lagarcavilla.org> wrote:
> 
> >
> >
> > On Tue, Jun 23, 2015 at 6:22 AM, Tim Deegan <tim@xen.org> wrote:
> >
> >> This code now has no active maintainers, as neither Andres nor I
> >> can commit the time.
> >>
> >> Signed-off-by: Tim Deegan <tim@xen.org>
> >> Cc: Andres Lagar-Cavilla <andres@lagarcavilla.org>
> >>
> > Wistfully, Acked-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
> >
> >> ---
> >>  MAINTAINERS | 4 +---
> >>  1 file changed, 1 insertion(+), 3 deletions(-)
> >>
> >> diff --git a/MAINTAINERS b/MAINTAINERS
> >> index 7f0e96e..d1bec17 100644
> >> --- a/MAINTAINERS
> >> +++ b/MAINTAINERS
> >> @@ -367,9 +367,7 @@ S:  Supported
> >>  F:     xen/arch/x86/mm/
> >>
> >>  X86 MEMORY SHARING AND PAGING
> >> -M:     Andres Lagar-Cavilla <andres@lagarcavilla.org>
> >> -M:     Tim Deegan <tim@xen.org>
> >> -S:     Supported
> >> +S:     Orphaned
> >>  F:     xen/arch/x86/mm/mem_sharing.c
> >>  F:     xen/arch/x86/mm/mem_paging.c
> >>  F:     tools/memshr
> >> --
> >> 2.3.3
> >>
> >>
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xen.org
> > http://lists.xen.org/xen-devel
> >
> >
> 
> 
> -- 
> 
> [image: www.novetta.com]
> 
> Tamas K Lengyel
> 
> Senior Security Researcher
> 
> 7921 Jones Branch Drive
> 
> McLean VA 22102
> 
> Email  tlengyel@novetta.com

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

* Re: [PATCH 1/5] New maintainers for VM events and memory access.
  2015-06-23 13:22 ` [PATCH 1/5] New maintainers for VM events and memory access Tim Deegan
@ 2015-06-24 13:34   ` Lengyel, Tamas
  2015-06-24 13:38   ` Razvan Cojocaru
  1 sibling, 0 replies; 14+ messages in thread
From: Lengyel, Tamas @ 2015-06-24 13:34 UTC (permalink / raw)
  To: Tim Deegan; +Cc: Razvan Cojocaru, Xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 910 bytes --]

On Tue, Jun 23, 2015 at 9:22 AM, Tim Deegan <tim@xen.org> wrote:

> Razvan and Tamas have been working on this code for a while now, and
> have kindly agreed to act as maintainers.
>
> Signed-off-by: Tim Deegan <tim@xen.org>
> Cc: Razvan Cojocaru <rcojocaru@bitdefender.com>
> Cc: Tamas K Lengyel <tlengyel@novetta.com>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0372ef7..319df75 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -375,7 +375,8 @@ F:  xen/arch/x86/mm/mem_paging.c
>  F:     tools/memshr
>
>  VM EVENT AND MEM ACCESS
> -M:     Tim Deegan <tim@xen.org>
> +M:     Razvan Cojocaru <rcojocaru@bitdefender.com>
> +M:     Tamas K Lengyel <tlengyel@novetta.com>
>  S:     Supported
>  F:     xen/common/vm_event.c
>  F:     xen/common/mem_access.c
> --
> 2.3.3
>

Acked-by: Tamas K Lengyel <tlengyel@novetta.com>

[-- Attachment #1.2: Type: text/html, Size: 1808 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

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

* Re: [PATCH 1/5] New maintainers for VM events and memory access.
  2015-06-23 13:22 ` [PATCH 1/5] New maintainers for VM events and memory access Tim Deegan
  2015-06-24 13:34   ` Lengyel, Tamas
@ 2015-06-24 13:38   ` Razvan Cojocaru
  1 sibling, 0 replies; 14+ messages in thread
From: Razvan Cojocaru @ 2015-06-24 13:38 UTC (permalink / raw)
  To: Tim Deegan, xen-devel; +Cc: Tamas K Lengyel

On 06/23/2015 04:22 PM, Tim Deegan wrote:
> Razvan and Tamas have been working on this code for a while now, and
> have kindly agreed to act as maintainers.
> 
> Signed-off-by: Tim Deegan <tim@xen.org>
> Cc: Razvan Cojocaru <rcojocaru@bitdefender.com>
> Cc: Tamas K Lengyel <tlengyel@novetta.com>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0372ef7..319df75 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -375,7 +375,8 @@ F:	xen/arch/x86/mm/mem_paging.c
>  F:	tools/memshr
>  
>  VM EVENT AND MEM ACCESS
> -M:	Tim Deegan <tim@xen.org>
> +M:	Razvan Cojocaru <rcojocaru@bitdefender.com>
> +M:	Tamas K Lengyel <tlengyel@novetta.com>
>  S:	Supported
>  F:	xen/common/vm_event.c
>  F:	xen/common/mem_access.c

Acked-by: Razvan Cojocaru <rcojocaru@bitdefender.com>


Thanks,
Razvan

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

end of thread, other threads:[~2015-06-24 13:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-23 13:22 [PATCH 0/5] MAINTAINERS updates Tim Deegan
2015-06-23 13:22 ` [PATCH 1/5] New maintainers for VM events and memory access Tim Deegan
2015-06-24 13:34   ` Lengyel, Tamas
2015-06-24 13:38   ` Razvan Cojocaru
2015-06-23 13:22 ` [PATCH 2/5] New maintainer for x86/mm Tim Deegan
2015-06-23 13:31   ` George Dunlap
2015-06-23 13:22 ` [PATCH 3/5] Change kdd to 'Odd Fixes' Tim Deegan
2015-06-23 13:22 ` [PATCH 4/5] Change x86 paging/sharing to 'Orphaned' Tim Deegan
2015-06-23 16:56   ` Andres Lagar Cavilla
2015-06-23 17:33     ` Lengyel, Tamas
2015-06-23 18:52       ` Andres Lagar Cavilla
2015-06-24  7:17       ` Tim Deegan
2015-06-23 13:22 ` [PATCH 5/5] Remove me from ARM/DT maintainers list Tim Deegan
2015-06-23 13:43   ` Ian Campbell

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.