]> 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)
commit2ad34f4a92558882e654a6b23eb61b33bc216ff0
treeb0415e53ab9d486d7b8345bcb06704b239e5c4c0
parent7e865ba229cd5ebf07c82c6fc5798e2b5c4fa445
parentba58fecdadb0be3676fc88919064f849b957d23d
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>