]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge tag 'ecryptfs-7.2-rc1-updates' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Jun 2026 15:24:06 +0000 (08:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Jun 2026 15:24:06 +0000 (08:24 -0700)
Pull ecryptfs updates from Tyler Hicks:
 "No functional changes, just code cleanups:

   - replace kmalloc()/snprintf() with kasprintf()

   - simplify code flow by removing an unnecessary variable"

* tag 'ecryptfs-7.2-rc1-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs:
  ecryptfs: use kasprintf in ecryptfs_crypto_api_algify_cipher_name
  ecryptfs: remove redundant variable found_auth_tok


Trivial merge