From: David S. Miller Date: Thu, 17 May 2018 18:57:20 +0000 (-0400) Subject: Merge branch 'ibmvnic-Fix-bugs-and-memory-leaks' X-Git-Tag: Ubuntu-5.10.0-12.13~7833^2~11 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d13d170cba8a68b7f25b4a01193b7014b7bc7a72;p=mirror_ubuntu-hirsute-kernel.git 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 --- d13d170cba8a68b7f25b4a01193b7014b7bc7a72