hi, i seem to be the only one in the world to have this problem. :-(on one of my machines, updating to 6.6.18 and later (including mainline branch) leads to unbootable system. all other computers are unaffected.
bisecting the history leads to: commit 8117961d98fb2d335ab6de2cad7afb8b6171f5feAuthor: Ard Biesheuvel <ardb@xxxxxxxxxx>
Date: Tue Sep 12 09:00:53 2023 +0000
x86/efi: Disregard setup header of loaded image
commit 7e50262229faad0c7b8c54477cd1c883f31cc4a7 upstream.
The native EFI entrypoint does not take a struct boot_params from the loader, but instead, it constructs one from scratch, using the setup header data placed at the start of the image. This setup header is placed in a way that permits legacy loaders to manipulate the contents (i.e., to pass the kernel command line or theaddress and size of an initial ramdisk), but EFI boot does not use it in
that way - it only copies the contents that were placed there at build time, but EFI loaders will not (and should not) manipulate the setup header to configure the boot. (Commit 63bf28ceb3ebbe76 "efi: x86: Wipe setup_data on pure EFI boot" deals with some of the fallout of using setup_data in a way that breaks EFI boot.) Given that none of the non-zero values that are copied from the setup header into the EFI stub's struct boot_params are relevant to the boot now that the EFI stub no longer enters via the legacy decompressor, the copy can be omitted altogether. Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>Link: https://lore.kernel.org/r/20230912090051.4014114-19-ardb@xxxxxxxxxx
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> this seems to be the commit to introduce the regression.i have no idea where to look and what information to provide to explain what the problem might be or why this single machine is different. :-(
please don't hesitate to ask me further questions - i can do any debugging you may need on your behalf.
sincerely, R. #regzbot introduced: 8117961d98fb2d335ab6de2cad7afb8b6171f5fe
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature