linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] eCryptfs fixes for 3.9-rc2
@ 2013-03-07  1:15 Tyler Hicks
  0 siblings, 0 replies; only message in thread
From: Tyler Hicks @ 2013-03-07  1:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, ecryptfs

[-- Attachment #1: Type: text/plain, Size: 2089 bytes --]

Hi Linus,

The following changes since commit dfdebc24837ed0a1d6ad73b108a10d3c88d1b6e8:

  Merge tag 'for-linus-v3.8-rc4' of git://oss.sgi.com/xfs/xfs (2013-01-16 16:19:54 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git tags/ecryptfs-3.9-rc2-fixes

for you to fetch changes up to 290502bee239062499297916bb7d21d205e99d62:

  eCryptfs: allow userspace messaging to be disabled (2013-03-03 23:59:59 -0800)

----------------------------------------------------------------
Minor code cleanups and new Kconfig option to disable /dev/ecryptfs

The code cleanups fix up W=1 compiler warnings and some unnecessary checks. The
new Kconfig option, defaulting to N, allows the rarely used eCryptfs kernel to
userspace communication channel to be compiled out. This may be the first step
in it being eventually removed.

----------------------------------------------------------------
Dan Carpenter (1):
      eCryptfs: remove unneeded checks in virt_to_scatterlist()

Kees Cook (1):
      eCryptfs: allow userspace messaging to be disabled

Simon Que (1):
      eCryptfs: initialize payload_len in keystore.c

Tim Gardner (2):
      eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null check
      ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null check

Tyler Hicks (3):
      eCryptfs: Fix -Wunused-but-set-variable warnings
      eCryptfs: Fix -Wmissing-prototypes warnings
      eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()

 fs/ecryptfs/Kconfig           |  8 ++++++++
 fs/ecryptfs/Makefile          |  7 +++++--
 fs/ecryptfs/crypto.c          |  9 +++------
 fs/ecryptfs/dentry.c          |  2 --
 fs/ecryptfs/ecryptfs_kernel.h | 40 ++++++++++++++++++++++++++++++++++++++--
 fs/ecryptfs/file.c            |  2 --
 fs/ecryptfs/inode.c           |  8 ++++----
 fs/ecryptfs/keystore.c        |  9 ++++-----
 fs/ecryptfs/messaging.c       |  5 ++---
 include/linux/ecryptfs.h      | 12 ++----------
 10 files changed, 66 insertions(+), 36 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-07  1:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-07  1:15 [GIT PULL] eCryptfs fixes for 3.9-rc2 Tyler Hicks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).