Re: [REVIEW][PATCH 6/9] signal/powerpc: Call force_sig_fault from _exception

2018-09-21 Thread Stephen Rothwell
Hi Eric, On Tue, 18 Sep 2018 19:58:47 +0200 "Eric W. Biederman" wrote: > > 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

[REVIEW][PATCH 6/9] signal/powerpc: Call force_sig_fault from _exception

2018-09-18 Thread Eric W. Biederman
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. Signed-off-by: "Eric W. Biederman" --- arc