From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4A2F61A11B2 for ; Mon, 23 Nov 2015 22:47:00 +1100 (AEDT) Received: from e28smtp02.in.ibm.com (e28smtp02.in.ibm.com [122.248.162.2]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 60D11140291 for ; Mon, 23 Nov 2015 22:46:59 +1100 (AEDT) Received: from /spool/local by e28smtp02.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 23 Nov 2015 17:16:56 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id 67823E005F for ; Mon, 23 Nov 2015 17:17:28 +0530 (IST) Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay03.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tANBkkBo50135108 for ; Mon, 23 Nov 2015 17:16:54 +0530 Received: from d28av05.in.ibm.com (localhost [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tANBWom6002719 for ; Mon, 23 Nov 2015 17:02:57 +0530 Message-ID: <5652F961.2020809@linux.vnet.ibm.com> Date: Mon, 23 Nov 2015 17:02:49 +0530 From: Anshuman Khandual MIME-Version: 1.0 To: Michael Neuling , mpe@ellerman.id.au, benh@kernel.crashing.org CC: linuxppc-dev@ozlabs.org, paulus@samba.org, sam.bobroff@au1.ibm.com Subject: Re: [PATCH v2 3/3] selftests/powerpc: Add TM signal with invalid stack test References: <1447992934-18905-1-git-send-email-mikey@neuling.org> <1447992934-18905-4-git-send-email-mikey@neuling.org> In-Reply-To: <1447992934-18905-4-git-send-email-mikey@neuling.org> Content-Type: text/plain; charset=utf-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 11/20/2015 09:45 AM, Michael Neuling wrote: > Test the kernels signal generation code to ensure it can handle an > invalid stack pointer when transactional. > > Signed-off-by: Michael Neuling Tested-by: Anshuman Khandual