Re: [PATCH v5 43/46] acpi: Add a checksum to the DMAR table

2025-04-04 Thread Heinrich Schuchardt
On 15.03.25 15:26, Simon Glass wrote: This table lacks a correct checksum at present, so fix it. Signed-off-by: Simon Glass --- (no changes since v3) Changes in v3: - Add new patch to add a checksum to the DMAR table lib/acpi/acpi_table.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v5 43/46] acpi: Add a checksum to the DMAR table

2025-03-15 Thread Simon Glass
This table lacks a correct checksum at present, so fix it. Signed-off-by: Simon Glass --- (no changes since v3) Changes in v3: - Add new patch to add a checksum to the DMAR table lib/acpi/acpi_table.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/acpi/acpi_table.c b/lib/acpi/acpi_ta