From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753177AbbAOAeB (ORCPT ); Wed, 14 Jan 2015 19:34:01 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:43797 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751598AbbAOAeA (ORCPT ); Wed, 14 Jan 2015 19:34:00 -0500 Date: Wed, 14 Jan 2015 16:33:59 -0800 From: Greg Kroah-Hartman To: Guenter Roeck Cc: Jiri Slaby , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, satoru.takeuchi@gmail.com, shuah.kh@samsung.com, stable@vger.kernel.org, Paul Mackerras , "Shreyas B. Prabhu" , Michael Ellerman Subject: Re: [PATCH 3.14 00/77] 3.14.29-stable review Message-ID: <20150115003359.GB14212@kroah.com> References: <20150114072224.182299947@linuxfoundation.org> <20150114163721.GA32246@roeck-us.net> <54B69DF6.7070306@suse.cz> <20150114180550.GA13907@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150114180550.GA13907@roeck-us.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 14, 2015 at 10:05:50AM -0800, Guenter Roeck wrote: > On Wed, Jan 14, 2015 at 05:48:54PM +0100, Jiri Slaby wrote: > > On 01/14/2015, 05:37 PM, Guenter Roeck wrote: > > > On Tue, Jan 13, 2015 at 11:22:40PM -0800, Greg Kroah-Hartman wrote: > > >> This is the start of the stable review cycle for the 3.14.29 release. > > >> There are 77 patches in this series, all will be posted as a response > > >> to this one. If anyone has any issues with these being applied, please > > >> let me know. > > >> > > >> Responses should be made by Fri Jan 16 07:22:07 UTC 2015. > > >> Anything received after that time might be too late. > > >> > > > There are several powerpc build failures. > > > > > > Building powerpc:defconfig ... failed > > > Building powerpc:allmodconfig ... failed > > > Building powerpc:cell_defconfig ... failed > > > Building powerpc:maple_defconfig ... failed > > > > > > arch/powerpc/kernel/head_64.o: In function `machine_check_handle_early': > > > (.text+0x918c): undefined reference to `.power7_enter_nap_mode' > > > > Dots from functions were removed only in commit b1576fec7f4 (powerpc: No > > need to use dot symbols when branching to a function). > > > > The backport of commit 8117ac6a6c2 (powerpc/powernv: Switch off MMU > > before entering nap/sleep/rvwinkle mode) should redefine > > power7_enter_nap_mode with dots IMO. > > > Yes, something like that, or drop that commit for the time being. > Reverting it fixes the problem. Thanks, I've dropped this patch for now because of this. greg k-h