|
Revision tags: v24.05, v24.09-pre, v24.05-rc1, LTS, v24.01, v24.05-pre, v24.01-rc1, v23.09 |
|
| #
ac3bfcda |
| 22-Sep-2023 |
Michal Berger <michal.berger@intel.com> |
test/app: Keep list of expected RPC methods sorted
In case SPDK is built with an LTO enabled this order may chang so make sure test can handle that.
Change-Id: I4adba00524e41a59614200132629f068d451
test/app: Keep list of expected RPC methods sorted
In case SPDK is built with an LTO enabled this order may chang so make sure test can handle that.
Change-Id: I4adba00524e41a59614200132629f068d4511292 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20028 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| #
81b72533 |
| 22-Sep-2023 |
Michal Berger <michal.berger@intel.com> |
test/app: Don't overwrite ERR trap from autotest_common
This doesn't allow for the stack to be printed in case an error occurs.
Change-Id: I63bae4e397806ebb30702b5607ee1c574fa560a4 Signed-off-by: M
test/app: Don't overwrite ERR trap from autotest_common
This doesn't allow for the stack to be printed in case an error occurs.
Change-Id: I63bae4e397806ebb30702b5607ee1c574fa560a4 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20027 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>
show more ...
|
|
Revision tags: v24.01-pre, v23.09-rc1, v23.05, v23.09-pre, v23.01.1, v23.01, v23.05-pre, v23.01-rc1, v22.01.2 |
|
| #
0d0de8e7 |
| 04-Nov-2022 |
John Levon <john.levon@nutanix.com> |
lib/rpc: add RPC allow list
Add an optional allowlist for RPC methods: if the method is not listed, it is not allowed to be called or visible. This can be used to restrict accidental mis-configurati
lib/rpc: add RPC allow list
Add an optional allowlist for RPC methods: if the method is not listed, it is not allowed to be called or visible. This can be used to restrict accidental mis-configurations, and generally helps locking down the configuration surface.
Signed-off-by: John Levon <john.levon@nutanix.com> Change-Id: Ied78fc4b14b60cb94ed0852b92deb6df545cbec4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15275 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| #
c3e62d77 |
| 05-Nov-2022 |
Jim Harris <james.r.harris@intel.com> |
test: add new cmdline.sh test script
This can be used to test various app command line parameters - in this case, the new RPC allowlist parameter.
Signed-off-by: Jim Harris <james.r.harris@intel.co
test: add new cmdline.sh test script
This can be used to test various app command line parameters - in this case, the new RPC allowlist parameter.
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Iaa0e90940ac4fb0b044ab96bc2912afa9f48ddae Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15310 Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|