Syzbot CI
All Series
Statistics
Content
×
Patch Series
Subject
nstree: listns()
Author
brauner@kernel.org
Date
2025-10-24 10:52:30 +0000 UTC
Version
3
Cc
amir73il@gmail.com
arnd@arndb.de
bpf@vger.kernel.org
brauner@kernel.org
cgroups@vger.kernel.org
cyphar@cyphar.com
daan.j.demeyer@gmail.com
edumazet@google.com
hannes@cmpxchg.org
jack@suse.cz
jannh@google.com
jlayton@kernel.org
josef@toxicpanda.com
kuba@kernel.org
linux-fsdevel@vger.kernel.org
linux-kernel@vger.kernel.org
me@yhndnzj.com
mzxreary@0pointer.de
netdev@vger.kernel.org
tglx@linutronix.de
tj@kernel.org
viro@zeniv.linux.org.uk
zbyszek@in.waw.pl
Patches (70)
Name
Content
[All]
[PATCH v3 01/70] libfs: allow to specify s_d_flags
[Body]
[PATCH v3 02/70] nsfs: use inode_just_drop()
[Body]
[PATCH v3 03/70] nsfs: raise DCACHE_DONTCACHE explicitly
[Body]
[PATCH v3 04/70] pidfs: raise DCACHE_DONTCACHE explicitly
[Body]
[PATCH v3 05/70] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
[Body]
[PATCH v3 06/70] cgroup: add cgroup namespace to tree after owner is set
[Body]
[PATCH v3 07/70] nstree: simplify return
[Body]
[PATCH v3 08/70] ns: initialize ns_list_node for initial namespaces
[Body]
[PATCH v3 09/70] ns: add __ns_ref_read()
[Body]
[PATCH v3 10/70] ns: rename to exit_nsproxy_namespaces()
[Body]
[PATCH v3 11/70] ns: add active reference count
[Body]
[PATCH v3 12/70] ns: use anonymous struct to group list member
[Body]
[PATCH v3 13/70] nstree: introduce a unified tree
[Body]
[PATCH v3 14/70] nstree: allow lookup solely based on inode
[Body]
[PATCH v3 15/70] nstree: assign fixed ids to the initial namespaces
[Body]
[PATCH v3 16/70] ns: maintain list of owned namespaces
[Body]
[PATCH v3 17/70] nstree: add listns()
[Body]
[PATCH v3 18/70] arch: hookup listns() system call
[Body]
[PATCH v3 19/70] nsfs: update tools header
[Body]
[PATCH v3 20/70] selftests/filesystems: remove CLONE_NEWPIDNS from setup_userns() helper
[Body]
[PATCH v3 21/70] selftests/namespaces: first active reference count tests
[Body]
[PATCH v3 22/70] selftests/namespaces: second active reference count tests
[Body]
[PATCH v3 23/70] selftests/namespaces: third active reference count tests
[Body]
[PATCH v3 24/70] selftests/namespaces: fourth active reference count tests
[Body]
[PATCH v3 25/70] selftests/namespaces: fifth active reference count tests
[Body]
[PATCH v3 26/70] selftests/namespaces: sixth active reference count tests
[Body]
[PATCH v3 27/70] selftests/namespaces: seventh active reference count tests
[Body]
[PATCH v3 28/70] selftests/namespaces: eigth active reference count tests
[Body]
[PATCH v3 29/70] selftests/namespaces: ninth active reference count tests
[Body]
[PATCH v3 30/70] selftests/namespaces: tenth active reference count tests
[Body]
[PATCH v3 31/70] selftests/namespaces: eleventh active reference count tests
[Body]
[PATCH v3 32/70] selftests/namespaces: twelth active reference count tests
[Body]
[PATCH v3 33/70] selftests/namespaces: thirteenth active reference count tests
[Body]
[PATCH v3 34/70] selftests/namespaces: fourteenth active reference count tests
[Body]
[PATCH v3 35/70] selftests/namespaces: fifteenth active reference count tests
[Body]
[PATCH v3 36/70] selftests/namespaces: add listns() wrapper
[Body]
[PATCH v3 37/70] selftests/namespaces: first listns() test
[Body]
[PATCH v3 38/70] selftests/namespaces: second listns() test
[Body]
[PATCH v3 39/70] selftests/namespaces: third listns() test
[Body]
[PATCH v3 40/70] selftests/namespaces: fourth listns() test
[Body]
[PATCH v3 41/70] selftests/namespaces: fifth listns() test
[Body]
[PATCH v3 42/70] selftests/namespaces: sixth listns() test
[Body]
[PATCH v3 43/70] selftests/namespaces: seventh listns() test
[Body]
[PATCH v3 44/70] selftests/namespaces: eigth listns() test
[Body]
[PATCH v3 45/70] selftests/namespaces: ninth listns() test
[Body]
[PATCH v3 46/70] selftests/namespaces: first listns() permission test
[Body]
[PATCH v3 47/70] selftests/namespaces: second listns() permission test
[Body]
[PATCH v3 48/70] selftests/namespaces: third listns() permission test
[Body]
[PATCH v3 49/70] selftests/namespaces: fourth listns() permission test
[Body]
[PATCH v3 50/70] selftests/namespaces: fifth listns() permission test
[Body]
[PATCH v3 51/70] selftests/namespaces: sixth listns() permission test
[Body]
[PATCH v3 52/70] selftests/namespaces: seventh listns() permission test
[Body]
[PATCH v3 53/70] selftests/namespaces: first inactive namespace resurrection test
[Body]
[PATCH v3 54/70] selftests/namespaces: second inactive namespace resurrection test
[Body]
[PATCH v3 55/70] selftests/namespaces: third inactive namespace resurrection test
[Body]
[PATCH v3 56/70] selftests/namespaces: fourth inactive namespace resurrection test
[Body]
[PATCH v3 57/70] selftests/namespaces: fifth inactive namespace resurrection test
[Body]
[PATCH v3 58/70] selftests/namespaces: sixth inactive namespace resurrection test
[Body]
[PATCH v3 59/70] selftests/namespaces: seventh inactive namespace resurrection test
[Body]
[PATCH v3 60/70] selftests/namespaces: eigth inactive namespace resurrection test
[Body]
[PATCH v3 61/70] selftests/namespaces: ninth inactive namespace resurrection test
[Body]
[PATCH v3 62/70] selftests/namespaces: tenth inactive namespace resurrection test
[Body]
[PATCH v3 63/70] selftests/namespaces: eleventh inactive namespace resurrection test
[Body]
[PATCH v3 64/70] selftests/namespaces: twelth inactive namespace resurrection test
[Body]
[PATCH v3 65/70] selftests/namespace: first threaded active reference count test
[Body]
[PATCH v3 66/70] selftests/namespace: second threaded active reference count test
[Body]
[PATCH v3 67/70] selftests/namespace: third threaded active reference count test
[Body]
[PATCH v3 68/70] selftests/namespace: commit_creds() active reference tests
[Body]
[PATCH v3 69/70] selftests/namespace: add stress test
[Body]
[PATCH v3 70/70] selftests/namespace: test listns() pagination
[Body]
Session 2025-10-24
ID (for dev)
23040f05-8f9e-44c9-947e-ef73c69f753e
Status
skipped
Triaged
Skipped: failed to find a base commit: series does not apply
[Log]
Execution Log
[Link]
Test
Base
Patched
Verdict