Re: [GIT PULL] kernel_clone() for v5.10

2020-10-14 Thread pr-tracker-bot
The pull request you sent on Wed, 14 Oct 2020 10:41:54 +0200: > g...@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux > tags/kernel-clone-v5.9 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/612e7a4c1645f09449355cf08b6fd3de80b4f8cc Thank you! --

[GIT PULL] kernel_clone() for v5.10

2020-10-14 Thread Christian Brauner
Hi Linus, /* Summary */ Here is the kernel_clone() series for v5.10. 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