[GIT PULL] eCryptfs updates for 7.2-rc1

Tyler Hicks <[email protected]> Thu, 25 Jun 2026 21:54:42 -0500
Newsgroups org.kernel.vger.ecryptfs,org.kernel.vger.linux-kernel
Message-ID <aj3p8nYWZPTbkUWW@yaupon>
Hi Linus,

The following changes since commit 5d6919055dec134de3c40167a490f33c74c12581:

  Linux 7.1-rc3 (2026-05-10 14:08:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git tags/ecryptfs-7.2-rc1-updates

for you to fetch changes up to 95ce5ffd54cf66098f91892f98606c3bd33846fe:

  ecryptfs: use kasprintf in ecryptfs_crypto_api_algify_cipher_name (2026-06-04 14:15:08 -0500)

----------------------------------------------------------------
The set of eCryptfs changes for the 7.2-rc1 merge window consists of:
- Code cleanup to replace kmalloc()/snprintf() with kasprintf()
- Code cleanup to simplify code flow by removing an unnecessary variable

There should be no functional changes. The patches have all spent time
in linux-next and they pass all tests in the ecryptfs-utils tree.

----------------------------------------------------------------
Alexey Velichayshiy (1):
      ecryptfs: remove redundant variable found_auth_tok

Thorsten Blum (1):
      ecryptfs: use kasprintf in ecryptfs_crypto_api_algify_cipher_name

 fs/ecryptfs/crypto.c   | 24 +++++++-----------------
 fs/ecryptfs/keystore.c | 16 +++++-----------
 2 files changed, 12 insertions(+), 28 deletions(-)