Re: [GIT PULL] Crypto Fixes for 6.17
From: Eric Biggers
Date: Wed Sep 24 2025 - 15:06:21 EST
On Fri, Sep 19, 2025 at 12:10:03PM +0800, Herbert Xu wrote:
> Herbert Xu (2):
> crypto: af_alg - Set merge to zero early in af_alg_sendmsg
> crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
These seem to have been pushed out without any public review. Note that
the second patch is buggy, since it changed fields from 'bool' to 1-bit
bitfields without updating code to stop assigning values greater than 1.
- Eric