Nathan Lynch [[email protected]] wrote: | ckpt_siginfo doesn't cover all of the possible siginfo fields; the | current code overloads some fields (such as si_uid for si_overrun), | which is confusing. Signed-ness on some fields is not correct either. | | signalfd_siginfo is a straightforward format for representing siginfo, | so copy it and update the signal checkpoint code to use the new | fields. Although the ckpt_siginfo struct grows, there should be no | behavioral changes.
| | Signed-off-by: Nathan Lynch <[email protected]> Switching to the signalfd_siginfo style makes it more easier to maintain. So for all patches in this set: Reviewed-by: Sukadev Bhattiprolu <[email protected]> _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
