[Devel] [PATCH RHEL10 COMMIT] selftests/ve_devcg_bpf: remove unused __STACK_SIZE macro
Konstantin Khorenko
khorenko at virtuozzo.com
Wed May 20 16:01:20 MSK 2026
The commit is pushed to "branch-rh10-6.12.0-55.52.1.5.x.vz10-ovz" and will appear at git at bitbucket.org:openvz/vzkernel.git
after rh10-6.12.0-55.52.1.5.27.vz10
------>
commit b0447e906462e7d63e0b30d281fecfa360a270e7
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date: Mon May 18 18:09:44 2026 +0200
selftests/ve_devcg_bpf: remove unused __STACK_SIZE macro
__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>
Reviewed-by: Pavel Tikhomirov <ptikhomirov 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
More information about the Devel
mailing list