]> git.baikalelectronics.ru Git - kernel.git/commit
qeth: Fix missing pointer update
authorStefan Raspl <raspl@linux.vnet.ibm.com>
Mon, 22 Apr 2013 01:12:29 +0000 (01:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Apr 2013 19:39:27 +0000 (15:39 -0400)
commit7ef86805ecbd841a43131f25a11f29671917b1a6
tree66029f13e635a86d7e32ea03ad5d6f0a6f0f9de7
parentc05a082da2e1d90b25dfd9972fc3aa4f0fb04a3c
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>
drivers/s390/net/qeth_core.h
drivers/s390/net/qeth_core_main.c
drivers/s390/net/qeth_l2_main.c
drivers/s390/net/qeth_l3_main.c