Bjorn Helgaas <bhelg...@google.com> writes: > From: Yongji Xie <elohi...@gmail.com> > > This overrides pcibios_default_alignment() to set default alignment > to PAGE_SIZE for all PCI devices on PowerNV platform. Thus sub-page > BARs would not share a page and could be mapped into guest when VFIO > passthrough them. > > Signed-off-by: Yongji Xie <elohi...@gmail.com> > Signed-off-by: Bjorn Helgaas <bhelg...@google.com> > --- > arch/powerpc/include/asm/machdep.h | 2 ++ > arch/powerpc/kernel/pci-common.c | 8 ++++++++ > arch/powerpc/platforms/powernv/pci-ioda.c | 7 +++++++
This looks fine to me, here's an ack, but don't feel you have to rebase to add it: Acked-by: Michael Ellerman <m...@ellerman.id.au> cheers