[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/15] UEFI NX support and NX Linux loader using shim loader
From: |
Mate Kukri |
Subject: |
Re: [PATCH 00/15] UEFI NX support and NX Linux loader using shim loader protocol |
Date: |
Fri, 24 May 2024 20:07:39 +0100 |
Hi Vladimir,
Thanks for the reviews, I'll get back to addressing your comments next week.
In the meantime, I am not sure what happened to patch 15/15, but I at
least tried sending it, and it seems to be available in the archive
here: https://lists.gnu.org/archive/html/grub-devel/2024-05/msg00221.html
Mate
On Fri, May 24, 2024 at 7:27 PM Vladimir 'phcoder' Serbinenko
<phcoder@gmail.com> wrote:
>
> > Future work:
> > - Completely disable non-NX compatible loaders when heap allocation are
> > marked NX.
> > This should be independent from the NX-enforcement flag and Secure Boot
> > status.
> > (Note that this is non-crtitical for security, as non-UEFI/Linux loaders
> > are disabled
> > by SB lockdown, but would be nice to avoid crashes for unsuspecting
> > users on future
> > hardware).
> > - Implement NX in non-Linux loaders where applicable.
>
> I think it applies to all loader actually and first part is unnecessarry.
>
> Path number 15 is missing
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
- [PATCH 15/15] efi: Disallow fallback to legacy Linux loader when shim says NX is required., (continued)
- [PATCH 15/15] efi: Disallow fallback to legacy Linux loader when shim says NX is required., Mate Kukri, 2024/05/24
- [PATCH 14/15] efi: Use shim's loader protocol for EFI image verification and loading, Mate Kukri, 2024/05/24
- [PATCH 12/15] mm: Fixup bogus assumptions about types sizes in format strings, Mate Kukri, 2024/05/24
- [PATCH 08/15] nx: set the nx compatible flag in EFI grub images, Mate Kukri, 2024/05/24
- [PATCH 07/15] nx: set page permissions for loaded modules., Mate Kukri, 2024/05/24
- [PATCH 02/15] modules: strip .llvm_addrsig sections and similar., Mate Kukri, 2024/05/24
- Re: [PATCH 00/15] UEFI NX support and NX Linux loader using shim loader protocol, Vladimir 'phcoder' Serbinenko, 2024/05/24
- Re: [PATCH 00/15] UEFI NX support and NX Linux loader using shim loader protocol,
Mate Kukri <=