PCI: check mmap range of /proc/bus/pci files too
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 24 Oct 2008 17:32:33 +0000 (10:32 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Jan 2009 19:12:20 +0000 (11:12 -0800)
/proc/bus/pci allows you to mmap resource ranges too, so we should probably be
checking to make sure the mapping is somewhat valid.  Uses the same code as the recent sysfs mmap range checking patch from Linus.

Acked-by: David Miller <davem@davemloft.net>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found