From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1354777104.9974.5.camel@concordia> Subject: Re: [stable] [PATCH] powerpc/ptrace: Fix build with gcc 4.6 From: Michael Ellerman To: Michael Neuling Date: Thu, 06 Dec 2012 17:58:24 +1100 In-Reply-To: <30738.1321497066@neuling.org> References: <30738.1321497066@neuling.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, stable@kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2011-11-17 at 13:31 +1100, Michael Neuling wrote: > From: Benjamin Herrenschmidt > > powerpc/ptrace: Fix build with gcc 4.6 > > gcc (rightfully) complains that we are accessing beyond the > end of the fpr array (we do, to access the fpscr). This patch is still missing from the 3.0 stable series. Do we need to resend ? cheers