From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f171.google.com ([209.85.192.171]:36255 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750842AbbFOWRh (ORCPT ); Mon, 15 Jun 2015 18:17:37 -0400 Received: by pdjm12 with SMTP id m12so81899200pdj.3 for ; Mon, 15 Jun 2015 15:17:37 -0700 (PDT) From: Kevin Hilman To: Ard Biesheuvel Cc: Russell King - ARM Linux , Ben Hutchings , "stable\@vger.kernel.org" , Nicolas Pitre , Dave Martin Subject: Re: [PATCH stable/4.0.y] ARM: 8325/1: exynos: move resume code to .text section References: <1433299379-18183-1-git-send-email-khilman@kernel.org> <1434323634.9977.20.camel@decadent.org.uk> <20150615110852.GK7557@n2100.arm.linux.org.uk> Date: Mon, 15 Jun 2015 15:17:34 -0700 In-Reply-To: (Ard Biesheuvel's message of "Mon, 15 Jun 2015 16:20:32 +0200") Message-ID: <7hwpz439c1.fsf@deeprootsystems.com> MIME-Version: 1.0 Content-Type: text/plain Sender: stable-owner@vger.kernel.org List-ID: Ard Biesheuvel writes: > On 15 June 2015 at 13:08, Russell King - ARM Linux [...] >> I think the question is - what's caused stable-4.0 to start spitting >> these errors? Presumably, 4.0 didn't, and stable-4.0 has regressed? >> Maybe, rather than trying to fix this new regression, the original >> cause should be reverted? >> > > Not sure whether it's a regression. I think this code does not usually > get built in Thumb2 mode in the first place. It's not a regression in stable-4.0, v4.0 has the same build failure. I think we've only caught this now since I added multi_v7 + CONFIG_THUMB2_KERNEL=y builds to kernelci.org for mainline and the stable trees. Kevin