Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246757 > unrolled thread
| Started by | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> |
|---|---|
| First post | 2015-10-14 15:50 +0200 |
| Last post | 2015-10-15 02:30 +0200 |
| Articles | 5 — 3 participants |
Back to article view | Back to linux.kernel
[RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2015-10-14 15:50 +0200
[PATCH 1/2] MAINTAINERS: add myself as zsmalloc reviewer Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2015-10-14 15:50 +0200
[PATCH 2/2] MAINTAINERS: nominate myself as a zram co-maintainer Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2015-10-14 15:50 +0200
Re: [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Minchan Kim <minchan@kernel.org> - 2015-10-15 01:50 +0200
Re: [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2015-10-15 02:30 +0200
| From | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> |
|---|---|
| Date | 2015-10-14 15:50 +0200 |
| Subject | [RFC][PATCH 0/2] update zsmalloc/zram MAINTAINERS section |
| Message-ID | <qjuBk-8B-11@gated-at.bofh.it> |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> |
|---|---|
| Date | 2015-10-14 15:50 +0200 |
| Subject | [PATCH 1/2] MAINTAINERS: add myself as zsmalloc reviewer |
| Message-ID | <qjuBk-8B-13@gated-at.bofh.it> |
| In reply to | #1246757 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> |
|---|---|
| Date | 2015-10-14 15:50 +0200 |
| Subject | [PATCH 2/2] MAINTAINERS: nominate myself as a zram co-maintainer |
| Message-ID | <qjuBk-8B-21@gated-at.bofh.it> |
| In reply to | #1246757 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Minchan Kim <minchan@kernel.org> |
|---|---|
| Date | 2015-10-15 01:50 +0200 |
| Message-ID | <qjDXX-5He-5@gated-at.bofh.it> |
| In reply to | #1246757 |
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 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> |
|---|---|
| Date | 2015-10-15 02:30 +0200 |
| Message-ID | <qjEAG-6Hk-11@gated-at.bofh.it> |
| In reply to | #1247258 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web