Skip to content
Commit f71dd7dc authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed



There are so many places that build struct siginfo by hand that at
least one of them is bound to get it wrong.  A handful of cases in the
kernel arguably did just that when using the errno field of siginfo to
pass no errno values to userspace.  The usage is limited to a single
si_code so at least does not mess up anything else.

Encapsulate this questionable pattern in a helper function so
that the userspace ABI is preserved.

Update all of the places that use this pattern to use the new helper
function.

Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 47355040
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment