Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 15 Jul 2019 02:29:04 +0000 (19:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 15 Jul 2019 02:29:04 +0000 (19:29 -0700)
commitfa6e951a2a440babd7a7310d0f4713e618061767
tree07adc018be439e33a0353169b93a7399dfad94cd
parenta318423b61e8c67aa5c0a428540c58439a20baac
parent7451c54abc9139585492605d9e91dec2d26c6457
Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git./linux/kernel/git/tyhicks/ecryptfs

Pull eCryptfs updates from Tyler Hicks:

 - 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

* tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs:
  ecryptfs: Change return type of ecryptfs_process_flags
  ecryptfs: Make ecryptfs_xattr_handler static
  ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sig
  ecryptfs: use print_hex_dump_bytes for hexdump
  eCryptfs: fix permission denied with ecryptfs_xattr mount option when create readonly file
  ecryptfs: re-order a condition for static checkers
  eCryptfs: fix a couple type promotion bugs
fs/ecryptfs/crypto.c
fs/ecryptfs/debug.c
fs/ecryptfs/inode.c
fs/ecryptfs/keystore.c