]> 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)
commitd0f3346c11de1b262609dcc1e3666868cff9070a
tree6f3d46c2653ace73426558feacde02c97c7adbeb
parentb3223d6914ad20ab7bdfc6efe532fc68c5f2d28b
parentadd88cd0b457cafd2c8c93f1f730859774a0a313
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>