mbox series

[5.10,0/4] backport fscrypt symlink fixes to 5.10

Message ID 20210901162721.138605-1-ebiggers@kernel.org (mailing list archive)
Headers show
Series backport fscrypt symlink fixes to 5.10 | expand

Message

Eric Biggers Sept. 1, 2021, 4:27 p.m. UTC
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(-)

Comments

Greg KH Sept. 1, 2021, 4:38 p.m. UTC | #1
On Wed, Sep 01, 2021 at 09:27:17AM -0700, Eric Biggers wrote:
> 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.

Thanks, will queue these up after this next round of -rc kernels are
released.

greg k-h
Greg KH Sept. 3, 2021, 1:58 p.m. UTC | #2
On Wed, Sep 01, 2021 at 06:38:27PM +0200, Greg KH wrote:
> On Wed, Sep 01, 2021 at 09:27:17AM -0700, Eric Biggers wrote:
> > 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.
> 
> Thanks, will queue these up after this next round of -rc kernels are
> released.

All now queued up, thanks.

greg k-h