Message ID | cover.1671098103.git.baskov@ispras.ru (mailing list archive) |
---|---|
Headers | show |
Series | x86_64: Improvements at compressed kernel stage | expand |
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!
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!