Re: [PATCH v2 10/18] pci: Check region ranges are addressable

2023-04-24 Thread Stefan Agner
Hi Andrew, On 2022-03-29 18:58, Andrew Scull wrote: > When parsing the `ranges` DT node, check that both extremes of the > regions are addressable without overflow. This assumption can then be > safely made when processing the regions. I've bisected this patch to break USB support on 32-bit Raspb

[PATCH v2 10/18] pci: Check region ranges are addressable

2022-03-29 Thread Andrew Scull
When parsing the `ranges` DT node, check that both extremes of the regions are addressable without overflow. This assumption can then be safely made when processing the regions. Signed-off-by: Andrew Scull Reviewed-by: Bin Meng --- drivers/pci/pci-uclass.c | 17 - 1 file changed