From: Cong Wang Date: Fri, 3 Feb 2012 23:37:15 +0000 (-0800) Subject: lkdtm: avoid calling lkdtm_do_action() with spinlock held X-Git-Tag: v3.3-rc3~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92618184cb92c5b39d4d8573572d576f9ccb3c28;p=pandora-kernel.git lkdtm: avoid calling lkdtm_do_action() with spinlock held lkdtm_do_action() may call sleeping functions like kmalloc(), so do not call it with spin lock held. Signed-off-by: WANG Cong Cc: Prarit Bhargava Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Reviewed-by: Dave Young Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed