Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751995AbaJJQzl (ORCPT ); Fri, 10 Oct 2014 12:55:41 -0400 Received: from mailout32.mail01.mtsvc.net ([216.70.64.70]:57381 "EHLO n23.mail01.mtsvc.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751356AbaJJQzj (ORCPT ); Fri, 10 Oct 2014 12:55:39 -0400 Message-ID: <54380F86.10005@hurleysoftware.com> Date: Fri, 10 Oct 2014 12:55:34 -0400 From: Peter Hurley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Russell King - ARM Linux CC: Aaro Koskinen , Johannes Weiner , linux-kernel@vger.kernel.org, Felipe Balbi , Rabin Vincent Subject: Re: [PATCH] arm: Blacklist gcc 4.8.[012] and 4.9.0 with CONFIG_FRAME_POINTER References: <1412958374-16090-1-git-send-email-peter@hurleysoftware.com> <20141010163613.GO5182@n2100.arm.linux.org.uk> In-Reply-To: <20141010163613.GO5182@n2100.arm.linux.org.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Authenticated-User: 990527 peter@hurleysoftware.com X-MT-ID: 8FA290C2A27252AACF65DBC4A42F3CE3735FB2A4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/10/2014 12:36 PM, Russell King - ARM Linux wrote: > On Fri, Oct 10, 2014 at 12:26:14PM -0400, Peter Hurley wrote: >> gcc versions 4.8.[012] and 4.9.0 generates code that prematurely >> adjusts the stack pointer such that still-to-be-referenced locals >> are below the stack pointer, which allows them to be overwritten >> by interrupts. > > I would much rather do this in asm-offsets.c, along side the other ARM > specific buggy compiler test(s). I'm presently putting together such > a patch. > > The information in the thread on linux-omap says only GCC 4.8.1 and > GCC 4.8.2. Where do you get the other versions from? The gcc PR linked in the commit message; see the "Known to fail" field. Regards, Peter Hurley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/