OSDN Git Service

linux-user/loongarch64: setup_sigframe() set 'end' context size 0
authorSong Gao <gaosong@loongson.cn>
Wed, 1 Nov 2023 03:08:13 +0000 (11:08 +0800)
committerSong Gao <gaosong@loongson.cn>
Fri, 3 Nov 2023 06:13:26 +0000 (14:13 +0800)
commit01714edafd6a89066d827867e4d6671a68c2f546
tree5fd5fba6bdcd8c94ebd07291a8619a6af33ea9b9
parent420756c2dd1413cdd06e8c86b4bf80fba08f009f
linux-user/loongarch64: setup_sigframe() set 'end' context size 0

See:
  https://github.com/torvalds/linux/blob/master/arch/loongarch/kernel/signal.c

The kernel setup_sigcontext() set end context size 0.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231101030816.2353416-4-gaosong@loongson.cn>
linux-user/loongarch64/signal.c