On Wed, Feb 07, 2024 at 08:24:16AM -0500, Aaron Conole wrote:
Add a test case into the netlink checks that will show the number of nested action recursions won't exceed 16. Going to 17 on a small clone call isn't enough to exhaust the stack on (most) systems, so it should be safe to run even on systems that don't have the fix applied.
Signed-off-by: Aaron Conole aconole@redhat.com
v1->v2: Used a slightly more portable io redirection semantic for the clone() flow test case.
Reviewed-by: Simon Horman horms@kernel.org