[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 08/32] tests/tcg: disable pauth for aarch64 gdb tests
From: |
Alex Bennée |
Subject: |
[PATCH v2 08/32] tests/tcg: disable pauth for aarch64 gdb tests |
Date: |
Wed, 15 Mar 2023 17:43:07 +0000 |
You need a very new gdb to be able to run with pauth support otherwise
your likely to hit asserts and aborts. Disable pauth for now until we
can properly probe support in gdb.
Message-Id: <20230310103123.2118519-10-alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/tcg/aarch64/Makefile.target | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/tcg/aarch64/Makefile.target
b/tests/tcg/aarch64/Makefile.target
index 9e91a20b0d..8ffde3b0ed 100644
--- a/tests/tcg/aarch64/Makefile.target
+++ b/tests/tcg/aarch64/Makefile.target
@@ -84,6 +84,8 @@ TESTS += sha512-vector
ifeq ($(HOST_GDB_SUPPORTS_ARCH),y)
GDB_SCRIPT=$(SRC_PATH)/tests/guest-debug/run-test.py
+run-gdbstub-%: QEMU_OPTS=-cpu max,pauth=off
+
run-gdbstub-sysregs: sysregs
$(call run-test, $@, $(GDB_SCRIPT) \
--gdb $(HAVE_GDB_BIN) \
--
2.39.2
- [PATCH v2 12/32] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb, (continued)
- [PATCH v2 12/32] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb, Alex Bennée, 2023/03/15
- [PATCH v2 10/32] tests/avocado: don't use tags to define drive, Alex Bennée, 2023/03/15
- [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map, Alex Bennée, 2023/03/15
- [PATCH v2 31/32] contrib/gitdm: add more individual contributors, Alex Bennée, 2023/03/15
- [PATCH v2 29/32] contrib/gitdm: add Alibaba to the domain-map, Alex Bennée, 2023/03/15
- [PATCH v2 30/32] contrib/gitdm: add revng to domain map, Alex Bennée, 2023/03/15
- [PATCH v2 08/32] tests/tcg: disable pauth for aarch64 gdb tests,
Alex Bennée <=
- [PATCH v2 13/32] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT, Alex Bennée, 2023/03/15
- [PATCH v2 09/32] include/exec: fix kerneldoc definition, Alex Bennée, 2023/03/15
- [PATCH v2 23/32] iotests: always use a unique sub-directory per test, Alex Bennée, 2023/03/15
- [PATCH v2 11/32] tcg: Clear plugin_mem_cbs on TB exit, Alex Bennée, 2023/03/15
- [PATCH v2 25/32] iotests: remove the check-block.sh script, Alex Bennée, 2023/03/15
- [PATCH v2 22/32] iotests: connect stdin to /dev/null when running tests, Alex Bennée, 2023/03/15