Pull execve fixes from Kees Cook:
 - Fix selftests to conform to the TAP output format (Muhammad Usama
   Anjum)
 - Fix NOMMU linux_binprm::exec pointer in auxv (Max Filippov)
 - Replace deprecated strncpy usage (Justin Stitt)
 - Replace another /bin/sh instance in selftests
* tag 'execve-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  binfmt: replace deprecated strncpy
  exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()
  selftests/exec: Convert remaining /bin/sh to /bin/bash
  selftests/exec: execveat: Improve debug reporting
  selftests/exec: recursion-depth: conform test to TAP format output
  selftests/exec: load_address: conform test to TAP format output
  selftests/exec: binfmt_script: Add the overall result line according to TAP