[LTP] [PATCH]syscalls/ioctl: bugfix for syscalls/ioctl/ioctl_ns05.c syscalls/ioctl/ioctl_ns06.c
Cyril Hrubis
chrubis@suse.cz
Mon Jul 22 14:54:24 CEST 2019
Hi!
> fix ioctl_ns05, ioctl_ns06 timeout.
> signal() will return 0 if success, so it have no chance to equal
> nr_wake=1, use another api to to repalce the current api to ensure that
> nr_wark = 0.
I do not understand what is the problem here.
What do you mean by "signal() will return 0 if success" ?
The child has to be suspended in the futex until it's woken up so as far
as I can tell the checkpoint should be able to wake the child a the end
of the run() function.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list