commit | c1c7c85ceafe5a96c4d5fc648ff42a7102838dd7 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Sep 18 09:43:32 2018 +0200 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Fri Sep 21 15:50:40 2018 +0200 |
tree | 16ec061872aeebdc79b1baf3efd06143cbfb0f69 | |
parent | 2c44ce285fdd21713769bace4c27336d134be8a5 [diff] |
signal/powerpc: Call force_sig_fault from _exception The callers of _exception don't need the pkey exception logic because they are not processing a pkey exception. So just call exception_common directly and then call force_sig_fault to generate the appropriate siginfo and deliver the appropriate signal. Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>