| 53e1dbbd | 09-Apr-2024 |
Sebastian Brzezinka <sebastian.brzezinka@intel.com> |
llvm/nvmf: supress false memory leak of `qpair_ctx` and `ctrlr`
This behavior is only reproducible during fuzzing test, probably due to asynchronous nature of `spdk_nvmf_qpair_disconnect` and `nvmf_
llvm/nvmf: supress false memory leak of `qpair_ctx` and `ctrlr`
This behavior is only reproducible during fuzzing test, probably due to asynchronous nature of `spdk_nvmf_qpair_disconnect` and `nvmf_ctrlr_create`. It was verified that there is no real memory leak.
Fixes issue #3285.
Change-Id: I94129bb0cbb63e4d5f7c96ae856d0a398f812f33 Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22713 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 1b8d54c0 | 08-Mar-2024 |
Sebastian Brzezinka <sebastian.brzezinka@intel.com> |
llvm/vfio: supress false memory leak of `qpair_ctx` and `ctrlr`
This behavior is only reproducible during fuzzing test, probably due to asynchronous nature of `spdk_nvmf_qpair_disconnect` and `nvmf_
llvm/vfio: supress false memory leak of `qpair_ctx` and `ctrlr`
This behavior is only reproducible during fuzzing test, probably due to asynchronous nature of `spdk_nvmf_qpair_disconnect` and `nvmf_ctrlr_create`. It was verified that there is no real memory leak.
Fixes issue #3285.
Change-Id: I97ebb4d2bb7ff8d0dab9b4cb2c9eee1b46d8b3b7 Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22226 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
| 501cec42 | 19-Dec-2023 |
Michal Berger <michal.berger@intel.com> |
test/fuzz/llvm: Add option to compress fuzzer's output
Change-Id: I15865076f1205f86addaae64f27926f399d97ded Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io
test/fuzz/llvm: Add option to compress fuzzer's output
Change-Id: I15865076f1205f86addaae64f27926f399d97ded Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21111 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
show more ...
|
| 2cab1598 | 19-Dec-2023 |
Michal Berger <michal.berger@intel.com> |
test/fuzz/llvm: Add support for sending fuzzer output to syslog
The long variant of the llvm fuzzer test is producing ~30GB of output data. Since this may put the underlying system under a severe st
test/fuzz/llvm: Add support for sending fuzzer output to syslog
The long variant of the llvm fuzzer test is producing ~30GB of output data. Since this may put the underlying system under a severe stress, depending on how its storage is set up, add an alternative for the data destination.
Change-Id: I3a4c0efa8df3919642a531bcbe73c5a3daaa97e0 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21110 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 7cc7d528 | 08-Dec-2022 |
Sebastian Brzezinka <sebastian.brzezinka@intel.com> |
fuzz/llvm: provide a prefix to use when saving artifacts
Save crash files and other artifacts in `$output_dir/llvm/`
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Change-Id: I2
fuzz/llvm: provide a prefix to use when saving artifacts
Save crash files and other artifacts in `$output_dir/llvm/`
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Change-Id: I2ff82b414592cc492b79c9178b7257b2e87440b5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15827 Reviewed-by: Michal Berger <michal.berger@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| 1fa3b4f7 | 11-Jan-2023 |
Sebastian Brzezinka <sebastian.brzezinka@intel.com> |
llvm_nvme_fuzz: enable running llvm nvmf test in parallel
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Change-Id: Iad129c1bc62116a93701a5f68c78351f01a4c878 Reviewed-on: https:/
llvm_nvme_fuzz: enable running llvm nvmf test in parallel
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Change-Id: Iad129c1bc62116a93701a5f68c78351f01a4c878 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16249 Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| e54ffeb6 | 09-Nov-2022 |
Sebastian Brzezinka <sebastian.brzezinka@intel.com> |
llvm/vfio: dump fuzzer logs to file
Fuzzer logs may become huge, it's better to store it as file.
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Change-Id: Ia85eb88fd648dc2fb90f
llvm/vfio: dump fuzzer logs to file
Fuzzer logs may become huge, it's better to store it as file.
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Change-Id: Ia85eb88fd648dc2fb90f5a3bd389e6df2ef0106e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15365 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|