Nathan Lynch [ntl@xxxxxxxxx] 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 <ntl@xxxxxxxxx> Switching to the signalfd_siginfo style makes it more easier to maintain. So for all patches in this set: Reviewed-by: Sukadev Bhattiprolu <sukadev@xxxxxxxxxxxxxxxxxx> _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers