All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Magenheimer <dan.magenheimer@oracle.com>
To: Julian Andres Klode <jak@jak-linux.org>, gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org, ngupta@vflare.org,
	Konrad Wilk <konrad.wilk@oracle.com>,
	sjenning@linux.vnet.ibm.com
Subject: RE: [PATCH] ramster: switch over to zsmalloc and crypto interface
Date: Fri, 11 May 2012 09:23:12 -0700 (PDT)	[thread overview]
Message-ID: <1ff67ec4-7dd0-49c8-9be2-e927f58e6472@default> (raw)
In-Reply-To: <20120510192836.GA17750@jak-linux.org>

> From: Julian Andres Klode [mailto:jak@jak-linux.org]
> Sent: Thursday, May 10, 2012 1:29 PM
> To: Dan Magenheimer
> Cc: devel@driverdev.osuosl.org; linux-kernel@vger.kernel.org; gregkh@linuxfoundation.org; linux-
> mm@kvack.org; ngupta@vflare.org; Konrad Wilk; sjenning@linux.vnet.ibm.com
> Subject: Re: [PATCH] ramster: switch over to zsmalloc and crypto interface
> 
> On Thu, May 10, 2012 at 12:06:21PM -0700, Dan Magenheimer wrote:
> > RAMster does many zcache-like things.  In order to avoid major
> > merge conflicts at 3.4, ramster used lzo1x directly for compression
> > and retained a local copy of xvmalloc, while zcache moved to the
> > new zsmalloc allocator and the crypto API.
> >
> > This patch moves ramster forward to use zsmalloc and crypto.
> >
> > Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com
> 
> Nothing important, but the right ">" is missing here.

Oops!  Cut-and-paste error!  Thanks for noticing Julian!

Greg, do you need me to resubmit with the missing '>'?

Thanks,
Dan

--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

WARNING: multiple messages have this Message-ID (diff)
From: Dan Magenheimer <dan.magenheimer@oracle.com>
To: Julian Andres Klode <jak@jak-linux.org>, gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org, ngupta@vflare.org,
	Konrad Wilk <konrad.wilk@oracle.com>,
	sjenning@linux.vnet.ibm.com
Subject: RE: [PATCH] ramster: switch over to zsmalloc and crypto interface
Date: Fri, 11 May 2012 09:23:12 -0700 (PDT)	[thread overview]
Message-ID: <1ff67ec4-7dd0-49c8-9be2-e927f58e6472@default> (raw)
In-Reply-To: <20120510192836.GA17750@jak-linux.org>

> From: Julian Andres Klode [mailto:jak@jak-linux.org]
> Sent: Thursday, May 10, 2012 1:29 PM
> To: Dan Magenheimer
> Cc: devel@driverdev.osuosl.org; linux-kernel@vger.kernel.org; gregkh@linuxfoundation.org; linux-
> mm@kvack.org; ngupta@vflare.org; Konrad Wilk; sjenning@linux.vnet.ibm.com
> Subject: Re: [PATCH] ramster: switch over to zsmalloc and crypto interface
> 
> On Thu, May 10, 2012 at 12:06:21PM -0700, Dan Magenheimer wrote:
> > RAMster does many zcache-like things.  In order to avoid major
> > merge conflicts at 3.4, ramster used lzo1x directly for compression
> > and retained a local copy of xvmalloc, while zcache moved to the
> > new zsmalloc allocator and the crypto API.
> >
> > This patch moves ramster forward to use zsmalloc and crypto.
> >
> > Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com
> 
> Nothing important, but the right ">" is missing here.

Oops!  Cut-and-paste error!  Thanks for noticing Julian!

Greg, do you need me to resubmit with the missing '>'?

Thanks,
Dan

  reply	other threads:[~2012-05-11 16:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-10 19:06 [PATCH] ramster: switch over to zsmalloc and crypto interface Dan Magenheimer
2012-05-10 19:06 ` Dan Magenheimer
2012-05-10 19:28 ` Julian Andres Klode
2012-05-10 19:28   ` Julian Andres Klode
2012-05-11 16:23   ` Dan Magenheimer [this message]
2012-05-11 16:23     ` Dan Magenheimer
2012-05-11 18:00     ` Greg KH
2012-05-11 18:00       ` Greg KH
2012-05-14 20:06 ` Greg KH
2012-05-14 20:06   ` Greg KH
2012-05-14 20:45   ` Dan Magenheimer
2012-05-14 20:45     ` Dan Magenheimer
2012-05-14 22:41     ` Greg KH
2012-05-14 22:41       ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ff67ec4-7dd0-49c8-9be2-e927f58e6472@default \
    --to=dan.magenheimer@oracle.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jak@jak-linux.org \
    --cc=konrad.wilk@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=ngupta@vflare.org \
    --cc=sjenning@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.