https://github.com/torvalds/linux
Revision a69bf3c5b49ef488970c74e26ba0ec12f08491c2 authored by Douglas Miller on 04 March 2016, 21:36:56 UTC, committed by David S. Miller on 07 March 2016, 20:18:31 UTC
The adapter->pcicfg resource is either mapped via pci_iomap() or
derived from adapter->db. During be_remove() this resource was ignored
and so could remain mapped after remove.

Add a flag to track whether adapter->pcicfg was mapped or not, then
use that flag in be_unmap_pci_bars() to unmap if required.

Fixes: 25848c901 ("use PCI MMIO read instead of config read for errors")

Signed-off-by: Douglas Miller <dougmill@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent cec0556
History
Tip revision: a69bf3c5b49ef488970c74e26ba0ec12f08491c2 authored by Douglas Miller on 04 March 2016, 21:36:56 UTC
be2net: Don't leak iomapped memory on removal.
Tip revision: a69bf3c
File Mode Size
00-INDEX -rw-r--r-- 539 bytes
butterfly -rw-r--r-- 2.9 KB
ep93xx_spi -rw-r--r-- 2.8 KB
pxa2xx -rw-r--r-- 8.2 KB
spi-lm70llp -rw-r--r-- 3.1 KB
spi-sc18is602 -rw-r--r-- 1.3 KB
spi-summary -rw-r--r-- 25.2 KB
spidev -rw-r--r-- 6.8 KB

back to top