mbox series

[0/3] binfmt_elf: Honor PT_LOAD alignment for static PIE

Message ID 20240508172848.work.131-kees@kernel.org (mailing list archive)
Headers show
Series binfmt_elf: Honor PT_LOAD alignment for static PIE | expand

Message

Kees Cook May 8, 2024, 5:31 p.m. UTC
Hi,

This attempts to implement PT_LOAD p_align support for static PIE builds.
I intend this to go into -next after the coming merge window so we can
maximize bake time. In the past we've had regressions with both the
selftests and the ELF loader. Hopefully we can shake everything out over
a few months. :)

Thanks!

-Kees

Kees Cook (3):
  selftests/exec: Build both static and non-static load_address tests
  binfmt_elf: Calculate total_size earlier
  binfmt_elf: Honor PT_LOAD alignment for static PIE

 fs/binfmt_elf.c                             | 94 ++++++++++++++-------
 tools/testing/selftests/exec/Makefile       | 19 +++--
 tools/testing/selftests/exec/load_address.c | 67 ++++++++++++---
 3 files changed, 130 insertions(+), 50 deletions(-)