Re: [PATCH v2 7/8] mm/zsmalloc: add __init,__exit attribute

From: Sergey Senozhatsky
Date: Mon Jul 04 2016 - 04:44:09 EST


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