]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'xen-netback'
authorDavid S. Miller <davem@davemloft.net>
Mon, 21 Jul 2014 03:56:53 +0000 (20:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jul 2014 03:56:53 +0000 (20:56 -0700)
commit56ccd9dda0bb8a5ebe92b93398a8abdb3feee7da
treeb0415e53ab9d486d7b8345bcb06704b239e5c4c0
parent6adbcb6d29074ba521d25a75d61cac598ac8f27e
parent9e17b295e4fbd3c8c138e919b3d7f6e735a958ef
Merge branch 'xen-netback'

Zoltan Kiss says:

====================
xen-netback: Fixing up xenvif_tx_check_gop

This series fixes a lot of bugs on the error path around this function, which
were introduced with my grant mapping series in 3.15. They apply to the latest
net tree, but probably to net-next as well without any modification.
I'll post an another series which applies to 3.15 stable, as the problem was
first discovered there. The only difference is that the "queue" variable name is
replaced to "vif".
====================

Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com>
Reported-by: Armin Zentai <armin.zentai@ezit.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>