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 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>