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 5.3-rc1
Date: Mon, 15 Jul 2019 01:08:43 +0000 [thread overview]
Message-ID: <20190715010612.GA13363@sec> (raw)
Hi Linus,
The following changes since commit 5ded5871030eb75017639148da0a58931dfbfc25:
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2019-02-15 13:36:43 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git tags/ecryptfs-5.3-rc1-fixes
for you to fetch changes up to 7451c54abc9139585492605d9e91dec2d26c6457:
ecryptfs: Change return type of ecryptfs_process_flags (2019-07-02 19:28:02 +0000)
----------------------------------------------------------------
- Fix error handling when ecryptfs_read_lower() encounters an error
- Fix read-only file creation when the eCryptfs mount is configured to
store metadata in xattrs
- Minor code cleanups
----------------------------------------------------------------
Dan Carpenter (2):
eCryptfs: fix a couple type promotion bugs
ecryptfs: re-order a condition for static checkers
Hariprasad Kelam (1):
ecryptfs: Change return type of ecryptfs_process_flags
Robbie Ko (1):
eCryptfs: fix permission denied with ecryptfs_xattr mount option when create readonly file
Sascha Hauer (1):
ecryptfs: use print_hex_dump_bytes for hexdump
YueHaibing (2):
ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sig
ecryptfs: Make ecryptfs_xattr_handler static
fs/ecryptfs/crypto.c | 42 +++++++++++++++++++++++++-----------------
fs/ecryptfs/debug.c | 22 +++-------------------
fs/ecryptfs/inode.c | 2 +-
fs/ecryptfs/keystore.c | 9 +++++----
4 files changed, 34 insertions(+), 41 deletions(-)
next reply other threads:[~2019-07-15 1:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-15 1:08 Tyler Hicks [this message]
2019-07-15 2:40 ` [GIT PULL] eCryptfs fixes for 5.3-rc1 pr-tracker-bot
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=20190715010612.GA13363@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.