-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[experimental]Add ocf stress tests #14
Open
katlapinka
wants to merge
1
commit into
Open-CAS:experimental
Choose a base branch
from
katlapinka:ocf-stress-tests
base: experimental
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deixx
reviewed
May 25, 2021
katlapinka
force-pushed
the
ocf-stress-tests
branch
from
May 25, 2021 13:49
d3ed594
to
5517171
Compare
mmkayPL
previously approved these changes
Jun 11, 2021
Deixx
previously approved these changes
Jun 14, 2021
katlapinka
force-pushed
the
ocf-stress-tests
branch
from
June 18, 2021 07:19
5517171
to
1f5cd16
Compare
Signed-off-by: klapinsk <[email protected]>
katlapinka
force-pushed
the
ocf-stress-tests
branch
from
June 18, 2021 09:47
1f5cd16
to
747ea3b
Compare
robertbaldyga
pushed a commit
that referenced
this pull request
Jan 26, 2022
`struct spdk_vhost_dev vdev` in `struct spdk_vhost_scsi_dev` can be unregistered in `vhost_scsi_dev_remove`, so we can't use it anymore in other places after `vhost_dev_unregister`. Ideally `state->remove_cb` should not take the `vdev` as the input parameter either, but I don't find it's used anywhere, so leave it unchanged. ==29555==ERROR: AddressSanitizer: heap-use-after-free on address 0x602000006df0 READ of size 2 at 0x602000006df0 thread T0 (reactor_0) #0 0x7f3c246c0f0a (/lib64/libasan.so.5+0x9cf0a) #1 0x7f3c246c3c15 in vsnprintf (/lib64/libasan.so.5+0x9fc15) #2 0xa55cfa in spdk_vlog /spdk/lib/log/log.c:158 #3 0xa5596f in spdk_log /spdk/lib/log/log.c:110 #4 0x842e43 in remove_scsi_tgt /spdk/lib/vhost/vhost_scsi.c:208 #5 0x851508 in vhost_scsi_dev_remove_tgt_cpl_cb /spdk/lib/vhost/vhost_scsi.c:1149 #6 0x8383f1 in foreach_session_finish_cb /spdk/lib/vhost/vhost.c:1144 #7 0x9d3223 in msg_queue_run_batch /spdk/lib/thread/thread.c:703 #8 0x9d73fe in thread_poll /spdk/lib/thread/thread.c:919 #9 0x9d7c3b in spdk_thread_poll /spdk/lib/thread/thread.c:979 #10 0x8812fe in _reactor_run /spdk/lib/event/reactor.c:920 #11 0x881bf1 in reactor_run /spdk/lib/event/reactor.c:958 #12 0x88292b in spdk_reactors_start /spdk/lib/event/reactor.c:1060 #13 0x873ff9 in spdk_app_start /spdk/lib/event/app.c:585 #14 0x408044 in main /spdk/app/vhost/vhost.c:105 #15 0x7f3c23691f42 in __libc_start_main (/lib64/libc.so.6+0x23f42) #16 0x407add in _start (/spdk/build/bin/vhost+0x407add) 0x602000006df0 is located 0 bytes inside of 8-byte region [0x602000006df0,0x602000006df8) freed by thread T0 (reactor_0) here: #0 0x7f3c2473191f in __interceptor_free (/lib64/libasan.so.5+0x10d91f) #1 0x8369f2 in vhost_dev_unregister /spdk/lib/vhost/vhost.c:1024 #2 0x84f32d in vhost_scsi_dev_remove /spdk/lib/vhost/vhost_scsi.c:913 #3 0x83cdb7 in spdk_vhost_dev_remove /spdk/lib/vhost/vhost.c:1494 #4 0x83ed66 in vhost_fini /spdk/lib/vhost/vhost.c:1644 #5 0x9d3223 in msg_queue_run_batch /spdk/lib/thread/thread.c:703 #6 0x9d73fe in thread_poll /spdk/lib/thread/thread.c:919 #7 0x9d7c3b in spdk_thread_poll /spdk/lib/thread/thread.c:979 #8 0x8812fe in _reactor_run /spdk/lib/event/reactor.c:920 #9 0x881bf1 in reactor_run /spdk/lib/event/reactor.c:958 #10 0x88292b in spdk_reactors_start /spdk/lib/event/reactor.c:1060 #11 0x873ff9 in spdk_app_start /spdk/lib/event/app.c:585 #12 0x408044 in main /spdk/app/vhost/vhost.c:105 #13 0x7f3c23691f42 in __libc_start_main (/lib64/libc.so.6+0x23f42) Change-Id: I511c4316a838cd92961d57c9193d384acd49d760 Signed-off-by: Changpeng Liu <[email protected]> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10141 Community-CI: Broadcom CI <[email protected]> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <[email protected]> Reviewed-by: Shuhei Matsumoto <[email protected]> Reviewed-by: Dong Yi <[email protected]> Reviewed-by: Jim Harris <[email protected]> Reviewed-by: Ben Walker <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Needs #13
Signed-off-by: klapinsk [email protected]