From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:36322 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752912AbbEOSYP (ORCPT ); Fri, 15 May 2015 14:24:15 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 5E10620911 for ; Fri, 15 May 2015 14:24:15 -0400 (EDT) Date: Fri, 15 May 2015 11:24:14 -0700 From: Greg KH To: Kevin Hilman Cc: stable@vger.kernel.org, Mark Rutland , Will Deacon , Russell King , Kevin Hilman Subject: Re: [PATCH] ARM: 8307/1: psci: move psci firmware calls out of line Message-ID: <20150515182414.GA25383@kroah.com> References: <1431711902-11722-1-git-send-email-khilman@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431711902-11722-1-git-send-email-khilman@kernel.org> Sender: stable-owner@vger.kernel.org List-ID: On Fri, May 15, 2015 at 10:45:02AM -0700, Kevin Hilman wrote: > From: Mark Rutland > > arm64 builds with GCC 5 have caused the __asmeq assertions in the PSCI > calling code to fire, so move the ARM PSCI calls out of line into their > own assembly file for consistency and to safeguard against the same > issue occuring with the 32-bit toolchain. > > [will: brought into line with arm64 implementation] > > Reported-by: Andy Whitcroft > Signed-off-by: Mark Rutland > Signed-off-by: Will Deacon > Signed-off-by: Russell King > (cherry picked from commit c097877319ab61dd045b6497953b4e3df8f2bb44) > Cc: # v3.18+ > Signed-off-by: Kevin Hilman > --- > FYI... the arm64 has also submitted for inclusion into stable for v3.18+ Now applied to 4.0-stable queue.