]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 20 Dec 2014 02:15:12 +0000 (18:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 20 Dec 2014 02:15:12 +0000 (18:15 -0800)
commit51b1b1175304587b9771b388ab96a43be0469f67
tree5584eff4756b695e88a627ba2639c956b7e715c2
parentb9d20b0533cf6e78e65b9f919052b8cc7ad6bae9
parentc88673f6bc3916bc2249a582848adaa2a8e68512
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs

Pull eCryptfs fixes from Tyler Hicks:
 "Fixes for filename decryption and encrypted view plus a cleanup

   - The filename decryption routines were, at times, writing a zero
     byte one character past the end of the filename buffer

   - The encrypted view feature attempted, and failed, to roll its own
     form of enforcing a read-only mount instead of letting the VFS
     enforce it"

* tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs:
  eCryptfs: Remove buggy and unnecessary write in file name decode routine
  eCryptfs: Remove unnecessary casts when parsing packet lengths
  eCryptfs: Force RO mount when encrypted view is enabled
fs/ecryptfs/crypto.c
fs/ecryptfs/file.c
fs/ecryptfs/main.c