Searched hist:c7d9e628b8ff4d52a365a441bdacb3209ee83c81 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | zboot-header.S | diff c7d9e628b8ff4d52a365a441bdacb3209ee83c81 Fri Mar 10 05:15:24 CST 2023 Ard Biesheuvel <ardb@kernel.org> efi/libstub: zboot: Mark zboot EFI application as NX compatible
Now that the zboot loader will invoke the EFI memory attributes protocol to remap the decompressed code and rodata as read-only/executable, we can set the PE/COFF header flag that indicates to the firmware that the application does not rely on writable memory being executable at the same time.
Cc: <stable@vger.kernel.org> # v6.2+ Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|