On Thu, Jul 31, 2025 at 12:02:27PM -0700, Eric Biggers wrote: > Use the HMAC-SHA256 library functions instead of crypto_shash. This is > simpler and faster. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > include/linux/ceph/messenger.h | 4 +- > net/ceph/Kconfig | 3 +- > net/ceph/messenger_v2.c | 77 ++++++++++------------------------ > 3 files changed, 26 insertions(+), 58 deletions(-) Looks like this patch hasn't been applied yet. Can it be taken through the ceph tree? Thanks, - Eric