[PATCH v3 0/4] linux-user/hexagon: fix sigcontext

Brian Cain posted 4 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251014132907.3268743-1-brian.cain@oss.qualcomm.com
Maintainers: Brian Cain <brian.cain@oss.qualcomm.com>, Laurent Vivier <laurent@vivier.eu>
linux-user/hexagon/signal.c        | 184 +++++++++++------------------
tests/tcg/hexagon/signal_context.c |  23 +++-
2 files changed, 92 insertions(+), 115 deletions(-)
[PATCH v3 0/4] linux-user/hexagon: fix sigcontext
Posted by Brian Cain 1 month ago
Follow up from v2: https://lore.kernel.org/qemu-devel/20251009195943.438454-1-brian.cain@oss.qualcomm.com/

v3 change from v2:
    - fixes to the test case, suggested from review (loop bound, clobbers).

Brian Cain (4):
  linux-user/hexagon: Fix sigcontext
  linux-user/hexagon: use abi_ulong
  linux-user/hexagon: Use an array for GPRs
  tests/tcg/hexagon: Add cs{0,1} coverage

 linux-user/hexagon/signal.c        | 184 +++++++++++------------------
 tests/tcg/hexagon/signal_context.c |  23 +++-
 2 files changed, 92 insertions(+), 115 deletions(-)

-- 
2.34.1