Re: [PATCH v3 1/3] crash: add VMCOREINFO macro to define offset in a struct declared by typedef

From: Petr Mladek
Date: Wed Jun 24 2020 - 04:49:54 EST


On Thu 2020-06-18 16:55:17, John Ogness wrote:
> The existing macro VMCOREINFO_OFFSET() can't be used for structures
> declared via typedef because "struct" is not part of type definition.
>
> Create another macro for this purpose.
>
> Signed-off-by: John Ogness <john.ogness@xxxxxxxxxxxxx>

Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

Best Regards,
Petr