[PATCH] Add missing __initdata
One of the stack size optimizations introduced a new static variable in a function marked with __init. But the variable is not marked appropriately and so 1k of data is never freed.
Showing
Please register or sign in to comment