Unwinding out of signal handlers currently does not work since the sigreturn trampoline is not annotated with CFI data.
Fix this by detecting the sigreturn trampoline during unwinding and providing appropriate unwind data manually. This follows closely the approach used by existing code for the AArch64 target.
Does s390 use both __kernel_[rt_]sigreturn? It seems that the Linux kernel source references both. For aarch64 there is only the rt_ version.
Just a note for you to double check the comment:)