summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.h
diff options
context:
space:
mode:
authorStanimir Varbanov2015-11-24 10:36:52 +0100
committerBjorn Helgaas2015-11-24 21:06:41 +0100
commit5228e39e3f709c82e6c4643402fc25de54391e32 (patch)
tree4c9ab4e1079907b3d6e97a0201bcb870d9bf62a9 /drivers/pci/pci.h
parentPCI: Prevent out of bounds access in numa_node override (diff)
downloadkernel-qcow2-linux-5228e39e3f709c82e6c4643402fc25de54391e32.tar.gz
kernel-qcow2-linux-5228e39e3f709c82e6c4643402fc25de54391e32.tar.xz
kernel-qcow2-linux-5228e39e3f709c82e6c4643402fc25de54391e32.zip
PCI: designware: Remove incorrect io_base assignment
"pp->io" is an I/O resource, e.g., "[io 0x0000-0xffff]"; "pp->io_base" is the CPU physical address of a region where the host bridge converts CPU memory accesses into PCI I/O transactions. Corrupting pp->io_base by assigning pp->io->start to it breaks access to the PCI I/O space, as reported by Kishon. Remove the invalid assignment. [bhelgaas: changelog] Fixes: 0021d22b73d6 ("PCI: designware: Use of_pci_get_host_bridge_resources() to parse DT") Reported-and-tested-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/pci/pci.h')
0 files changed, 0 insertions, 0 deletions