Merge tag 'execve-v6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 May 2025 16:15:16 +0000 (09:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 May 2025 16:15:16 +0000 (09:15 -0700)
commit1a80a098c606b285fb0a13aa992af4f86da1ff06
treec7b2e187b48c8e0a5299223cef7f6160a73cba3d
parent00f281fd9d8ddc1a83d3b188c087edac2116a089
parent11854fe263eb1b9a8efa33b0c087add7719ea9b4
Merge tag 'execve-v6.15-rc7' of git://git./linux/kernel/git/kees/linux

Pull execve fix from Kees Cook:
 "This fixes a corner case for ASLR-disabled static-PIE brk collision
  with vdso allocations:

   - binfmt_elf: Move brk for static PIE even if ASLR disabled"

* tag 'execve-v6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  binfmt_elf: Move brk for static PIE even if ASLR disabled