From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752044AbbEDEkj (ORCPT ); Mon, 4 May 2015 00:40:39 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:50387 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbbEDEkd (ORCPT ); Mon, 4 May 2015 00:40:33 -0400 Message-ID: <5546F82B.5040009@roeck-us.net> Date: Sun, 03 May 2015 21:40:11 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org CC: torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, stable , Heiko Carstens , Martin Schwidefsky , Rabin Vincent , Steven Rostedt Subject: Re: [PATCH 3.10 00/65] 3.10.77-stable review References: <20150502190114.555225285@linuxfoundation.org> <55467BDC.6000407@roeck-us.net> In-Reply-To: <55467BDC.6000407@roeck-us.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-CTCH-PVer: 0000001 X-CTCH-Spam: Unknown X-CTCH-VOD: Unknown X-CTCH-Flags: 0 X-CTCH-RefID: str=0001.0A020206.5546F841.0028,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-CTCH-Rules: X-CTCH-SenderID: linux@roeck-us.net X-CTCH-SenderID-Flags: 0 X-CTCH-SenderID-TotalMessages: 9 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-TotalRecipients: 0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: mailgid no entry from get_relayhosts_entry X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/03/2015 12:49 PM, Guenter Roeck wrote: > On 05/02/2015 12:03 PM, Greg Kroah-Hartman wrote: >> This is the start of the stable review cycle for the 3.10.77 release. >> There are 65 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 Mon May 4 19:00:04 UTC 2015. >> Anything received after that time might be too late. >> > > Build results: > total: 127 pass: 113 fail: 14 > Failed builds: > arm:allmodconfig > arm:multi_v7_defconfig > arm:bcm2835_defconfig > arm:orion5x_defconfig > arm:kirkwood_defconfig > arm:mvebu_defconfig > mips:allmodconfig > powerpc:allmodconfig > powerpc:ppc6xx_defconfig > s390:defconfig > s390:allmodconfig > sparc64:allmodconfig > x86_64:allyesconfig > x86_64:allmodconfig > > Qemu test results: > total: 27 pass: 17 fail: 10 > Failed tests: > arm:arm_versatile_defconfig > microblaze:microblaze_defconfig > powerpc:ppc_book3s_defconfig > powerpc:ppc_book3s_smp_defconfig > powerpc:ppc64_book3s_defconfig > powerpc:ppc64_book3s_smp_defconfig > x86:x86_pc_defconfig > x86:x86_pc_nosmp_defconfig > x86_64:x86_64_pc_defconfig > x86_64:x86_64_pc_nosmp_defconfig > > Builds fail with: > > kernel/trace/trace_functions_graph.c: In function 'graph_trace_open': > kernel/trace/trace_functions_graph.c:1397:2: error: implicit declaration of function 'alloc_percpu_gfp' [-Werror=implicit-function-declaration] > kernel/trace/trace_functions_graph.c:1397:36: error: expected expression before 'struct' > > Bisect points to 'tracing: Handle ftrace_dump() atomic context in graph_trace_open()'. > Also, for s390, similar to the error seen in 3.14: arch/s390/kernel/suspend.c: In function 'pfn_is_nosave': arch/s390/kernel/suspend.c:141:30: error: '_eshared' undeclared (first use in this function) arch/s390/kernel/suspend.c:141:30: note: each undeclared identifier is reported only once for each function it appears in arch/s390/kernel/suspend.c:142:28: error: '_stext' undeclared (first use in this function) arch/s390/kernel/suspend.c:151:10: error: 'ipl_info' undeclared (first use in this function) arch/s390/kernel/suspend.c:151:27: error: 'IPL_TYPE_NSS' undeclared (first use in this function) Presumably for the same reason ('s390/hibernate: fix save and restore of kernel text section'). Guenter