On Mon, Feb 06, 2023 at 01:50:06PM -0700, Dave Jiang wrote: > 'struct acpi_cadt_dsmas' => 'struct acpi_cdat_dsmas' > > Fixes: 51aad1a6723b ("ACPICA: Finish support for the CDAT table") > Signed-off-by: Dave Jiang <dave.jiang@xxxxxxxxx> ACPICA changes need to go into upstream first (via a pull request on GitHub). Once it's merged, you can submit the same patch downstream for the kernel and reference the ACPICA commit with a Link: tag. I've already submitted a pull request for the exact same change more than a week ago: https://github.com/acpica/acpica/pull/830 The pull request has been approved but not merged. Hopefully that'll happen soon. Thanks, Lukas > --- > include/acpi/actbl1.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h > index 4175dce3967c..e8297cefde09 100644 > --- a/include/acpi/actbl1.h > +++ b/include/acpi/actbl1.h > @@ -344,7 +344,7 @@ enum acpi_cdat_type { > > /* Subtable 0: Device Scoped Memory Affinity Structure (DSMAS) */ > > -struct acpi_cadt_dsmas { > +struct acpi_cdat_dsmas { > u8 dsmad_handle; > u8 flags; > u16 reserved; > >