From: Ben Hutchings Date: Thu, 28 Nov 2013 18:58:11 +0000 (+0000) Subject: sfc: Copy RX prefix into skb head area in efx_rx_mk_skb() X-Git-Tag: v3.14-rc1~94^2~493^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ccd0b192534b1dc6af45ffb81faa44b7ae416bf;p=pandora-kernel.git sfc: Copy RX prefix into skb head area in efx_rx_mk_skb() We can potentially pull the entire packet contents into the head area and then free the page it was in. In order to read an inline timestamp safely, we need to copy the prefix into the head area as well. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed