Comment 6 for bug 1884766

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

Common to all test runs: stress-ng version,
and command to load as many crypto modules
as found/possible in the system.

$ ./stress-ng --version
stress-ng, version 0.11.14 (<build system details>) 💻🔥

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