[Devel] [PATCH vz10 1/3] selftests/ve_devcg_bpf: remove unused __STACK_SIZE macro
Konstantin Khorenko
khorenko at virtuozzo.com
Mon May 18 19:17:08 MSK 2026
__STACK_SIZE is defined but never referenced - clone3 is called without
explicit stack arguments, relying on fork semantics instead.
https://virtuozzo.atlassian.net/browse/VSTOR-126504
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
Feature: ve: allow BPF in Containers
---
tools/testing/selftests/ve_devcg_bpf/ve_devcg_bpf_test.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/ve_devcg_bpf/ve_devcg_bpf_test.c b/tools/testing/selftests/ve_devcg_bpf/ve_devcg_bpf_test.c
index a18393bb4f6df..b887ec73e18e2 100644
--- a/tools/testing/selftests/ve_devcg_bpf/ve_devcg_bpf_test.c
+++ b/tools/testing/selftests/ve_devcg_bpf/ve_devcg_bpf_test.c
@@ -34,7 +34,6 @@
#include "../kselftest_harness.h"
-#define __STACK_SIZE (8 * 1024 * 1024)
#define CTID_MIN 108
#define CTID_MAX 200
--
2.43.0
More information about the Devel
mailing list