netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ibmvnic: Fix bugs and memory leaks
@ 2018-05-16 20:49 Thomas Falcon
  2018-05-16 20:49 ` [PATCH 1/3] ibmvnic: Free coherent DMA memory if FW map failed Thomas Falcon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Falcon @ 2018-05-16 20:49 UTC (permalink / raw)
  To: netdev; +Cc: jallen, nfont, Thomas Falcon

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.

Thomas Falcon (3):
  ibmvnic: Free coherent DMA memory if FW map failed
  ibmvnic: Fix non-fatal firmware error reset
  ibmvnic: Fix statistics buffers memory leak

 drivers/net/ethernet/ibm/ibmvnic.c | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-17 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-16 20:49 [PATCH 0/3] ibmvnic: Fix bugs and memory leaks Thomas Falcon
2018-05-16 20:49 ` [PATCH 1/3] ibmvnic: Free coherent DMA memory if FW map failed Thomas Falcon
2018-05-16 20:49 ` [PATCH 2/3] ibmvnic: Fix non-fatal firmware error reset Thomas Falcon
2018-05-16 20:49 ` [PATCH 3/3] ibmvnic: Fix statistics buffers memory leak Thomas Falcon
2018-05-16 20:59 ` [PATCH 0/3] ibmvnic: Fix bugs and memory leaks Thomas Falcon
2018-05-17 18:57 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).