aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-04-04 10:08:18 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-04-04 10:08:18 -0700
commit1e396a5d171d61aa00d49389d92f8afb21568635 (patch)
treea5dda82738b842e5c56c4520aceb7b98daabed49 /MAINTAINERS
parentMerge tag 'vfio-v5.7-rc1' of git://github.com/awilliam/linux-vfio (diff)
parentselftests: add pid namespace ENOMEM regression test (diff)
downloadwireguard-linux-1e396a5d171d61aa00d49389d92f8afb21568635.tar.xz
wireguard-linux-1e396a5d171d61aa00d49389d92f8afb21568635.zip
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 ef2c41cf38a7: "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 b26ebfe12f34 ("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
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6599d24bb8ab..6f0e1a53e4c1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13285,6 +13285,7 @@ S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
F: samples/pidfd/
F: tools/testing/selftests/pidfd/
+F: tools/testing/selftests/pid_namespace/
F: tools/testing/selftests/clone3/
K: (?i)pidfd
K: (?i)clone3