Re: [PATCH 09/11] pci: Add function to validate PCI address range

2022-03-25 Thread Andrew Scull
On Fri, 25 Mar 2022 at 07:14, Bin Meng wrote: > > On Sun, Mar 20, 2022 at 7:42 PM Andrew Scull wrote: > > > > Add a function to convert a PCI address range to a physical address > > range. The address range is validated to ensure it is contained within > > one of the PCI address regions and that

Re: [PATCH 09/11] pci: Add function to validate PCI address range

2022-03-25 Thread Bin Meng
On Sun, Mar 20, 2022 at 7:42 PM Andrew Scull wrote: > > Add a function to convert a PCI address range to a physical address > range. The address range is validated to ensure it is contained within > one of the PCI address regions and that the whole range can be indexed > from the resulting physica