Re: [PATCH v5 32/36] x86/boot/compressed: Reorganize zero-size section asserts
From: Kees Cook <hidden>
Date: 2020-08-21 18:31:20
Also in:
linux-arm-kernel, linux-efi, lkml
From: Kees Cook <hidden>
Date: 2020-08-21 18:31:20
Also in:
linux-arm-kernel, linux-efi, lkml
On Sat, Aug 01, 2020 at 01:12:25PM -0400, Arvind Sankar wrote:
Actually, moving it to the end also requires marking it INFO or stripping it out when creating the bzImage. Otherwise we get back to that old problem of materializing .bss/.pgtable in the bzImage.
Yeah -- I wonder what the best way to make sure we avoid causing the .bss appearing again... -- Kees Cook