commit | ec8eba8c2d4e10e77699c56918d2078210aa1339 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Thu Apr 21 16:11:07 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Tue May 03 15:50:45 2022 -0400 |
tree | 90f8fc61f747fc7b9b333ba32e86eac31dd600ff | |
parent | 60f4142aa2e4156c6e4661184e6e9d9f1f8fb561 [diff] |
pci: Check region ranges are addressable 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 <ascull@google.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>