[Cosmic][Patch 0/1] ipmi: Fix timer race with module unload
Manoj Iyer
manoj.iyer at canonical.com
Mon Oct 22 22:48:33 UTC 2018
Please consider the following patch that fixes a kernel panic on
removing and inserting the ipmi_ssif module in a loop. This is due to
mod_timer from arming a timer that was already removed by del_timer during
module unload.
This fixes bug:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1799281
The patch was cleanly cherry-picked from linux-next onto latest bionic
tree and tested by me on a Cavium ThunderX2 system. Please refer to the bug
report for details on testing.
More information about the kernel-team
mailing list