]> Git Repo - linux.git/commitdiff
Merge tag 'execve-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <[email protected]>
Tue, 16 Jul 2024 19:59:20 +0000 (12:59 -0700)
committerLinus Torvalds <[email protected]>
Tue, 16 Jul 2024 19:59:20 +0000 (12:59 -0700)
Pull execve updates from Kees Cook:

 - Use value of kernel.randomize_va_space once per exec (Alexey
   Dobriyan)

 - Honor PT_LOAD alignment for static PIE

 - Make bprm->argmin only visible under CONFIG_MMU

 - Add KUnit testing of bprm_stack_limits()

* tag 'execve-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  exec: Avoid pathological argc, envc, and bprm->p values
  execve: Keep bprm->argmin behind CONFIG_MMU
  ELF: fix kernel.randomize_va_space double read
  exec: Add KUnit test for bprm_stack_limits()
  binfmt_elf: Honor PT_LOAD alignment for static PIE
  binfmt_elf: Calculate total_size earlier
  selftests/exec: Build both static and non-static load_address tests

1  2 
MAINTAINERS
fs/binfmt_elf.c
fs/exec.c

diff --cc MAINTAINERS
Simple merge
diff --cc fs/binfmt_elf.c
Simple merge
diff --cc fs/exec.c
Simple merge
This page took 0.178366 seconds and 4 git commands to generate.