Re: [PATCH v4 00/26] x86_64: Improvements at compressed kernel stage

From: Evgeniy Baskov
Date: Mon Dec 19 2022 - 09:08:41 EST


On 2022-12-15 22:21, Peter Jones wrote:
On Thu, Dec 15, 2022 at 03:37:51PM +0300, Evgeniy Baskov wrote:
This patchset is aimed
* to improve UEFI compatibility of compressed kernel code for x86_64
* to setup proper memory access attributes for code and rodata sections
* to implement W^X protection policy throughout the whole execution
of compressed kernel for EFISTUB code path.

Hi Evgeniy,

Aside from some minor patch fuzz in patch 6 due to building this in
today's Fedora rawhide kernel rather than mainline, this patch set works
for me.

Thanks!

Nice to hear that, thank you for testing again!