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>
Showing
- drivers/s390/net/qeth_core.h 1 addition, 1 deletiondrivers/s390/net/qeth_core.h
- drivers/s390/net/qeth_core_main.c 3 additions, 1 deletiondrivers/s390/net/qeth_core_main.c
- drivers/s390/net/qeth_l2_main.c 1 addition, 1 deletiondrivers/s390/net/qeth_l2_main.c
- drivers/s390/net/qeth_l3_main.c 1 addition, 1 deletiondrivers/s390/net/qeth_l3_main.c
Loading
Please register or sign in to comment