[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] SIGSEGV fixes
From: |
Taylor Simpson |
Subject: |
[PATCH 0/2] SIGSEGV fixes |
Date: |
Tue, 13 Jul 2021 14:46:27 -0500 |
The Hexagon target was silently failing the SIGSEGV test because
the signal handler was not called.
Patch 1/2 fixes the Hexagon target
Patch 2/2 adds a check that the signal handler is called
Taylor Simpson (2):
Hexagon (target/hexagon) do probe_write in HELPER(commit_store)
linux-test (tests/tcg/multiarch/linux-test.c) add check
target/hexagon/op_helper.c | 23 ++++++++++++++---------
tests/tcg/multiarch/linux-test.c | 7 +++++++
2 files changed, 21 insertions(+), 9 deletions(-)
--
2.7.4
- [PATCH 0/2] SIGSEGV fixes,
Taylor Simpson <=