|FAILURE| pw142183 [PATCH v2] vhost: fix crash caused by accessing a freed vsocket
0-day Robot
robot at bytheb.org
Mon Jul 8 05:03:38 CEST 2024
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/142183/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/9832538610
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
}
^
../lib/vhost/vhost_thread.c:10:2: note: mutex acquired here
rte_rwlock_read_lock(&vhost_thread_lock);
^
../lib/vhost/vhost_thread.c:16:2: error: releasing mutex 'vhost_thread_lock' that was not held [-Werror,-Wthread-safety-analysis]
rte_rwlock_read_unlock(&vhost_thread_lock);
^
../lib/vhost/vhost_thread.c:23:1: error: mutex 'vhost_thread_lock' is still held at the end of function [-Werror,-Wthread-safety-analysis]
}
^
../lib/vhost/vhost_thread.c:22:2: note: mutex acquired here
rte_rwlock_write_lock(&vhost_thread_lock);
^
../lib/vhost/vhost_thread.c:28:2: error: releasing mutex 'vhost_thread_lock' that was not held [-Werror,-Wthread-safety-analysis]
rte_rwlock_write_unlock(&vhost_thread_lock);
^
4 errors generated.
[423/2988] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_vhost.c.o'.
[424/2988] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_vhost_user.c.o'.
[425/2988] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_vhost_crypto.c.o'.
[426/2988] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_virtio_net.c.o'.
[427/2988] Compiling C object 'lib/76b5a35@@rte_pipeline at sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
}
^
../lib/vhost/vhost_thread.c:10:2: note: mutex acquired here
rte_rwlock_read_lock(&vhost_thread_lock);
^
../lib/vhost/vhost_thread.c:16:2: error: releasing mutex 'vhost_thread_lock' that was not held [-Werror,-Wthread-safety-analysis]
rte_rwlock_read_unlock(&vhost_thread_lock);
^
../lib/vhost/vhost_thread.c:23:1: error: mutex 'vhost_thread_lock' is still held at the end of function [-Werror,-Wthread-safety-analysis]
}
^
../lib/vhost/vhost_thread.c:22:2: note: mutex acquired here
rte_rwlock_write_lock(&vhost_thread_lock);
^
../lib/vhost/vhost_thread.c:28:2: error: releasing mutex 'vhost_thread_lock' that was not held [-Werror,-Wthread-safety-analysis]
rte_rwlock_write_unlock(&vhost_thread_lock);
^
4 errors generated.
[438/4073] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_vhost_user.c.o'.
[439/4073] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_vhost.c.o'.
[440/4073] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_vhost_crypto.c.o'.
[441/4073] Compiling C object 'lib/76b5a35@@rte_pipeline at sta/pipeline_rte_table_action.c.o'.
[442/4073] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_virtio_net.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list