]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'xen-netback-leaks'
authorDavid S. Miller <davem@davemloft.net>
Wed, 18 Jan 2017 20:11:21 +0000 (15:11 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jan 2017 20:11:21 +0000 (15:11 -0500)
Igor Druzhinin says:

====================
xen-netback: fix memory leaks on XenBus disconnect

Just split the initial patch in two as proposed by Wei.

Since the approach for locking netdev statistics is inconsistent (tends not
to have any locking at all) accross the kernel we'd better to rely on our
internal lock for this purpose.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge