Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755475AbZIVIgM (ORCPT ); Tue, 22 Sep 2009 04:36:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754404AbZIVIgK (ORCPT ); Tue, 22 Sep 2009 04:36:10 -0400 Received: from mail-pz0-f173.google.com ([209.85.222.173]:52439 "EHLO mail-pz0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754360AbZIVIgJ convert rfc822-to-8bit (ORCPT ); Tue, 22 Sep 2009 04:36:09 -0400 MIME-Version: 1.0 In-Reply-To: <1253600030.30406.2.camel@penberg-laptop> References: <1253595414-2855-1-git-send-email-ngupta@vflare.org> <1253600030.30406.2.camel@penberg-laptop> Date: Tue, 22 Sep 2009 14:06:12 +0530 Message-ID: Subject: Re: [PATCH 0/3] compcache: in-memory compressed swapping v4 From: Nitin Gupta To: Pekka Enberg Cc: Greg KH , Andrew Morton , Hugh Dickins , Marcin Slusarz , Ed Tomlinson , linux-kernel , linux-mm , linux-mm-cc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1832 Lines: 41 On Tue, Sep 22, 2009 at 11:43 AM, 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. > Oh! this is from v3. I forgot to update it. I don't have access to my git tree here in office, so cannot send updated version right now. > 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. > > Nitin, you probably should also submit a patch that adds a TODO file > similar to other staging drivers to remind us that swap notifiers and > the CONFIG_ARM thing need to be resolved. > ok, I will send patch for TODO file. Thanks, Nitin -- 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/