]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitd89ede6d8f029d3435d8a1602d21e5be68831369
tree6f3d46c2653ace73426558feacde02c97c7adbeb
parent6acbe3716034a159f2e9a810631e40bc85af0458
parentf16f1df65f1cf139ff9e9f84661e6573d6bb27fc
Merge branch 'xen-netback-leaks'

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>