Re: [PATCH net-next v2] crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)

From: David Howells
Date: Tue Jun 20 2023 - 04:33:16 EST


Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote:

> > However, given you want sendmsg() to do the init->digest cycle on zero length
> > data, I think we should revert to the previous version of the patch that makes
> > a pass of the loop even with no data.
>
> Let's get this fixed ASAP and we can refine it later.
>
> Acked-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>

Um. Is that against this patch or the old version?

David