commit | 4be33329d46f80e87afe7db61271d1370607260a | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Apr 02 15:10:57 2018 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Mon Apr 02 15:10:57 2018 -0500 |
tree | 630f419b9d1127d81087fde18ae38da45ecb8d90 | |
parent | 8420f71943ae96dcd78da5bd4a5c2827419d340c [diff] |
m68k: Verify the offsets in struct siginfo never change. A change to the generic struct siginfo accidentally changed the offset of si_offset. Add build time checks to ensure the offsets of all known fields in struct siginfo never change. This copies the form of similar changes on x86. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>