[CRIU] [PATCH 08/10] restore: set up a handler for collecting signals from zombies (v2)

Andrew Vagin avagin at parallels.com
Thu Mar 7 03:43:57 EST 2013


On Thu, Mar 07, 2013 at 12:40:24PM +0400, Alexander Kartashov wrote:
> 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.

I think we can wait before Monday. It is not urgent. Thanks.

> 
> -- 
> 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