From: Matthew Vick Date: Thu, 13 Dec 2012 07:20:37 +0000 (+0000) Subject: igb: Free any held skb that should have been timestamped on remove X-Git-Tag: v3.9-rc1~139^2~334^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=badc26dd648cb3017affb834e9f79995e3911335;p=pandora-kernel.git igb: Free any held skb that should have been timestamped on remove To prevent a race condition where an skb has been saved to return the Tx timestamp later and the driver is removed, add a check to determine if we have an skb stored and, if so, free it. Cc: Richard Cochran Signed-off-by: Matthew Vick Acked-by: Jacob Keller Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed