]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'execve-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2022 19:49:48 +0000 (12:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2022 19:49:48 +0000 (12:49 -0700)
commit5782248129e2a8f41446d2430849496e180bad43
tree45251ce939417637590d5f983ebdbdc5c628282b
parent58859687ac32d7da9e2eaa21ac4d0ee5133fdbfb
parentc9b2969464c3bd51ab3bbb350a1fce98bfbd0afb
Merge tag 'execve-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull execve updates from Kees Cook:

 - Fix binfmt_flat GOT handling for riscv (Niklas Cassel)

 - Remove unused/broken binfmt_flat shared library and coredump code
   (Eric W. Biederman)

* tag 'execve-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  binfmt_flat: Remove shared library support
  binfmt_flat: Drop vestiges of coredump support
  binfmt_flat: do not stop relocating GOT entries prematurely on riscv