[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 00/10] UEFI NX support and NX Linux loader using shim load
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v4 00/10] UEFI NX support and NX Linux loader using shim loader protocol |
Date: |
Tue, 25 Jun 2024 17:00:40 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, Jun 12, 2024 at 04:57:03PM +0100, Mate Kukri wrote:
> Currently the patchset consists of:
> - Reworked Fedora NX patches to make GRUB itself work under NX.
> - Julian Andres Klode's loader framework patch (used in Debian and Ubuntu for
> the downstream loader).
> - Implemented shim loader protocol support using the above loader framework.
> - Added patch to disallow using the legacy Linux loader when NX is required.
When I apply the patches git complains in the following way:
Applying: modules: make .module_license read-only
Applying: modules: strip .llvm_addrsig sections and similar.
Applying: modules: Don't allocate space for non-allocable sections.
Applying: modules: load module sections at page-aligned addresses
Applying: nx: add memory attribute get/set API
Applying: nx: set page permissions for loaded modules.
.git/rebase-apply/patch:137: space before tab in indent.
)
warning: 1 line adds whitespace errors.
Applying: nx: set the nx compatible flag in EFI grub images
Applying: efi: Provide wrappers for load_image, start_image, unload_image
.git/rebase-apply/patch:174: trailing whitespace.
grub_efi_status_t
warning: 1 line adds whitespace errors.
Applying: efi: Use shim's loader protocol for EFI image verification and
loading
Applying: efi: Disallow fallback to legacy Linux loader when shim says NX is
required.
Daniel
- Re: [PATCH v4 03/10] modules: Don't allocate space for non-allocable sections., (continued)
- [PATCH v4 05/10] nx: add memory attribute get/set API, Mate Kukri, 2024/06/12
- [PATCH v4 10/10] efi: Disallow fallback to legacy Linux loader when shim says NX is required., Mate Kukri, 2024/06/12
- [PATCH v4 04/10] modules: load module sections at page-aligned addresses, Mate Kukri, 2024/06/12
- [PATCH v4 07/10] nx: set the nx compatible flag in EFI grub images, Mate Kukri, 2024/06/12
- [PATCH v4 08/10] efi: Provide wrappers for load_image, start_image, unload_image, Mate Kukri, 2024/06/12
- [PATCH v4 09/10] efi: Use shim's loader protocol for EFI image verification and loading, Mate Kukri, 2024/06/12
- Re: [PATCH v4 00/10] UEFI NX support and NX Linux loader using shim loader protocol,
Daniel Kiper <=