From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3sm6my5TVpzDvHH for ; Sat, 1 Oct 2016 09:18:10 +1000 (AEST) Message-ID: <1475277449.3784.47.camel@kernel.crashing.org> Subject: Re: [PATCH 0/2] powerpc: stack protector (-fstack-protector) support From: Benjamin Herrenschmidt To: Christophe LEROY , Denis Kirjanov Cc: Paul Mackerras , Michael Ellerman , Scott Wood , Nicolas Pitre , "linuxppc-dev@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" Date: Sat, 01 Oct 2016 09:17:29 +1000 In-Reply-To: <75290c3d-e2e8-52fc-043f-dcec645095f8@c-s.fr> References: <75290c3d-e2e8-52fc-043f-dcec645095f8@c-s.fr> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2016-09-30 at 18:38 +0200, Christophe LEROY wrote: > I don't have any ppc64 target, I only have mpc8xx and mpc83xx which > both  > are ppc32 That's what qemu is for :-) Cheers, Ben.