diff options
author | Guanghui Feng <guanghuifeng@linux.alibaba.com> | 2023-07-17 13:33:45 +0200 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2023-07-28 15:50:50 +0200 |
commit | 003e6b56d780095a9adc23efc9cb4b4b4717169b (patch) | |
tree | 6a8b2599086f55ad2c9cb0f74dd0900ecbf88d95 /arch | |
parent | arm64/sme: Set new vector length before reallocating (diff) | |
download | linux-003e6b56d780095a9adc23efc9cb4b4b4717169b.tar.xz linux-003e6b56d780095a9adc23efc9cb4b4b4717169b.zip |
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 <guanghuifeng@linux.alibaba.com>
Cc: <stable@vger.kernel.org> # 6.0.x
Acked-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Tested-by: Hanjun Guo <guohanjun@huawei.com>
Link: https://lore.kernel.org/r/1689593625-45213-1-git-send-email-guanghuifeng@linux.alibaba.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions