https://github.com/torvalds/linux
Revision 1a998d3e6bc1e44f4c0bc7509bdedef8ed3845ec authored by Zoltan Kiss on 18 July 2014, 18:08:02 UTC, committed by David S. Miller on 21 July 2014, 03:56:05 UTC
The error handling for skb's with frag_list was completely wrong, it caused
double unmap attempts to happen if the error was on the first skb. Move it to
the right place in the loop.

Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com>
Reported-by: Armin Zentai <armin.zentai@ezit.hu>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: xen-devel@lists.xenproject.org
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7801db8
History
Tip revision: 1a998d3e6bc1e44f4c0bc7509bdedef8ed3845ec authored by Zoltan Kiss on 18 July 2014, 18:08:02 UTC
xen-netback: Fix handling frag_list on grant op error path
Tip revision: 1a998d3
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.7 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 275.8 KB
Makefile -rw-r--r-- 51.1 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top