On Thu, Sep 4, 2025 at 4:32 AM Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > > 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, Hi Eric, I have just posted a small nit/question on the patch itself. If you agree, I can make the edit and stage the patch later today. Thanks, Ilya