From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756015AbZIVPxf (ORCPT ); Tue, 22 Sep 2009 11:53:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754642AbZIVPxf (ORCPT ); Tue, 22 Sep 2009 11:53:35 -0400 Received: from mail-fx0-f218.google.com ([209.85.220.218]:57642 "EHLO mail-fx0-f218.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755869AbZIVPxd (ORCPT ); Tue, 22 Sep 2009 11:53:33 -0400 Message-ID: <4AB8F2BE.8060007@vflare.org> Date: Tue, 22 Sep 2009 21:22:30 +0530 From: Nitin Gupta Reply-To: ngupta@vflare.org User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3 MIME-Version: 1.0 To: Greg KH CC: Pekka Enberg , Andrew Morton , Hugh Dickins , Marcin Slusarz , Ed Tomlinson , linux-kernel , linux-mm , linux-mm-cc Subject: Re: [PATCH 0/3] compcache: in-memory compressed swapping v4 References: <1253595414-2855-1-git-send-email-ngupta@vflare.org> <1253600030.30406.2.camel@penberg-laptop> <20090922153752.GA24256@kroah.com> In-Reply-To: <20090922153752.GA24256@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/22/2009 09:07 PM, Greg KH wrote: > On Tue, Sep 22, 2009 at 09:13:50AM +0300, Pekka Enberg wrote: >> On Tue, 2009-09-22 at 10:26 +0530, Nitin Gupta wrote: >>> drivers/staging/Kconfig | 2 + >>> drivers/staging/Makefile | 1 + >>> drivers/staging/ramzswap/Kconfig | 21 + >>> drivers/staging/ramzswap/Makefile | 3 + >>> drivers/staging/ramzswap/ramzswap.txt | 51 + >>> drivers/staging/ramzswap/ramzswap_drv.c | 1462 +++++++++++++++++++++++++++++ >>> drivers/staging/ramzswap/ramzswap_drv.h | 173 ++++ >>> drivers/staging/ramzswap/ramzswap_ioctl.h | 50 + >>> drivers/staging/ramzswap/xvmalloc.c | 533 +++++++++++ >>> drivers/staging/ramzswap/xvmalloc.h | 30 + >>> drivers/staging/ramzswap/xvmalloc_int.h | 86 ++ >>> include/linux/swap.h | 5 + >>> mm/swapfile.c | 34 + >>> 13 files changed, 2451 insertions(+), 0 deletions(-) >> >> This diffstat is not up to date, I think. >> >> Greg, would you mind taking this driver into staging? There are some >> issues that need to be ironed out for it to be merged to kernel proper >> but I think it would benefit from being exposed to mainline. > > That would be fine, will there be a new set of patches for me to apply, > or is this the correct series? > This is the correct series. Thanks, Nitin