]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Jun 2020 23:21:46 +0000 (16:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Jun 2020 23:21:46 +0000 (16:21 -0700)
commitbec12443e3891d41c9e351172c79bbf9fffb3105
tree5df6fda090d537b92b07564a0785e59f40299a5b
parent832d1f7710a1755e8f47bfeea52a45c78ff9b326
parent59fc58d5eb79368e7bfa37d87d6c0d8987152585
Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull uaccess/coredump updates from Al Viro:
 "set_fs() removal in coredump-related area - mostly Christoph's
  stuff..."

* 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dump
  binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump
  binfmt_elf: remove the set_fs in fill_siginfo_note
  signal: refactor copy_siginfo_to_user32
  powerpc/spufs: simplify spufs core dumping
  powerpc/spufs: stop using access_ok
  powerpc/spufs: fix copy_to_user while atomic
arch/x86/kernel/signal.c
fs/binfmt_elf.c
fs/compat_binfmt_elf.c
kernel/signal.c