Re: [PATCH v2 1/6] panic: sys_info: Capture si_bits_global before iterating over it

From: Feng Tang

Date: Wed Oct 29 2025 - 22:00:25 EST


On Wed, Oct 29, 2025 at 12:07:36PM +0100, Andy Shevchenko wrote:
> The for-loop might re-read the content of the memory the si_bits_global
> points to on each iteration. Instead, just capture it for the sake of
> consistency and use that instead.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

Reviewed-by: Feng Tang <feng.tang@xxxxxxxxxxxxxxxxx>

Thanks!