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-- 503 bytes
board.txt -rw-r--r-- 6.1 KB
consumer.txt -rw-r--r-- 15.2 KB
driver.txt -rw-r--r-- 12.6 KB
drivers-on-gpio.txt -rw-r--r-- 5.0 KB
gpio-legacy.txt -rw-r--r-- 33.6 KB
gpio.txt -rw-r--r-- 5.8 KB
sysfs.txt -rw-r--r-- 5.9 KB

back to top