Re: [PATCH printk v1 04/13] printk: get caller_id/timestamp after migration disable

From: Petr Mladek
Date: Tue Feb 15 2022 - 06:57:04 EST


On Mon 2022-02-07 20:49:14, John Ogness wrote:
> Currently the local CPU timestamp and caller_id for the record are
> collected while migration is enabled. Since this information is
> CPU-specific, it should be collected with migration disabled.
>
> Migration is disabled immediately after collecting this information
> anyway, so just move the information collection to after the
> migration disabling.
>
> Signed-off-by: John Ogness <john.ogness@xxxxxxxxxxxxx>

Great catch!

Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

Best Regards,
Petr