Re: [PATCH v6 00/11] Add MTE stubs for aarch64 user mode

2024-06-28 Thread Alex Bennée
Gustavo Romero writes: > This patchset adds the stubs necessary to support GDB memory tagging > commands on QEMU aarch64 user mode. Queued to gdbstub/next, thanks. I've manually fixed up the include issues and moved the PR defines to avoid using prctl. -- Alex Bennée Virtualisation Tech Lead @

[PATCH v6 00/11] Add MTE stubs for aarch64 user mode

2024-06-27 Thread Gustavo Romero
This patchset adds the stubs necessary to support GDB memory tagging commands on QEMU aarch64 user mode. These new stubs handle the qIsAddressTagged, qMemTag, and QMemTag packets, which allow GDB memory tagging subcommands 'check', 'print-allocation-tag', and 'set-allocation-tag' to work. The rema