On (07/04/16 14:49), Ganesh Mahendran wrote:[..]> -static void zs_unregister_cpu_notifier(void)> +static void __exit zs_unregister_cpu_notifier(void)> {this __exit symbol is called from `__init zs_init()' and thus isfree to crash. -ss