Merge tag 'threads-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Pull thread updates from Christian Brauner: "The main change for this cycle was the extension for clone3() to support spawning processes directly into cgroups via CLONE_INTO_CGROUP (commit ef2c41cf: "clone3: allow spawning processes into cgroups"). But since I had to touch kernel/cgroup/ quite a bit I had Tejun route that through his tree this time around to make it easier for him to handle other changes. So here is just the unexciting leftovers: a regression test for the ENOMEM regression we fixed in commit b26ebfe1 ("pid: Fix error return value in some cases") verifying that we report ENOMEM when trying to create a new process in a pid namespace whose init process/subreaper has already exited" * tag 'threads-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux: selftests: add pid namespace ENOMEM regression test
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- tools/testing/selftests/Makefile 1 addition, 0 deletionstools/testing/selftests/Makefile
- tools/testing/selftests/pid_namespace/.gitignore 1 addition, 0 deletionstools/testing/selftests/pid_namespace/.gitignore
- tools/testing/selftests/pid_namespace/Makefile 8 additions, 0 deletionstools/testing/selftests/pid_namespace/Makefile
- tools/testing/selftests/pid_namespace/config 2 additions, 0 deletionstools/testing/selftests/pid_namespace/config
- tools/testing/selftests/pid_namespace/regression_enomem.c 45 additions, 0 deletionstools/testing/selftests/pid_namespace/regression_enomem.c
- tools/testing/selftests/pidfd/pidfd.h 2 additions, 0 deletionstools/testing/selftests/pidfd/pidfd.h
tools/testing/selftests/pid_namespace/config
0 → 100644
Please register or sign in to comment