Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Minchan Kim
On Wed, Sep 26, 2012 at 06:47:43PM -0700, Andrew Morton wrote: > On Thu, 27 Sep 2012 10:39:12 +0900 Minchan Kim wrote: > > > So I and Nitin tried to ask the opinion to akpm several times > > (at least 5 and even I sent such patch a few month ago) but didn't get > > any reply from him so I guess

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Andrew Morton
On Thu, 27 Sep 2012 10:39:12 +0900 Minchan Kim wrote: > So I and Nitin tried to ask the opinion to akpm several times > (at least 5 and even I sent such patch a few month ago) but didn't get > any reply from him so I guess he doesn't have any concern about that > any more. I just haven't yet

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Minchan Kim
Hi Pekka, On Wed, Sep 26, 2012 at 12:51:49PM +0300, Pekka Enberg wrote: > On Wed, Sep 26, 2012 at 11:50 AM, Minchan Kim wrote: > > lib/Kconfig |2 + > > lib/Makefile |1 + > > lib/zsmalloc/Kconfig | 18 + > >

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Nitin Gupta
2012/9/26 Pekka Enberg : > On Wed, Sep 26, 2012 at 11:50 AM, Minchan Kim wrote: >> lib/Kconfig |2 + >> lib/Makefile |1 + >> lib/zsmalloc/Kconfig | 18 + >> lib/zsmalloc/Makefile|1 +

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Pekka Enberg
On Wed, Sep 26, 2012 at 11:50 AM, Minchan Kim wrote: > lib/Kconfig |2 + > lib/Makefile |1 + > lib/zsmalloc/Kconfig | 18 + > lib/zsmalloc/Makefile|1 + > lib/zsmalloc/zsmalloc.c

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Wanlong Gao
On 09/26/2012 04:50 PM, Minchan Kim wrote: > This patch promotes the slab-based zsmalloc memory allocator > from the staging tree to lib/ > > zcache/zram depends on this allocator for storing compressed RAM pages > in an efficient way under system wide memory pressure where > high-order (greater

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Wanlong Gao
On 09/26/2012 04:50 PM, Minchan Kim wrote: This patch promotes the slab-based zsmalloc memory allocator from the staging tree to lib/ zcache/zram depends on this allocator for storing compressed RAM pages in an efficient way under system wide memory pressure where high-order (greater than

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Pekka Enberg
On Wed, Sep 26, 2012 at 11:50 AM, Minchan Kim minc...@kernel.org wrote: lib/Kconfig |2 + lib/Makefile |1 + lib/zsmalloc/Kconfig | 18 + lib/zsmalloc/Makefile|1 +

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Nitin Gupta
2012/9/26 Pekka Enberg penb...@kernel.org: On Wed, Sep 26, 2012 at 11:50 AM, Minchan Kim minc...@kernel.org wrote: lib/Kconfig |2 + lib/Makefile |1 + lib/zsmalloc/Kconfig | 18 + lib/zsmalloc/Makefile

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Minchan Kim
Hi Pekka, On Wed, Sep 26, 2012 at 12:51:49PM +0300, Pekka Enberg wrote: On Wed, Sep 26, 2012 at 11:50 AM, Minchan Kim minc...@kernel.org wrote: lib/Kconfig |2 + lib/Makefile |1 + lib/zsmalloc/Kconfig |

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Andrew Morton
On Thu, 27 Sep 2012 10:39:12 +0900 Minchan Kim minc...@kernel.org wrote: So I and Nitin tried to ask the opinion to akpm several times (at least 5 and even I sent such patch a few month ago) but didn't get any reply from him so I guess he doesn't have any concern about that any more. I just

Re: [PATCH 1/3] zsmalloc: promote to lib/

2012-09-26 Thread Minchan Kim
On Wed, Sep 26, 2012 at 06:47:43PM -0700, Andrew Morton wrote: On Thu, 27 Sep 2012 10:39:12 +0900 Minchan Kim minc...@kernel.org wrote: So I and Nitin tried to ask the opinion to akpm several times (at least 5 and even I sent such patch a few month ago) but didn't get any reply from him