struct ptrace_xstate_info has 64bit member but ends up with 32bit one. As result, on amd64 there is a 32bit padding at the end, but not on i386.
We must clear the padding before doing the copyout. For compat32 case, we must copyout the structure which does not have the padding at the end.