diff options
author | Guanghui Feng <[email protected]> | 2023-07-17 19:33:45 +0800 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2023-07-28 14:50:50 +0100 |
commit | 003e6b56d780095a9adc23efc9cb4b4b4717169b (patch) | |
tree | 6a8b2599086f55ad2c9cb0f74dd0900ecbf88d95 /lib/test-string_helpers.c | |
parent | 05d881b85b48c7ac6a7c92ce00aa916c4a84d052 (diff) |
ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info()
According to the ARM IORT specifications DEN 0049 issue E,
the "Number of IDs" field in the ID mapping format reports
the number of IDs in the mapping range minus one.
In iort_node_get_rmr_info(), we erroneously skip ID mappings
whose "Number of IDs" equal to 0, resulting in valid mapping
nodes with a single ID to map being skipped, which is wrong.
Fix iort_node_get_rmr_info() by removing the bogus id_count
check.
Fixes: 491cf4a6735a ("ACPI/IORT: Add support to retrieve IORT RMR reserved regions")
Signed-off-by: Guanghui Feng <[email protected]>
Cc: <[email protected]> # 6.0.x
Acked-by: Lorenzo Pieralisi <[email protected]>
Tested-by: Hanjun Guo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions