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 4.15-rc1
Date: Fri, 17 Nov 2017 21:27:04 +0000 [thread overview]
Message-ID: <20171117212244.GA1244@sec> (raw)
[-- Attachment #1: Type: text/plain, Size: 1858 bytes --]
Hi Linus,
The following changes since commit 0b07194bb55ed836c2cc7c22e866b87a14681984:
Linux 4.14-rc7 (2017-10-29 13:58:38 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git tags/ecryptfs-4.15-rc1-fixes
for you to fetch changes up to 4670269faba728683f7250319a65390946c028e3:
eCryptfs: constify attribute_group structures. (2017-11-08 17:38:14 +0000)
----------------------------------------------------------------
* Miscellaneous code cleanups and refactoring
* Fix a possible use after free bug when unloading the module
----------------------------------------------------------------
Arvind Yadav (1):
eCryptfs: constify attribute_group structures.
Colin Ian King (1):
ecryptfs: add missing \n to end of various error messages
Dan Carpenter (1):
eCryptfs: use after free in ecryptfs_release_messaging()
Jeff Layton (1):
ecryptfs: remove unnecessary i_version bump
Jérémy Lefaure (1):
ecryptfs: use ARRAY_SIZE
Markus Elfring (3):
ecryptfs: Delete 21 error messages for a failed memory allocation
ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth_tok()
ecryptfs: Adjust four checks for null pointers
Rasmus Villemoes (1):
ecryptfs: remove private bin2hex implementation
fs/ecryptfs/crypto.c | 44 ++++++---------------------------------
fs/ecryptfs/ecryptfs_kernel.h | 9 +++++++-
fs/ecryptfs/inode.c | 4 ----
fs/ecryptfs/keystore.c | 48 +++++++++++--------------------------------
fs/ecryptfs/main.c | 4 ++--
fs/ecryptfs/messaging.c | 13 ++++--------
fs/ecryptfs/miscdev.c | 8 ++------
fs/ecryptfs/mmap.c | 2 --
8 files changed, 34 insertions(+), 98 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
reply other threads:[~2017-11-17 21:27 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=20171117212244.GA1244@sec \
--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;
as well as URLs for NNTP newsgroup(s).