Comment 8 for bug 1799281

Revision history for this message
Manoj Iyer (manjo) wrote :

-- cosmic --
ubuntu@hotdog:~$ uname -a
Linux hotdog 4.18.0-12-generic #13-Ubuntu SMP Wed Nov 14 15:16:52 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
ubuntu@hotdog:~$

ubuntu@hotdog:~$ for i in {1..500}; do sudo modprobe -r ipmi_ssif; sleep 2s ; sudo modprobe ipmi_ssif || exit; done
ubuntu@hotdog:~$

Test completed with no kernel panics.