From: Julia Lawall Date: Mon, 9 Jan 2012 09:40:49 +0000 (+0100) Subject: crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMIC X-Git-Tag: v3.4-rc1~166^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a2577a410a066ae409f805618f7e84748a537d;p=pandora-kernel.git crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMIC The function is called with locks held and thus should not use GFP_KERNEL. The semantic patch that makes this report is available in scripts/coccinelle/locks/call_kern.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Julia Lawall Signed-off-by: Herbert Xu --- Reading git-diff-tree failed