Re: [PATCH v4 02/14] x86/boot: Add setup_indirect support in early_memremap_is_setup_data

From: Daniel Kiper
Date: Wed Sep 22 2021 - 08:04:45 EST


On Fri, Aug 27, 2021 at 09:28:25AM -0400, Ross Philipson wrote:
> The x86 boot documentation describes the setup_indirect structures and
> how they are used. Only one of the two functions in ioremap.c that needed
> to be modified to be aware of the introduction of setup_indirect
> functionality was updated. This adds comparable support to the other
> function where it was missing.
>
> Fixes: b3c72fc9a78e ("x86/boot: Introduce setup_indirect")
>
> Signed-off-by: Ross Philipson <ross.philipson@xxxxxxxxxx>

Reviewed-by: Daniel Kiper <daniel.kiper@xxxxxxxxxx>

This is the fix. So, I think it should be taken now, regardless of the
fate of the other patches in the series.

Daniel