Re: selftests/powerpc: Add a test of SEGV error behaviour

2018-01-17 Thread Michael Ellerman
On Tue, 2018-01-02 at 11:03:24 UTC, Michael Ellerman wrote: > Add a test case of the error code reported when we take a SEGV on a > mapped but inaccessible area. We broke this recently. > > Based on a test case from John Sperbeck . > > Signed-off-by: Michael Ellerman > Acked-by: John Sperbeck

Re: [PATCH] selftests/powerpc: Add a test of SEGV error behaviour

2018-01-02 Thread Michael Ellerman
John Sperbeck writes: > On Tue, Jan 2, 2018 at 3:03 AM, Michael Ellerman wrote: >> Add a test case of the error code reported when we take a SEGV on a >> mapped but inaccessible area. We broke this recently. >> >> Based on a test case from John Sperbeck . >> >> Signed-off-by: Michael Ellerman .

Re: [PATCH] selftests/powerpc: Add a test of SEGV error behaviour

2018-01-02 Thread John Sperbeck
On Tue, Jan 2, 2018 at 3:03 AM, Michael Ellerman wrote: > Add a test case of the error code reported when we take a SEGV on a > mapped but inaccessible area. We broke this recently. > > Based on a test case from John Sperbeck . > > Signed-off-by: Michael Ellerman > --- > tools/testing/selftests/

[PATCH] selftests/powerpc: Add a test of SEGV error behaviour

2018-01-02 Thread Michael Ellerman
Add a test case of the error code reported when we take a SEGV on a mapped but inaccessible area. We broke this recently. Based on a test case from John Sperbeck . Signed-off-by: Michael Ellerman --- tools/testing/selftests/powerpc/mm/.gitignore| 3 +- tools/testing/selftests/powerpc/mm/Ma