]> Gentwo Git Trees - linux/.git/commit
selftests/namespace: add stress test
authorChristian Brauner <brauner@kernel.org>
Wed, 29 Oct 2025 12:21:24 +0000 (13:21 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 3 Nov 2025 16:41:25 +0000 (17:41 +0100)
commitfc85885692a84a6c561351973fea26e4426ae72b
treea364e283bb3480f33693f0f8eb1118a32f793e08
parentd18cf3f9a4ab67869d468672399de6eac0f8f571
selftests/namespace: add stress test

Stress tests for namespace active reference counting.

These tests validate that the active reference counting system can
handle high load scenarios including rapid namespace
creation/destruction, large numbers of concurrent namespaces, and
various edge cases under stress.

Link: https://patch.msgid.link/20251029-work-namespace-nstree-listns-v4-71-2e6f823ebdc0@kernel.org
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
tools/testing/selftests/namespaces/.gitignore
tools/testing/selftests/namespaces/Makefile
tools/testing/selftests/namespaces/stress_test.c [new file with mode: 0644]