diff options
| author | Saeed Mirzamohammadi <saeed.mirzamohammadi@oracle.com> | 2026-03-02 15:59:14 -0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2026-03-14 14:03:19 +0900 |
| commit | 32e76e3757e89f370bf2ac8dba8aeb133071834e (patch) | |
| tree | 543161d873304d3e5632c5910b4be43da8b12eae /tools/perf/scripts/python/stackcollapse.py | |
| parent | 3ac949881396361b6462a717f6cbbd97f368af02 (diff) | |
crypto: tcrypt - clamp num_mb to avoid divide-by-zero
Passing num_mb=0 to the multibuffer speed tests leaves test_mb_aead_cycles()
and test_mb_acipher_cycles() dividing by (8 * num_mb). With sec=0 (the
default), the module prints "1 operation in ..." and hits a divide-by-zero
fault.
Force num_mb to at least 1 during module init and warn the caller so the
warm-up loop and the final report stay well-defined.
To reproduce:
sudo modprobe tcrypt mode=600 num_mb=0
Signed-off-by: Saeed Mirzamohammadi <saeed.mirzamohammadi@oracle.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
