[REVIEW][PATCH 02/17] sparc: fix compat siginfo ABI regression

2018-04-19 Thread Eric W. Biederman
From: "Dmitry V. Levin" Starting with commit v4.14-rc1~60^2^2~1, a SIGFPE signal sent via kill results to wrong values in si_pid and si_uid fields of compat siginfo_t. This happens due to FPE_FIXME being defined to 0 for sparc, and at the same time siginfo_layout() introduced

[REVIEW][PATCH 02/17] sparc: fix compat siginfo ABI regression

2018-04-19 Thread Eric W. Biederman
From: "Dmitry V. Levin" Starting with commit v4.14-rc1~60^2^2~1, a SIGFPE signal sent via kill results to wrong values in si_pid and si_uid fields of compat siginfo_t. This happens due to FPE_FIXME being defined to 0 for sparc, and at the same time siginfo_layout() introduced by the same commit