linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.10 0/4] backport fscrypt symlink fixes to 5.10
@ 2021-09-01 16:27 Eric Biggers
  2021-09-01 16:27 ` [PATCH 5.10 1/4] fscrypt: add fscrypt_symlink_getattr() for computing st_size Eric Biggers
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Eric Biggers @ 2021-09-01 16:27 UTC (permalink / raw)
  To: stable; +Cc: linux-fscrypt

This series resolves some silent cherry-pick conflicts due to the
prototype of inode_operations::getattr having changed in v5.12, as well
as a conflict in the ubifs patch.  Please apply to 5.10-stable.

Eric Biggers (4):
  fscrypt: add fscrypt_symlink_getattr() for computing st_size
  ext4: report correct st_size for encrypted symlinks
  f2fs: report correct st_size for encrypted symlinks
  ubifs: report correct st_size for encrypted symlinks

 fs/crypto/hooks.c       | 44 +++++++++++++++++++++++++++++++++++++++++
 fs/ext4/symlink.c       | 11 ++++++++++-
 fs/f2fs/namei.c         | 11 ++++++++++-
 fs/ubifs/file.c         | 12 ++++++++++-
 include/linux/fscrypt.h |  7 +++++++
 5 files changed, 82 insertions(+), 3 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-03 13:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 16:27 [PATCH 5.10 0/4] backport fscrypt symlink fixes to 5.10 Eric Biggers
2021-09-01 16:27 ` [PATCH 5.10 1/4] fscrypt: add fscrypt_symlink_getattr() for computing st_size Eric Biggers
2021-09-01 16:27 ` [PATCH 5.10 2/4] ext4: report correct st_size for encrypted symlinks Eric Biggers
2021-09-01 16:27 ` [PATCH 5.10 3/4] f2fs: " Eric Biggers
2021-09-01 16:27 ` [PATCH 5.10 4/4] ubifs: " Eric Biggers
2021-09-01 16:38 ` [PATCH 5.10 0/4] backport fscrypt symlink fixes to 5.10 Greg KH
2021-09-03 13:58   ` Greg KH

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).