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 is free to crash. -ss
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 is free to crash. -ss