PCI: iproc: Fix out-of-bound array accesses
authorBharat Gooty <bharat.gooty@broadcom.com>
Thu, 1 Oct 2020 06:00:52 +0000 (11:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Dec 2020 10:53:27 +0000 (11:53 +0100)
commit98518a523354241049d409c9a597939dff23789b
tree80e117c0f568345ff29a149d2cdfa7eeb70127b6
parent2df49a5de565ba5ed1c492e83e01b7d5d7c3a35d
PCI: iproc: Fix out-of-bound array accesses

[ Upstream commit a3ff529f5d368a17ff35ada8009e101162ebeaf9 ]

Declare the full size array for all revisions of PAX register sets
to avoid potentially out of bound access of the register array
when they are being initialized in iproc_pcie_rev_init().

Link: https://lore.kernel.org/r/20201001060054.6616-2-srinath.mannam@broadcom.com
Fixes: 06324ede76cdf ("PCI: iproc: Improve core register population")
Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pci/controller/pcie-iproc.c