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>] [day] [month] [year] [list]
Date:	Thu, 24 Mar 2011 14:22:36 +0000
From:	Alasdair G Kergon <agk@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Josef Bacik <josef@...hat.com>, Mike Snitzer <snitzer@...hat.com>,
	Babu Moger <babu.moger@....com>,
	Hannes Reinecke <hare@...e.de>, dm-devel@...hat.com,
	linux-kernel@...r.kernel.org,
	Mustafa Mesanovic <mume@...ux.vnet.ibm.com>,
	Milan Broz <mbroz@...hat.com>,
	Peter Rajnoha <prajnoha@...hat.com>
Subject: [git pull] device-mapper patches for 2.6.39

Please pull from:

  master.kernel.org:/pub/scm/linux/kernel/git/agk/linux-2.6-dm.git master

to get the following device-mapper fixes and enhancements for inclusion in
2.6.39.

Josef Bacik (1):
      dm: add flakey target

Mike Snitzer (2):
      dm mpath: fail message ioctl if specified path is not valid
      dm mpath: allow table load with no priority groups

Milan Broz (4):
      dm: fix opening log and cow devices for read only tables
      dm crypt: wipe keys string immediately after key is set
      dm ioctl: prepare for crypt key wiping
      dm ioctl: add flag to wipe buffers for secure data

Mustafa Mesanovic (1):
      dm stripe: implement merge method

 Documentation/device-mapper/dm-flakey.txt |   17 +++
 drivers/md/Kconfig                        |    6 +
 drivers/md/Makefile                       |    1 +
 drivers/md/dm-crypt.c                     |   19 ++-
 drivers/md/dm-flakey.c                    |  212 +++++++++++++++++++++++++++++
 drivers/md/dm-ioctl.c                     |   46 ++++--
 drivers/md/dm-log.c                       |    2 +-
 drivers/md/dm-mpath.c                     |   17 ++-
 drivers/md/dm-snap.c                      |    2 +-
 drivers/md/dm-stripe.c                    |   23 +++-
 include/linux/dm-ioctl.h                  |   12 ++-
 11 files changed, 326 insertions(+), 31 deletions(-)
 create mode 100644 Documentation/device-mapper/dm-flakey.txt
 create mode 100644 drivers/md/dm-flakey.c

Thanks,
Alasdair.
--
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