mbox series

[GIT,PULL] fscrypt updates for 6.9

Message ID 20240312041729.GH1182@sol.localdomain (mailing list archive)
State New
Headers show
Series [GIT,PULL] fscrypt updates for 6.9 | expand

Pull-request

https://git.kernel.org/pub/scm/fs/fscrypt/linux.git tags/fscrypt-for-linus

Message

Eric Biggers March 12, 2024, 4:17 a.m. UTC
The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/fscrypt/linux.git tags/fscrypt-for-linus

for you to fetch changes up to 8c62f31eddb71c6f6878258579318c1156045247:

  fscrypt: shrink the size of struct fscrypt_inode_info slightly (2024-02-23 22:03:48 -0800)

----------------------------------------------------------------

Fix flakiness in a test by releasing the quota synchronously when a key
is removed, and other minor cleanups.

----------------------------------------------------------------
Eric Biggers (2):
      fscrypt: write CBC-CTS instead of CTS-CBC
      fscrypt: shrink the size of struct fscrypt_inode_info slightly

Luis Henriques (1):
      fscrypt: clear keyring before calling key_put()

Xiubo Li (1):
      fscrypt: explicitly require that inode->i_blkbits be set

 Documentation/filesystems/fscrypt.rst | 27 +++++++++++++++------------
 fs/crypto/fscrypt_private.h           | 14 ++++++++------
 fs/crypto/keyring.c                   |  8 ++++++--
 fs/crypto/keysetup.c                  | 11 +++++++----
 4 files changed, 36 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org March 12, 2024, 10:24 p.m. UTC | #1
The pull request you sent on Mon, 11 Mar 2024 21:17:29 -0700:

> https://git.kernel.org/pub/scm/fs/fscrypt/linux.git tags/fscrypt-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3bf95d567d67f8d78d7d2c8553025eaa02e1d9c5

Thank you!