linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fscrypt updates for 6.18
@ 2025-09-27 19:48 Eric Biggers
  2025-09-29 23:22 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2025-09-27 19:48 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fscrypt, linux-fsdevel, linux-kernel, Theodore Ts'o,
	Jaegeuk Kim, Qianfeng Rong

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

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 19591f7e781fd1e68228f5b3bee60be6425af886:

  fscrypt: use HMAC-SHA512 library for HKDF (2025-09-05 21:01:51 -0700)

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

Make fs/crypto/ use the HMAC-SHA512 library functions instead of
crypto_shash. This is simpler, faster, and more reliable.

----------------------------------------------------------------
Eric Biggers (1):
      fscrypt: use HMAC-SHA512 library for HKDF

Qianfeng Rong (1):
      fscrypt: Remove redundant __GFP_NOWARN

 fs/crypto/Kconfig           |   5 +-
 fs/crypto/bio.c             |   2 +-
 fs/crypto/fname.c           |   1 -
 fs/crypto/fscrypt_private.h |  26 ++++-------
 fs/crypto/hkdf.c            | 109 ++++++++++++++++----------------------------
 fs/crypto/hooks.c           |   2 +-
 fs/crypto/keyring.c         |  30 ++++--------
 fs/crypto/keysetup.c        |  65 ++++++++------------------
 fs/crypto/policy.c          |   4 +-
 9 files changed, 83 insertions(+), 161 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] fscrypt updates for 6.18
  2025-09-27 19:48 [GIT PULL] fscrypt updates for 6.18 Eric Biggers
@ 2025-09-29 23:22 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-09-29 23:22 UTC (permalink / raw)
  To: Eric Biggers
  Cc: Linus Torvalds, linux-fscrypt, linux-fsdevel, linux-kernel,
	Theodore Ts'o, Jaegeuk Kim, Qianfeng Rong

The pull request you sent on Sat, 27 Sep 2025 12:48:16 -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/d60ac92c105fd8c09224b92c3e34dd03327ba3f4

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-29 23:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-27 19:48 [GIT PULL] fscrypt updates for 6.18 Eric Biggers
2025-09-29 23:22 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).