]> git.baikalelectronics.ru Git - kernel.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)
commit59895af9c5eea59c218a1ab1066d459be0116cc8
tree6f3d46c2653ace73426558feacde02c97c7adbeb
parent8adf9e92913a715ec4ef0808d6f4836b9dab8b2d
parent0fa8afe210895b445a4296847e1c593cac230ce5
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>