From: David Woodhouse Date: Sun, 25 Jun 2006 12:48:41 +0000 (-0700) Subject: [PATCH] R3964: fix GFP_KERNEL allocations in timer function X-Git-Tag: v2.6.18-rc1~933 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78dbe706e22f54bce61571ad837238382e1ba5f9;p=pandora-kernel.git [PATCH] R3964: fix GFP_KERNEL allocations in timer function In the error case, add_msg() gets called from timer functions, so should be using GFP_ATOMIC instead of GFP_KERNEL. Ref: http://bugzilla.kernel.org/show_bug.cgi?id=6659. Thanks to Christian Werner for reporting, and for the initial fix. Signed-off-by: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed