Comment 7 for bug 1869032

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

The jenkins job for sru-misc has successfully completed on node modoc with 5.3.0-43 without any hang issue. (I don't have a chance to check for syslog, but since it's not hanging I guess it's fine).

I've also tested the net/tls test in the selftest for 100 times on modoc with 5.3.0-43, passed with oops:
  for i in $(seq 1 100); do sudo ./tls; done

Furthermore, I had it tested with the net test suite for 100 time, passed without oops:
  for i in $(seq 1 100); do echo "====== cycle $i ======" | sudo tee /dev/kmsg; sudo make run_tests TARGETS=net; done