commit | 1ef6acf597559fd1c244190512144c40619299bf | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Wed May 26 23:26:17 2010 +0200 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Wed May 26 23:26:29 2010 +0200 |
tree | 459e74f8c4bebc2d53effbb322ea426e6cca70ce | |
parent | 63a6440326e4cd01d6a663069208a0e68e9b833f [diff] |
[S390] cmm: fix crash on module unload There might be a scheduled cmm_timer if the cmm module gets unloaded. That timer was not deleted during module unload and thus could lead to system crash later on. Besides that reorder function calls in module init and exit code to avoid a couple of other races which could lead to accesses to uninitialized data. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>