From: David Rientjes Date: Tue, 14 Apr 2015 22:42:37 +0000 (-0700) Subject: arch/sh/kernel/dwarf.c: destroy mempools on cleanup X-Git-Tag: omap-for-v4.1/fixes-rc1~151^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4b425897cd582897ccc38b637ce7ab5ffc5593;p=pandora-kernel.git arch/sh/kernel/dwarf.c: destroy mempools on cleanup dwarf_reg_pool and dwarf_frame_pool are not properly destroyed when cleaning up the dwarf unwinder. Destroy them with mempool_destroy(). Also mark dwarf_unwinder_cleanup() as __init. Signed-off-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed