commit | d4ae1f5e5eb3a6b367acb137dec9e9599b0ce3f3 | [log] [tgz] |
---|---|---|
author | Stefan Raspl <raspl@linux.vnet.ibm.com> | Mon Apr 22 01:12:29 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 22 15:39:27 2013 -0400 |
tree | 66029f13e635a86d7e32ea03ad5d6f0a6f0f9de7 | |
parent | 065cc782e7d2fa4b1b31964d75a29fa72138242c [diff] |
qeth: Fix missing pointer update qeth_hdr_chk_and_bounce() can possibly shift the skb->data pointer. However, the existing code didn't update the hdr pointer, which should point to skb->data, accordingly. Symptoms of this issue are sporadic recoveries. Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com> Signed-off-by: Frank Blaschka <blaschka@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>