The following patch series fixes multiple small but critical bugs in the slicoss driver that can cause kernel oopses, panics, and lots of memory leaking. The intent of this patch series is to provide the ground work so that proper work (NAPI, locking re-design, ... see TODO) can be done. All patches were tested on the "Mojave" (single port, PCI) card. David Matlack (7): staging: slicoss: fix use-after-free in slic_entry_probe staging: slicoss: fix multiple free-after-free in slic_entry_remove staging: slicoss: remove unused members of struct adapter staging: slicoss: remove gratuitous debug infrastructure staging: slicoss: fix dma memory leak staging: slicoss: fix 64-bit isr address bug staging: slicoss: fix use-after-free bug in slic_entry_remove drivers/staging/slicoss/TODO | 1 - drivers/staging/slicoss/slic.h | 5 - drivers/staging/slicoss/slicoss.c | 487 ++------------------------------------ 3 files changed, 16 insertions(+), 477 deletions(-) -- 1.9.2 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel