2024-03-21 21:09:31

by Tom Zanussi

[permalink] [raw]
Subject: [PATCH 0/2] crypto: iaa - A couple of bugfixes

Hi Herbert,

Here are a couple of bugfixes to iaa_crypto.

The first is a documentation fix from Jerry Snitselaar, which I added
my Reviewed-by: to.

The second is a fix for a divide-by-0 bug when running with a single
cpu, which was reported by Jerry as well, and which I've tested with
various numbers of cpus and other permutations with no problems.

Thanks to Jerry for the patch and bug report.

Thanks,

Tom

Jerry Snitselaar (1):
crypto: iaa: Fix some errors in IAA documentation

Tom Zanussi (1):
crypto: iaa - Fix nr_cpus < nr_iaa case

.../driver-api/crypto/iaa/iaa-crypto.rst | 22 ++++++++++++++-----
drivers/crypto/intel/iaa/iaa_crypto_main.c | 10 ++++++---
2 files changed, 23 insertions(+), 9 deletions(-)

--
2.34.1