From: Tyler Hicks <tyhicks@canonical.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, ecryptfs@vger.kernel.org
Subject: [GIT PULL] eCryptfs fixes for 3.9-rc2
Date: Wed, 6 Mar 2013 17:15:25 -0800 [thread overview]
Message-ID: <20130307011512.GA31643@boyd> (raw)
[-- 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 --]
reply other threads:[~2013-03-07 1:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130307011512.GA31643@boyd \
--to=tyhicks@canonical.com \
--cc=akpm@linux-foundation.org \
--cc=ecryptfs@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox