[CRIU] [PATCH 3/5] check: check_sigqueuinfo -- Return -1 on error

Cyrill Gorcunov gorcunov at openvz.org
Tue Mar 26 11:27:09 EDT 2013


On Tue, Mar 26, 2013 at 07:22:50PM +0400, Pavel Emelyanov wrote:
> >  	if (sys_rt_sigqueueinfo(getpid(), SIGUSR1, &info)) {
> >  		pr_perror("Unable to send siginfo with positive si_code to itself");
> > -		return 1;
> > +		return -1;
> >  	}
> >  
> >  	return 0;
> > 
> 
> What's the point in splitting 3, 4 and 5 into patches?
> Merged, and applied.

They are touching different functions, so I thought you
would prefer splitted version. Anyway, thanks.


More information about the CRIU mailing list