From: Stanislaw Gruszka Date: Fri, 8 Oct 2010 04:25:00 +0000 (+0000) Subject: r8169: allocate with GFP_KERNEL flag when able to sleep X-Git-Tag: v2.6.36-rc8~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb19f6052b5e5c8a24aa444fbff73b84341beac;p=pandora-kernel.git r8169: allocate with GFP_KERNEL flag when able to sleep We have fedora bug report where driver fail to initialize after suspend/resume because of memory allocation errors: https://bugzilla.redhat.com/show_bug.cgi?id=629158 To fix use GFP_KERNEL allocation where possible. Tested-by: Neal Becker Signed-off-by: Stanislaw Gruszka Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed