From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx150.postini.com [74.125.245.150]) by kanga.kvack.org (Postfix) with SMTP id CEFE26B0074 for ; Mon, 29 Oct 2012 11:43:28 -0400 (EDT) Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 29 Oct 2012 11:43:27 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 60A006E8036 for ; Mon, 29 Oct 2012 11:43:23 -0400 (EDT) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9TFhMbs291378 for ; Mon, 29 Oct 2012 11:43:23 -0400 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q9TFhLGY016314 for ; Mon, 29 Oct 2012 09:43:22 -0600 Message-ID: <508EA417.1040304@linux.vnet.ibm.com> Date: Mon, 29 Oct 2012 10:43:19 -0500 From: Seth Jennings MIME-Version: 1.0 Subject: Re: [PATCH v3 0/3] zram/zsmalloc promotion References: <1351501009-15111-1-git-send-email-minchan@kernel.org> In-Reply-To: <1351501009-15111-1-git-send-email-minchan@kernel.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Minchan Kim Cc: Greg Kroah-Hartman , Andrew Morton , Nitin Gupta , Konrad Rzeszutek Wilk , Jens Axboe , Dan Magenheimer , Pekka Enberg , gaowanlong@cn.fujitsu.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org On 10/29/2012 03:56 AM, Minchan Kim wrote: > This patchset promotes zram/zsmalloc from staging. > Both are very clean and zram have been used by many embedded product > for a long time. > It's time to go out of staging. Agreed! > Greg, Jens is already OK that zram is located under driver/blocks/. > The issue remained is where we put zsmalloc. Doesn't matter much for me, but seems to be leaning toward /lib, baring an opinion from Andrew that it go in /mm. /lib is fine by me. Seth -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759537Ab2J2Pnf (ORCPT ); Mon, 29 Oct 2012 11:43:35 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:53762 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752348Ab2J2Pnd (ORCPT ); Mon, 29 Oct 2012 11:43:33 -0400 Message-ID: <508EA417.1040304@linux.vnet.ibm.com> Date: Mon, 29 Oct 2012 10:43:19 -0500 From: Seth Jennings User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: Minchan Kim CC: Greg Kroah-Hartman , Andrew Morton , Nitin Gupta , Konrad Rzeszutek Wilk , Jens Axboe , Dan Magenheimer , Pekka Enberg , gaowanlong@cn.fujitsu.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v3 0/3] zram/zsmalloc promotion References: <1351501009-15111-1-git-send-email-minchan@kernel.org> In-Reply-To: <1351501009-15111-1-git-send-email-minchan@kernel.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12102915-2398-0000-0000-00000CFFB4A5 X-IBM-ISS-SpamDetectors: X-IBM-ISS-DetailInfo: BY=3.00000294; HX=3.00000198; KW=3.00000007; PH=3.00000001; SC=3.00000008; SDB=6.00186698; UDB=6.00042292; UTC=2012-10-29 15:43:32 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/29/2012 03:56 AM, Minchan Kim wrote: > This patchset promotes zram/zsmalloc from staging. > Both are very clean and zram have been used by many embedded product > for a long time. > It's time to go out of staging. Agreed! > Greg, Jens is already OK that zram is located under driver/blocks/. > The issue remained is where we put zsmalloc. Doesn't matter much for me, but seems to be leaning toward /lib, baring an opinion from Andrew that it go in /mm. /lib is fine by me. Seth