Re: [GIT PULL] x86/boot changes for v6.7

From: Linus Torvalds
Date: Mon Oct 30 2023 - 20:11:20 EST


On Sat, 28 Oct 2023 at 03:11, Ingo Molnar <mingo@xxxxxxxxxx> wrote:
>
> MERGE NOTE:
>
> - Pulling this tree will generate a conflict in
> drivers/firmware/efi/libstub/x86-stub.c, due to a fix we wanted upstream
> without related cleanups, which is resolved by picking this resolution:
>
> boot_params_ptr = boot_params;

Hmm. I think I should also remove the now legacy line of

extern struct boot_params *boot_params_pointer asm("boot_params");

from drivers/firmware/efi/libstub/x86-stub.h, no?

Linus