2011-06-17 22:01:14

by Dan Magenheimer

[permalink] [raw]
Subject: [GIT PULL] xen: prepare tmem shim to handle frontswap

Hi Konrad --

Please pull the following branch into your Xen for-linus tree
for the upcoming 3.1 window.

git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem.git stable/frontswap-tmemonly

The branch is based off of 3.0-rc1.

This single commit provides the shim code for frontswap for Xen
tmem (even though the core kernel frontswap patchset is not present
yet... the egg is before the chicken here.)

Diffstat:
drivers/xen/Kconfig | 7
drivers/xen/Makefile | 2
drivers/xen/tmem.c | 170 +++++++++++++++++++--
3 files changed, 166 insertions(+), 13 deletions(-

Dan Magenheimer (1):
xen: prepare tmem shim to handle frontswap

Thanks,
Dan


2011-06-21 13:31:07

by Konrad Rzeszutek Wilk

[permalink] [raw]
Subject: Re: [GIT PULL] xen: prepare tmem shim to handle frontswap

On Fri, Jun 17, 2011 at 03:00:55PM -0700, Dan Magenheimer wrote:
> Hi Konrad --
>
> Please pull the following branch into your Xen for-linus tree
> for the upcoming 3.1 window.

Pulled. Stuck it in stable/drivers.
>
> git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem.git stable/frontswap-tmemonly
>
> The branch is based off of 3.0-rc1.
>
> This single commit provides the shim code for frontswap for Xen
> tmem (even though the core kernel frontswap patchset is not present
> yet... the egg is before the chicken here.)
>
> Diffstat:
> drivers/xen/Kconfig | 7
> drivers/xen/Makefile | 2
> drivers/xen/tmem.c | 170 +++++++++++++++++++--
> 3 files changed, 166 insertions(+), 13 deletions(-
>
> Dan Magenheimer (1):
> xen: prepare tmem shim to handle frontswap
>
> Thanks,
> Dan