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-next>] [day] [month] [year] [list]
Date:	Mon,  4 Mar 2013 13:18:10 -0500
From:	Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To:	linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org,
	devel@...verdev.osuosl.org
Cc:	dan.magenheimer@...cle.com
Subject: [PATCH] Various fixes for zcache for v3.10

Now that v3.9-rc1 is out and you are enjoying your time in Hong Kong
and are probabally fighting with the jet-lag, here are eleven
patches that per your recommendation were deferred to v3.10.

Nothing has changed with them and they just make the code easier
to understand. The bulk of the code is moving the debug counters
to its own file.

This is of course also available on a git tree

git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm.git stable/for-greg-3.10

in case it strikes your fancy to do a git pull.

 drivers/staging/zcache/Kconfig       |   8 +
 drivers/staging/zcache/Makefile      |   1 +
 drivers/staging/zcache/debug.c       |  71 +++++++
 drivers/staging/zcache/debug.h       | 229 ++++++++++++++++++++
 drivers/staging/zcache/zbud.c        |  58 +++--
 drivers/staging/zcache/zcache-main.c | 402 +++++++++--------------------------
 6 files changed, 443 insertions(+), 326 deletions(-)

Konrad Rzeszutek Wilk (11):
      zcache: s/int/bool/ on the various options.
      zcache: Provide accessory functions for counter increase
      zcache: Provide accessory functions for counter decrease.
      zcache: The last of the atomic reads has now an accessory function.
      zcache: Make the debug code use pr_debug
      zcache: Move debugfs code out of zcache-main.c file.
      zcache/debug: Use an array to initialize/use debugfs attributes.
      zcache: Move the last of the debugfs counters out
      zcache: Module license is defined twice.
      zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG
      zcache/zbud: Add incremental accessory counters

--
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