Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 May 2024 21:01:33 +0000 (14:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 May 2024 21:01:33 +0000 (14:01 -0700)
commit92f74f7f4083cb7b1fdab807cbbe4f5ece534fbc
tree7c3d8b481bb7e6e649a550fa2cf2e4a2b4df48b5
parent1ba58f1ae9b2c07e2b736d187eb25ac8910a7613
parent4bbf9c3b53e637eb3a14ee27b996300ce88e752a
Merge tag 'execve-6.10-rc1' of git://git./linux/kernel/git/kees/linux

Pull execve updates from Kees Cook:

 - Provide knob to change (previously fixed) coredump NOTES size
   (Allen Pais)

 - Add sched_prepare_exec tracepoint (Marco Elver)

 - Make /proc/$pid/auxv work under binfmt_elf_fdpic (Max Filippov)

 - Convert ARCH_HAVE_EXTRA_ELF_NOTES to proper Kconfig (Vignesh
   Balasubramanian)

 - Leave a gap between .bss and brk

* tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  fs/coredump: Enable dynamic configuration of max file note size
  binfmt_elf_fdpic: fix /proc/<pid>/auxv
  binfmt_elf: Leave a gap between .bss and brk
  Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfig
  tracing: Add sched_prepare_exec tracepoint
arch/Kconfig