]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ibmvnic-Fix-bugs-and-memory-leaks'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2018 18:57:20 +0000 (14:57 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2018 18:57:20 +0000 (14:57 -0400)
commita942a69a7f10b1e7a9480cf1c6fc2f71e6f1e7a5
treea3bb3a5cab3e36840042ae3361f9caf650c7c21e
parent47ffc67240979f5a972335337e16577dfab639d3
parentcc8a4da1d828f925cadf324799c405335cd73d6f
Merge branch 'ibmvnic-Fix-bugs-and-memory-leaks'

Thomas Falcon says:

====================
ibmvnic: Fix bugs and memory leaks

This is a small patch series fixing up some bugs and memory leaks
in the ibmvnic driver. The first fix frees up previously allocated
memory that should be freed in case of an error. The second fixes
a reset case that was failing due to TX/RX queue IRQ's being
erroneously disabled without being enabled again. The final patch
fixes incorrect reallocated of statistics buffers during a device
reset, resulting in loss of statistics information and a memory leak.
====================

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