Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1337003

Re: [PATCH 4.3 000/200] 4.3.6-stable review

From Shuah Khan <shuahkh@osg.samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH 4.3 000/200] 4.3.6-stable review
Date 2016-02-18 04:20 +0100
Message-ID <r3nih-7S0-1@gated-at.bofh.it> (permalink)
References <r2duF-zw-3@gated-at.bofh.it> <r2t6p-2Md-1@gated-at.bofh.it> <r2uYz-41S-33@gated-at.bofh.it> <r3h3d-3bi-31@gated-at.bofh.it> <r3hcS-3fe-11@gated-at.bofh.it>
Organization Samsung Open Source Group

Show all headers | View raw


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 <rostedt@goodmis.org>
    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.

thanks,
-- Shuah

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@osg.samsung.com | (970) 217-8978

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 4.3 000/200] 4.3.6-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-15 01:20 +0100
  [PATCH 4.3 012/200] dm btree: fix leak of bufio-backed block in btree_split_sibling error path Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-15 01:30 +0100
  [PATCH 4.3 014/200] block: ensure to split after potentially bouncing a bio Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-15 01:30 +0100
  [PATCH 4.3 001/200] crypto: crc32c-pclmul - use .rodata instead of .rotata Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-15 01:30 +0100
  [PATCH 4.3 010/200] crypto: sun4i-ss - add missing statesize Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-15 01:30 +0100
  [PATCH 4.3 015/200] NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturn Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-15 01:30 +0100
  [PATCH 4.3 011/200] block: Always check queue limits for cloned requests Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-15 01:30 +0100
  Re: [PATCH 4.3 000/200] 4.3.6-stable review Guenter Roeck <linux@roeck-us.net> - 2016-02-15 01:50 +0100
    Re: [PATCH 4.3 000/200] 4.3.6-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-15 02:00 +0100
  Re: [PATCH 4.3 000/200] 4.3.6-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2016-02-15 16:20 +0100
    Re: [PATCH 4.3 000/200] 4.3.6-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2016-02-15 18:20 +0100
      Re: [PATCH 4.3 000/200] 4.3.6-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-17 21:40 +0100
        Re: [PATCH 4.3 000/200] 4.3.6-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2016-02-17 21:50 +0100
          Re: [PATCH 4.3 000/200] 4.3.6-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2016-02-18 04:20 +0100
            Re: [PATCH 4.3 000/200] 4.3.6-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-19 23:30 +0100
  Re: [PATCH 4.3 000/200] 4.3.6-stable review Guenter Roeck <linux@roeck-us.net> - 2016-02-15 16:50 +0100

csiph-web