https://github.com/torvalds/linux
Revision e9278a475f845833b569ca47171e64fe48c616e0 authored by Eric Dumazet on 26 August 2011, 06:26:15 UTC, committed by David S. Miller on 26 August 2011, 16:49:04 UTC
__netpoll_rx() doesnt properly handle skbs with small header

pskb_may_pull() or pskb_trim_rcsum() can change skb->data, we must
reload it.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 3d01556
History
Tip revision: e9278a475f845833b569ca47171e64fe48c616e0 authored by Eric Dumazet on 26 August 2011, 06:26:15 UTC
netpoll: fix incorrect access to skb data in __netpoll_rx
Tip revision: e9278a4
File Mode Size
Kconfig -rw-r--r-- 275 bytes
assigned-dev.c -rw-r--r-- 19.0 KB
async_pf.c -rw-r--r-- 5.2 KB
async_pf.h -rw-r--r-- 1.1 KB
coalesced_mmio.c -rw-r--r-- 4.1 KB
coalesced_mmio.h -rw-r--r-- 969 bytes
eventfd.c -rw-r--r-- 15.2 KB
ioapic.c -rw-r--r-- 10.7 KB
ioapic.h -rw-r--r-- 2.2 KB
iodev.h -rw-r--r-- 1.9 KB
iommu.c -rw-r--r-- 7.8 KB
irq_comm.c -rw-r--r-- 12.0 KB
kvm_main.c -rw-r--r-- 59.8 KB

back to top