Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 3 Oct 2022 23:56:40 +0000 (16:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 3 Oct 2022 23:56:40 +0000 (16:56 -0700)
commit12ed00ba01abf39e0869c02ccdde5e24a357466b
treeb0a0d83b86a7b335dd94044be0aebe306b41e4ab
parent8aebac82933ff1a7c8eede18cab11e1115e2062b
parent9f4beead610c83065cc0410bfe97ff51d8e9578d
Merge tag 'execve-v6.1-rc1' of git://git./linux/kernel/git/kees/linux

Pull execve updates from Kees Cook:
 "This removes a.out support globally; it has been disabled for a while
  now.

   - Remove a.out implementation globally (Eric W. Biederman)

   - Remove unused linux_binprm::taso member (Lukas Bulwahn)"

* tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  binfmt: remove taso from linux_binprm struct
  a.out: Remove the a.out implementation
MAINTAINERS