[PATCH v2 0/4] hexagon: Fixes to 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/20251009195943.438454-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 |  22 +++-
2 files changed, 91 insertions(+), 115 deletions(-)
[PATCH v2 0/4] hexagon: Fixes to sigcontext
Posted by Brian Cain 1 month ago
Revised from the original series at
https://lore.kernel.org/qemu-devel/20251008014754.3565553-1-brian.cain@oss.qualcomm.com/

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 |  22 +++-
 2 files changed, 91 insertions(+), 115 deletions(-)

--
2.34.1

Re: [PATCH v2 0/4] hexagon: Fixes to sigcontext
Posted by Richard Henderson 1 month ago
On 10/9/25 12:59, Brian Cain wrote:
> Revised from the original series at
> https://lore.kernel.org/qemu-devel/20251008014754.3565553-1-brian.cain@oss.qualcomm.com/
> 
> 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 |  22 +++-
>   2 files changed, 91 insertions(+), 115 deletions(-)
> 
> --
> 2.34.1
> 

Series:
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~