From: Stephen Hemminger Date: Wed, 10 Mar 2010 01:42:17 +0000 (-0800) Subject: Staging: hv: handle skb allocation failure X-Git-Tag: v2.6.35-rc1~441^2^2~534 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9495c282baf53ec7bfffcb9dd9f40cb10d4240e0;p=pandora-kernel.git Staging: hv: handle skb allocation failure Some fixes to receive handling: * Dieing with assertion failure when running out of memory is not ok * Use newer alloc function to get aligned skb * Dropped statistic is supposed to be incremented only by driver it was responsible for the drop. Compile tested only. Signed-off-by: Stephen Hemminger Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed