diff options
author | Yinghai Lu <yinghai@kernel.org> | 2015-05-28 22:40:00 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-06-01 17:56:32 -0500 |
commit | 552bc94ebeeb189d0ac682dae95cf05e6b72d7fd (patch) | |
tree | 82b46e686bc0b87cab90f337eabda13004dfc0ad /drivers/pci/proc.c | |
parent | a6b65983dabceb7ccb1801ee7f5bd421c2704d16 (diff) |
PCI: Preserve resource size during alignment reordering
In d74b9027a4da ("PCI: Consider additional PF's IOV BAR alignment in sizing
and assigning"), we store additional alignment in realloc_head and take
this into consideration for assignment.
In __assign_resources_sorted(), we changed dev_res->res->start, then used
resource_start() (which depends on res->start), so the recomputed res->end
was completely bogus. Even if we'd had the correct size, the end would
have been off by one.
Preserve the resource size when we adjust its alignment.
[bhelgaas: changelog]
Fixes: d74b9027a4da ("PCI: Consider additional PF's IOV BAR alignment in sizing and assigning")
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Wei Yang <weiyang@linux.vnet.ibm.com>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/pci/proc.c')
0 files changed, 0 insertions, 0 deletions