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:	Wed, 10 Aug 2011 00:21:35 -0500
From:	Tyler Hicks <tyhicks@...ux.vnet.ibm.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, ecryptfs@...r.kernel.org
Subject: [GIT PULL] eCryptfs fixes for 3.1-rc2

Hi Linus,

John has added an eCryptfs mount option to do a mount time check
ensuring that the source mount point is owned by the real uid of the
process performing the mount. Roberto's Kconfig patch fixes a
dependency-based compile error when encrypted keys are built as a module
but eCryptfs is a built-in. My first patch removes a call to BUG() when
we should be returning an error and my second patch simply fixes a
compiler warning.

The following changes since commit 322a8b034003c0d46d39af85bf24fee27b902f48:

  Linux 3.1-rc1 (2011-08-07 18:23:30 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6.git for-linus

John Johansen (1):
      Ecryptfs: Add mount option to check uid of device being mounted = expect uid

Roberto Sassu (1):
      eCryptfs: fix compile error

Tyler Hicks (2):
      eCryptfs: Return error when lower file pointer is NULL
      eCryptfs: Fix payload_len unitialized variable warning

 fs/ecryptfs/Kconfig      |    2 +-
 fs/ecryptfs/keystore.c   |    2 +-
 fs/ecryptfs/main.c       |   23 +++++++++++++++++++++--
 fs/ecryptfs/read_write.c |   18 ++++++++++--------
 4 files changed, 33 insertions(+), 12 deletions(-)
--
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