The commit is pushed to "branch-rh10-6.12.0-55.52.1.4.x.vz10-ovz" and will 
appear at [email protected]:openvz/vzkernel.git
after rh10-6.12.0-55.52.1.4.11.vz10
------>
commit 4788767d0260335138977dff067891335f5f7863
Author: Ba Jing <[email protected]>
Date:   Mon Mar 23 18:07:29 2026 +0100

    ms/selftests/damon/access_memory_even: remove unused variables
    
    By reading the code, I found these variables are never referenced in the
    code.  Just remove them.
    
    Link: 
https://lkml.kernel.org/r/[email protected]
    Signed-off-by: Ba Jing <[email protected]>
    Reviewed-by: SeongJae Park <[email protected]>
    Reviewed-by: Dev Jain <[email protected]>
    Reviewed-by: Shuah Khan <[email protected]>
    Signed-off-by: Andrew Morton <[email protected]>
    
    (cherry picked from commit 12833a732346dcf4e3bde55d6556fedf90743656)
    Applied cleanly.
    
    https://virtuozzo.atlassian.net/browse/VSTOR-127529
    Signed-off-by: Konstantin Khorenko <[email protected]>
    Reviewed-by: Pavel Tikhomirov <[email protected]>
    Reviewed-by: Vasileios Almpanis <[email protected]>
    
    Feature: fix selftests
---
 tools/testing/selftests/damon/access_memory_even.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/testing/selftests/damon/access_memory_even.c 
b/tools/testing/selftests/damon/access_memory_even.c
index 3be1214874325..a9f4e9aaf3a93 100644
--- a/tools/testing/selftests/damon/access_memory_even.c
+++ b/tools/testing/selftests/damon/access_memory_even.c
@@ -14,10 +14,8 @@
 int main(int argc, char *argv[])
 {
        char **regions;
-       clock_t start_clock;
        int nr_regions;
        int sz_region;
-       int access_time_ms;
        int i;
 
        if (argc != 3) {
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to