Comment 10 for bug 1884766

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

I've also ran stress-ng as in comment #1 (below) on 4 CPUs for 8 hours on X/B/F.

No signs of issues: it finishes successfully and no weird messages in the kernel logs.

$ sudo modprobe -a \
          $(modinfo \
              /lib/modules/$(uname -r)/kernel/crypto/*.ko \
              /lib/modules/$(uname -r)/kernel/arch/*/crypto/*.ko \
              | grep -ow 'crypto-.*')

$ ./stress-ng --version && ./stress-ng --af-alg 0 --timeout 8h 2>&1 | tee ../stress-ng.log.$(lsb_release -cs)-proposed

Focal
-----

$ uname -rv
5.4.0-43-generic #47-Ubuntu SMP Sat Aug 8 06:34:35 UTC 2020

$ cat stress-ng.log.focal-proposed
stress-ng: info: [11012] dispatching hogs: 4 af-alg
stress-ng: info: [11015] stress-ng-af-alg: 61 cryptographic algorithms found in /proc/crypto
stress-ng: info: [11015] stress-ng-af-alg: 101 cryptographic algorithms max (with defconfigs)
stress-ng: info: [11012] successful run completed in 28800.11s (8 hours, 0.11 secs)

Bionic
------

$ uname -rv
4.15.0-113-generic #114-Ubuntu SMP Sun Aug 9 07:27:58 UTC 2020

$ cat stress-ng.log.bionic-proposed
stress-ng: info: [10848] dispatching hogs: 4 af-alg
stress-ng: info: [10851] stress-ng-af-alg: 57 cryptographic algorithms found in /proc/crypto
stress-ng: info: [10851] stress-ng-af-alg: 105 cryptographic algorithms max (with defconfigs)
stress-ng: info: [10848] successful run completed in 28800.09s (8 hours, 0.09 secs)

Xenial
------

$ uname -rv
4.4.0-187-generic #217-Ubuntu SMP Tue Jul 21 04:18:15 UTC 2020

$ cat stress-ng.log.xenial-proposed
stress-ng: info: [12108] dispatching hogs: 4 af-alg
stress-ng: info: [12111] stress-ng-af-alg: 50 cryptographic algorithms found in /proc/crypto
stress-ng: info: [12111] stress-ng-af-alg: 105 cryptographic algorithms max (with defconfigs)
stress-ng: info: [12108] successful run completed in 28800.08s (8 hours, 0.08 secs)