The commit is pushed to "branch-rh10-6.12.0-55.52.1.5.x.vz10-ovz" and will 
appear at [email protected]:openvz/vzkernel.git
after rh10-6.12.0-55.52.1.5.12.vz10
------>
commit 5dd07f162f51cb00d0877d21d781285d96680c54
Author: Konstantin Khorenko <[email protected]>
Date:   Mon Mar 23 21:31:30 2026 +0100

    selftests/netfilter: remove unused variable 'plen' in 
conntrack_reverse_clash
    
      conntrack_reverse_clash.c: In function 'main':
      conntrack_reverse_clash.c:66:19: warning: unused variable 'plen' 
[-Wunused-variable]
         66 |         socklen_t plen;
            |                   ^~~~
    
    Remove unused 'plen' to fix -Wunused-variable warning.
    
    https://virtuozzo.atlassian.net/browse/VSTOR-127529
    Signed-off-by: Konstantin Khorenko <[email protected]>
    Reviewed-by: Vasileios Almpanis <[email protected]>
    
    Feature: fix selftests
---
 tools/testing/selftests/net/netfilter/conntrack_reverse_clash.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/net/netfilter/conntrack_reverse_clash.c 
b/tools/testing/selftests/net/netfilter/conntrack_reverse_clash.c
index 507930cee8cb6..0a105523e0398 100644
--- a/tools/testing/selftests/net/netfilter/conntrack_reverse_clash.c
+++ b/tools/testing/selftests/net/netfilter/conntrack_reverse_clash.c
@@ -63,7 +63,6 @@ int main(int argc, char *argv[])
        };
        int s1, s2, status;
        time_t end, now;
-       socklen_t plen;
        char buf[LEN];
        bool child;
 
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to