[PATCH 0/2] linux-user/microblaze: update signal handling

Richard Henderson posted 2 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201010173130.99652-1-richard.henderson@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/microblaze/target_signal.h |   1 -
linux-user/microblaze/signal.c        | 186 ++++++++++++--------------
2 files changed, 83 insertions(+), 104 deletions(-)
[PATCH 0/2] linux-user/microblaze: update signal handling
Posted by Richard Henderson 3 years, 6 months ago
The linux microblaze port only implements rt signal handing,
not the old style.  This allows our linux-test to pass for mb,
if you have a cross-compiler available for the build.


r~


Richard Henderson (2):
  linux-user/microblaze: Implement rt signal frames
  linux-user/microblaze: Remove non-rt signal frames

 linux-user/microblaze/target_signal.h |   1 -
 linux-user/microblaze/signal.c        | 186 ++++++++++++--------------
 2 files changed, 83 insertions(+), 104 deletions(-)

-- 
2.25.1


Re: [PATCH 0/2] linux-user/microblaze: update signal handling
Posted by Edgar E. Iglesias 3 years, 6 months ago
On Sat, Oct 10, 2020 at 12:31:28PM -0500, Richard Henderson wrote:
> The linux microblaze port only implements rt signal handing,
> not the old style.  This allows our linux-test to pass for mb,
> if you have a cross-compiler available for the build.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>


> 
> 
> r~
> 
> 
> Richard Henderson (2):
>   linux-user/microblaze: Implement rt signal frames
>   linux-user/microblaze: Remove non-rt signal frames
> 
>  linux-user/microblaze/target_signal.h |   1 -
>  linux-user/microblaze/signal.c        | 186 ++++++++++++--------------
>  2 files changed, 83 insertions(+), 104 deletions(-)
> 
> -- 
> 2.25.1
>