linux/arch
Linus Torvalds 612e7a4c16 kernel-clone-v5.9
-----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQRAhzRXHqcMeLMyaSiRxhvAZXjcogUCXz5bNAAKCRCRxhvAZXjc
 opfjAP9R/J72yxdd2CLGNZ96hyiRX1NgFDOVUhscOvujYJf8ZwD+OoLmKMvAyFW6
 hnMhT1n9Q+aq194hyzChOLQaBTejBQ8=
 =4WCX
 -----END PGP SIGNATURE-----

Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux

Pull kernel_clone() updates from Christian Brauner:
 "During the v5.9 merge window we reworked the process creation
  codepaths across multiple architectures. After this work we were only
  left with the _do_fork() helper based on the struct kernel_clone_args
  calling convention. As was pointed out _do_fork() isn't valid
  kernelese especially for a helper that isn't just static.

  This series removes the _do_fork() helper and introduces the new
  kernel_clone() helper. The process creation cleanup didn't change the
  name to something more reasonable mainly because _do_fork() was used
  in quite a few places. So sending this as a separate series seemed the
  better strategy.

  I originally intended to send this early in the v5.9 development cycle
  after the merge window had closed but given that this was touching
  quite a few places I decided to defer this until the v5.10 merge
  window"

* tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux:
  sched: remove _do_fork()
  tracing: switch to kernel_clone()
  kgdbts: switch to kernel_clone()
  kprobes: switch to kernel_clone()
  x86: switch to kernel_clone()
  sparc: switch to kernel_clone()
  nios2: switch to kernel_clone()
  m68k: switch to kernel_clone()
  ia64: switch to kernel_clone()
  h8300: switch to kernel_clone()
  fork: introduce kernel_clone()
2020-10-14 14:32:52 -07:00
..
alpha Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2020-10-12 16:24:13 -07:00
arc This tree prepares to unify the kretprobe trampoline handler and make 2020-10-12 14:21:15 -07:00
arm IOMMU Updates for Linux v5.10 2020-10-14 12:08:34 -07:00
arm64 IOMMU Updates for Linux v5.10 2020-10-14 12:08:34 -07:00
c6x arch, drivers: replace for_each_membock() with for_each_mem_range() 2020-10-13 18:38:35 -07:00
csky seccomp updates for v5.10-rc1 2020-10-13 16:33:43 -07:00
h8300 kernel-clone-v5.9 2020-10-14 14:32:52 -07:00
hexagon Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2020-10-12 16:24:13 -07:00
ia64 kernel-clone-v5.9 2020-10-14 14:32:52 -07:00
m68k kernel-clone-v5.9 2020-10-14 14:32:52 -07:00
microblaze Merge branch 'akpm' (patches from Andrew) 2020-10-14 09:57:24 -07:00
mips Merge branch 'akpm' (patches from Andrew) 2020-10-14 09:57:24 -07:00
nds32 h8300, nds32, openrisc: simplify detection of memory extents 2020-10-13 18:38:35 -07:00
nios2 kernel-clone-v5.9 2020-10-14 14:32:52 -07:00
openrisc arch, drivers: replace for_each_membock() with for_each_mem_range() 2020-10-13 18:38:35 -07:00
parisc seccomp updates for v5.10-rc1 2020-10-13 16:33:43 -07:00
powerpc Merge branch 'akpm' (patches from Andrew) 2020-10-14 09:57:24 -07:00
riscv Merge branch 'akpm' (patches from Andrew) 2020-10-14 09:57:24 -07:00
s390 Merge branch 'akpm' (patches from Andrew) 2020-10-14 09:57:24 -07:00
sh Merge branch 'akpm' (patches from Andrew) 2020-10-14 09:57:24 -07:00
sparc kernel-clone-v5.9 2020-10-14 14:32:52 -07:00
um seccomp updates for v5.10-rc1 2020-10-13 16:33:43 -07:00
x86 kernel-clone-v5.9 2020-10-14 14:32:52 -07:00
xtensa Merge branch 'akpm' (patches from Andrew) 2020-10-14 09:57:24 -07:00
.gitignore
Kconfig seccomp updates for v5.10-rc1 2020-10-13 16:33:43 -07:00