* [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section
@ 2015-10-14 13:43 Sergey Senozhatsky
2015-10-14 13:43 ` [PATCH 1/2] MAINTAINERS: add myself as zsmalloc reviewer Sergey Senozhatsky
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Sergey Senozhatsky @ 2015-10-14 13:43 UTC (permalink / raw)
To: Minchan Kim
Cc: Andrew Morton, linux-kernel, Sergey Senozhatsky,
Sergey Senozhatsky
Hello,
Request for comments.
Add myself as a reviwer to zsmalloc, I'm willing to continue
helping Minchan; and promote myself from R to M for ZRAM. That
will better reflect the state of the things.
Sergey Senozhatsky (2):
MAINTAINERS: add myself as zsmalloc reviewer
MAINTAINERS: nominate myself as a zram co-maintainer
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.6.1.134.g4b1fd35
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] MAINTAINERS: add myself as zsmalloc reviewer
2015-10-14 13:43 [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Sergey Senozhatsky
@ 2015-10-14 13:43 ` Sergey Senozhatsky
2015-10-14 13:43 ` [PATCH 2/2] MAINTAINERS: nominate myself as a zram co-maintainer Sergey Senozhatsky
2015-10-14 23:51 ` [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Minchan Kim
2 siblings, 0 replies; 5+ messages in thread
From: Sergey Senozhatsky @ 2015-10-14 13:43 UTC (permalink / raw)
To: Minchan Kim
Cc: Andrew Morton, linux-kernel, Sergey Senozhatsky,
Sergey Senozhatsky
Nominate myself as a zsmalloc reviewer.
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 21348d8..c10e3ab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11749,6 +11749,7 @@ F: drivers/tty/serial/zs.*
ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
M: Minchan Kim <minchan@kernel.org>
M: Nitin Gupta <ngupta@vflare.org>
+R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
L: linux-mm@kvack.org
S: Maintained
F: mm/zsmalloc.c
--
2.6.1.134.g4b1fd35
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] MAINTAINERS: nominate myself as a zram co-maintainer
2015-10-14 13:43 [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Sergey Senozhatsky
2015-10-14 13:43 ` [PATCH 1/2] MAINTAINERS: add myself as zsmalloc reviewer Sergey Senozhatsky
@ 2015-10-14 13:43 ` Sergey Senozhatsky
2015-10-14 23:51 ` [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Minchan Kim
2 siblings, 0 replies; 5+ messages in thread
From: Sergey Senozhatsky @ 2015-10-14 13:43 UTC (permalink / raw)
To: Minchan Kim
Cc: Andrew Morton, linux-kernel, Sergey Senozhatsky,
Sergey Senozhatsky
Promote myself from a reviewer to a co-maintainer.
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c10e3ab..0b12060 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11735,7 +11735,7 @@ F: drivers/media/pci/zoran/
ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
M: Minchan Kim <minchan@kernel.org>
M: Nitin Gupta <ngupta@vflare.org>
-R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
+M: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
L: linux-kernel@vger.kernel.org
S: Maintained
F: drivers/block/zram/
--
2.6.1.134.g4b1fd35
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section
2015-10-14 13:43 [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Sergey Senozhatsky
2015-10-14 13:43 ` [PATCH 1/2] MAINTAINERS: add myself as zsmalloc reviewer Sergey Senozhatsky
2015-10-14 13:43 ` [PATCH 2/2] MAINTAINERS: nominate myself as a zram co-maintainer Sergey Senozhatsky
@ 2015-10-14 23:51 ` Minchan Kim
2015-10-15 0:22 ` Sergey Senozhatsky
2 siblings, 1 reply; 5+ messages in thread
From: Minchan Kim @ 2015-10-14 23:51 UTC (permalink / raw)
To: Sergey Senozhatsky; +Cc: Andrew Morton, linux-kernel, Sergey Senozhatsky
Hello Sergey,
On Wed, Oct 14, 2015 at 10:43:19PM +0900, Sergey Senozhatsky wrote:
> Hello,
>
> Request for comments.
>
> Add myself as a reviwer to zsmalloc, I'm willing to continue
> helping Minchan; and promote myself from R to M for ZRAM. That
> will better reflect the state of the things.
Thanks for your help. I really appreciates your contributions.
On zsmalloc, I'm happy to add you as reviewer but on zram I don't
think it needs another co-maintainer right now.
Thanks.
>
> Sergey Senozhatsky (2):
> MAINTAINERS: add myself as zsmalloc reviewer
> MAINTAINERS: nominate myself as a zram co-maintainer
>
> MAINTAINERS | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> --
> 2.6.1.134.g4b1fd35
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section
2015-10-14 23:51 ` [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Minchan Kim
@ 2015-10-15 0:22 ` Sergey Senozhatsky
0 siblings, 0 replies; 5+ messages in thread
From: Sergey Senozhatsky @ 2015-10-15 0:22 UTC (permalink / raw)
To: Minchan Kim
Cc: Sergey Senozhatsky, Andrew Morton, linux-kernel,
Sergey Senozhatsky
Hello,
Thanks.
On (10/15/15 08:51), Minchan Kim wrote:
> on zram I don't think it needs another co-maintainer right now.
>
when you say `another' I assume you mean that you want to be one and only
maintainer of zram. if the point is that there are already 2 maintainers,
then it is simply not true -- there is not a single bit of help from Nitin;
for years. and it's rather not obvious to me why he is still M (he obviously
lost any interest) and I'm just R.
-ss
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-10-15 0:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 13:43 [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Sergey Senozhatsky
2015-10-14 13:43 ` [PATCH 1/2] MAINTAINERS: add myself as zsmalloc reviewer Sergey Senozhatsky
2015-10-14 13:43 ` [PATCH 2/2] MAINTAINERS: nominate myself as a zram co-maintainer Sergey Senozhatsky
2015-10-14 23:51 ` [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Minchan Kim
2015-10-15 0:22 ` Sergey Senozhatsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox