Message ID | 20220921145422.437618-1-ardb@kernel.org |
---|---|
Headers | show |
Series | x86: head_64.S spring cleaning | expand |
On Wed, Sep 21, 2022 at 04:54:06PM +0200, Ard Biesheuvel wrote: > arch/x86/boot/compressed/Makefile | 8 +- > arch/x86/boot/compressed/efi_mixed.S | 337 ++++++++++++++++++++ > arch/x86/boot/compressed/efi_thunk_64.S | 195 ----------- > arch/x86/boot/compressed/head_32.S | 4 - > arch/x86/boot/compressed/head_64.S | 299 +---------------- > arch/x86/boot/compressed/mem_encrypt.S | 152 ++++++++- > drivers/firmware/efi/libstub/x86-stub.c | 2 +- > 7 files changed, 496 insertions(+), 501 deletions(-) > create mode 100644 arch/x86/boot/compressed/efi_mixed.S > delete mode 100644 arch/x86/boot/compressed/efi_thunk_64.S Ok, it all looks ok to me. You could send me a refreshed version ontop of latest tip/master, after having tested the EFI side and I'll test the memory encryption side. If there's no fallout, I think we could queue this. Thx.
On Fri, 18 Nov 2022 at 19:26, Borislav Petkov <bp@alien8.de> wrote: > > On Wed, Sep 21, 2022 at 04:54:06PM +0200, Ard Biesheuvel wrote: > > arch/x86/boot/compressed/Makefile | 8 +- > > arch/x86/boot/compressed/efi_mixed.S | 337 ++++++++++++++++++++ > > arch/x86/boot/compressed/efi_thunk_64.S | 195 ----------- > > arch/x86/boot/compressed/head_32.S | 4 - > > arch/x86/boot/compressed/head_64.S | 299 +---------------- > > arch/x86/boot/compressed/mem_encrypt.S | 152 ++++++++- > > drivers/firmware/efi/libstub/x86-stub.c | 2 +- > > 7 files changed, 496 insertions(+), 501 deletions(-) > > create mode 100644 arch/x86/boot/compressed/efi_mixed.S > > delete mode 100644 arch/x86/boot/compressed/efi_thunk_64.S > > Ok, it all looks ok to me. > > You could send me a refreshed version ontop of latest tip/master, after > having tested the EFI side and I'll test the memory encryption side. > > If there's no fallout, I think we could queue this. > Sounds good.