[CRIU] [PATCH 08/10] restore: set up a handler for collecting signals from zombies (v2)
Alexander Kartashov
alekskartashov at parallels.com
Thu Mar 7 03:40:24 EST 2013
On 03/07/2013 01:00 AM, Andrey Vagin wrote:
> Alexander, could you help me with ARM? I found in glibc sources, that
> sa_restoer should look like this:
>
> ports/sysdeps/unix/sysv/linux/arm/sigrestorer.S
> ....
> ENTRY(__cr_restore_rt)
> CFI
> mov r7, $SYS_ify(rt_sigreturn)
> swi 0x0
> .fnend
> END(__cr_restore_rt)
I think this should look like this:
ENTRY(__cr_restore_rt)
mov r7, $__NR_rt_sigreturn
swi 0x0
END(__cr_restore_rt)
Nevertheless, please add a FIXME into the file arch/arm/syscall-common.S ---
I'll test the patchset on the weekend.
--
Sincerely yours,
Alexander Kartashov
Intern
Core team
www.parallels.com
Skype: aleksandr.kartashov
Email: alekskartashov at parallels.com
More information about the CRIU
mailing list