On 2/5/2020 12:20 PM, Horia Geantă wrote: > When running tcrypt skcipher speed tests, logs contain things like: > testing speed of async ecb(des3_ede) (ecb(des3_ede-generic)) encryption > or: > testing speed of async ecb(aes) (ecb(aes-ce)) encryption > > The algorithm implementations are sync, not async. > Fix this inaccuracy. > > Fixes: 7166e589da5b6 ("7166e589da5b crypto: tcrypt - Use skcipher") Just noticed the typo in the Fixes tag. Let me know if you could fix this before applying (in case this is the only issue with the patch), or you want me to send v2. Thanks, Horia