From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757999AbbEEWPT (ORCPT ); Tue, 5 May 2015 18:15:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34131 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752748AbbEEWPN (ORCPT ); Tue, 5 May 2015 18:15:13 -0400 Date: Mon, 4 May 2015 23:40:07 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, stable@vger.kernel.org Subject: Re: [PATCH 3.10 00/65] 3.10.77-stable review Message-ID: <20150504214007.GC13088@kroah.com> References: <20150502190114.555225285@linuxfoundation.org> <55467BDC.6000407@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55467BDC.6000407@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 Sun, May 03, 2015 at 12:49:48PM -0700, 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()'. Oops, that wasn't supposed to be in 3.10, thanks, now removed. greg k-h