Skip to content
Commit d13d170c authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parents 5a847a6e 07184213
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment