RE: [PATCH] ACPI: MRRM: Check revision of MRRM table

From: Luck, Tony

Date: Thu Oct 23 2025 - 11:56:18 EST


>> Before trying to parse the MRRM table, check that the table revision
>> is the one that is expected.
>
> OK, so should there be a Fixes: tag? Or is it just a tidy-up of the code?

I'd be surprised if this table changed. But the h/w team that proposed the
MRRM table nagged me to check the revision "just in case". Which seems
like good practice.

Might as well add a Fixes to get this back ported in case someone locks onto
v6.16 or v6.17.

Fixes: b9020bdb9f76 ("ACPI: MRRM: Minimal parse of ACPI MRRM table")

Would you like me to post a V2, or can you just edit this in as you apply?

-Tony