lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 31 Jul 2012 23:53:57 +0300
From:	Pekka Enberg <penberg@...nel.org>
To:	Dan Magenheimer <dan.magenheimer@...cle.com>
Cc:	Seth Jennings <sjenning@...ux.vnet.ibm.com>,
	Konrad Wilk <konrad.wilk@...cle.com>,
	Minchan Kim <minchan@...nel.org>,
	Nitin Gupta <ngupta@...are.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Robert Jennings <rcj@...ux.vnet.ibm.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	devel@...verdev.osuosl.org, linux-mm@...ck.org,
	linux-kernel@...r.kernel.org
Subject: Re: [RFC/PATCH] zcache/ramster rewrite and promotion

On Tue, Jul 31, 2012 at 11:18 PM, Dan Magenheimer
<dan.magenheimer@...cle.com> wrote:
> diffstat vs 3.5:
>  drivers/staging/ramster/Kconfig       |    2
>  drivers/staging/ramster/Makefile      |    2
>  drivers/staging/zcache/Kconfig        |    2
>  drivers/staging/zcache/Makefile       |    2
>  mm/Kconfig                            |    2
>  mm/Makefile                           |    4
>  mm/tmem/Kconfig                       |   33
>  mm/tmem/Makefile                      |    5
>  mm/tmem/tmem.c                        |  894 +++++++++++++
>  mm/tmem/tmem.h                        |  259 +++
>  mm/tmem/zbud.c                        | 1060 +++++++++++++++
>  mm/tmem/zbud.h                        |   33
>  mm/tmem/zcache-main.c                 | 1686 +++++++++++++++++++++++++
>  mm/tmem/zcache.h                      |   53
>  mm/tmem/ramster.h                     |   59
>  mm/tmem/ramster/heartbeat.c           |  462 ++++++
>  mm/tmem/ramster/heartbeat.h           |   87 +
>  mm/tmem/ramster/masklog.c             |  155 ++
>  mm/tmem/ramster/masklog.h             |  220 +++
>  mm/tmem/ramster/nodemanager.c         |  995 +++++++++++++++
>  mm/tmem/ramster/nodemanager.h         |   88 +
>  mm/tmem/ramster/r2net.c               |  414 ++++++
>  mm/tmem/ramster/ramster.c             |  985 ++++++++++++++
>  mm/tmem/ramster/ramster.h             |  161 ++
>  mm/tmem/ramster/ramster_nodemanager.h |   39
>  mm/tmem/ramster/tcp.c                 | 2253 ++++++++++++++++++++++++++++++++++
>  mm/tmem/ramster/tcp.h                 |  159 ++
>  mm/tmem/ramster/tcp_internal.h        |  248 +++
> 28 files changed, 10358 insertions(+), 4 deletions(-)

So it's basically this commit, right?

https://oss.oracle.com/git/djm/tmem.git/?p=djm/tmem.git;a=commitdiff;h=22844fe3f52d912247212408294be330a867937c

Why on earth would you want to move that under the mm directory?

                        Pekka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ