From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zM7Hq20lNzF0XK for ; Thu, 18 Jan 2018 00:30:15 +1100 (AEDT) In-Reply-To: <20180102110324.31978-1-mpe@ellerman.id.au> To: Michael Ellerman , linuxppc-dev@ozlabs.org From: Michael Ellerman Cc: jsperbeck@google.com Subject: Re: selftests/powerpc: Add a test of SEGV error behaviour Message-Id: <3zM7Hl70krz9t2l@ozlabs.org> Date: Thu, 18 Jan 2018 00:30:11 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Applied to powerpc next. https://git.kernel.org/powerpc/c/6ed361586b323e576fd5536078fe9f cheers