From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2994331AbcBSWZy (ORCPT ); Fri, 19 Feb 2016 17:25:54 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:52345 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2993165AbcBSWZw (ORCPT ); Fri, 19 Feb 2016 17:25:52 -0500 Date: Fri, 19 Feb 2016 14:25:51 -0800 From: Greg Kroah-Hartman To: Shuah Khan Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org Subject: Re: [PATCH 4.3 000/200] 4.3.6-stable review Message-ID: <20160219222551.GC5737@kroah.com> References: <20160214222217.084543173@linuxfoundation.org> <56C1EBE1.50000@osg.samsung.com> <56C206C3.708@osg.samsung.com> <20160217203947.GC15001@kroah.com> <56C4DAE1.6020907@osg.samsung.com> <56C53724.7010605@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <56C53724.7010605@osg.samsung.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 17, 2016 at 08:14:44PM -0700, Shuah Khan wrote: > On 02/17/2016 01:41 PM, Shuah Khan wrote: > > On 02/17/2016 01:39 PM, Greg Kroah-Hartman wrote: > >> On Mon, Feb 15, 2016 at 10:11:31AM -0700, Shuah Khan wrote: > >>> On 02/15/2016 08:16 AM, Shuah Khan wrote: > >>>> On 02/14/2016 03:20 PM, Greg Kroah-Hartman wrote: > >>>>> ------------------------- > >>>>> NOTE: This is the last 4.3.y kernel to be released. After this one, it > >>>>> is end-of-life, please move to 4.4.y at this point in time. > >>>>> ------------------------- > >>>>> > >>>>> This is the start of the stable review cycle for the 4.3.6 release. > >>>>> There are 200 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 Tue Feb 16 22:21:48 UTC 2016. > >>>>> Anything received after that time might be too late. > >>>>> > >>>>> The whole patch series can be found in one patch at: > >>>>> kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.3.6-rc1.gz > >>>>> and the diffstat can be found below. > >>>>> > >>>> > >>>> Compiled fine. I am seeing the following depmod warnings. > >>>> Something missing?? > >>>> > >>> > >>> Didn't boot on my test system. Unfortunately > >>> I won't be able to debug this until Wednesday. > >> > >> Were you able to determine what went wrong here? > >> > > > > This is also on the same system. I am hoping 3.10 > > failure and this one are the same :) That is the > > next on the list. > > > > Hi Greg, > > Please remove the following commit: > > Steven Rostedt > tracing/stacktrace: Show entire trace if passed in function not found > > This seems to an incomplete backport to 4.3.6 from 4.5 > > CC kernel/trace/trace_stack.o > kernel/trace/trace_stack.c: In function ‘check_stack’: > kernel/trace/trace_stack.c:126:11: error: ‘stack_trace_max’ undeclared (first use in this function) > if (i == stack_trace_max.nr_entries) > ^ > kernel/trace/trace_stack.c:126:11: note: each undeclared identifier is reported only once for each function it appears in > scripts/Makefile.build:258: recipe for target 'kernel/trace/trace_stack.o' failed > make[2]: *** [kernel/trace/trace_stack.o] Error 1 > scripts/Makefile.build:403: recipe for target 'kernel/trace' failed > make[1]: *** [kernel/trace] Error 2 > Makefile:941: recipe for target 'kernel' failed > make: *** [kernel] Error 2 > > Without kernel/trace/trace_stack.c change everything > works fine. Ah, that too was removed based on Guenter's reporting it broke the build on his machines. thanks for tracking it down. greg k-h