mbox series

[GIT,PULL] fscrypt updates for 6.15

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

Pull-request

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

Message

Eric Biggers March 23, 2025, 10:19 p.m. UTC
The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:

  Linux 6.14-rc3 (2025-02-16 14:02:44 -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 13dc8eb90067f3aae45269214978e552400d5e28:

  fscrypt: mention init_on_free instead of page poisoning (2025-03-04 13:02:45 -0800)

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

A fix for an issue where CONFIG_FS_ENCRYPTION could be enabled without
some of its dependencies, and a small documentation update.

----------------------------------------------------------------
Eric Biggers (3):
      Revert "fscrypt: relax Kconfig dependencies for crypto API algorithms"
      fscrypt: drop obsolete recommendation to enable optimized ChaCha20
      fscrypt: mention init_on_free instead of page poisoning

 Documentation/filesystems/fscrypt.rst |  8 ++------
 fs/crypto/Kconfig                     | 20 ++++++++------------
 2 files changed, 10 insertions(+), 18 deletions(-)