commit 9c7cacf3c7b5da66a6f9375aaceb897680726657

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=414
This commit is contained in:
Michal Marek 2015-09-23 06:05:22 +00:00 committed by Git OBS Bridge
parent 8a4e88b830
commit 7d451f2a40
36 changed files with 912 additions and 56 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c156484e5113efdfccd47c2e3d6f232d73d57cf0fd9a8bcdad6253a9e1344b8b
size 409344
oid sha256:bfe21fb7c669ce0b43e2343ef9587c8205b5c3f4a72c7df7358dfb98ed2229f3
size 409547

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-desktop
Summary: Kernel optimized for the desktop
License: GPL-2.0
Group: System/Kernel
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -16,7 +16,7 @@
#
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -27,9 +27,9 @@ Name: kernel-docs
Summary: Kernel Documentation (man pages)
License: GPL-2.0
Group: Documentation/Man
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
License: GPL-2.0
Group: System/Kernel
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -45,9 +45,9 @@ BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0
Group: System/Kernel
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-pv
Summary: The para-virtualized Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.2
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%define vanilla_only 0
@ -30,9 +30,9 @@ Name: kernel-source
Summary: The Linux Kernel Sources
License: GPL-2.0
Group: Development/Sources
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 4.2.0
Version: 4.2.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
Group: System/Kernel
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
- Refresh patches.xen/xen3-stack-unwind.
XEN needs a fix for stack unwinder too.
- commit 9c7cacf
-------------------------------------------------------------------
Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/stack-unwind.
- Refresh patches.xen/xen3-patch-2.6.27.
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
annotated (removed in upstream and neither
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
unwinder does not work there (yet).
This should be fixed by Josh Poimbeouf's stacktool later. But until
then, dwarf-unwind at least C and use frame pointers for asm.
I.e. no more question marks for most cases:
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
[<ffffffff81007293>] dump_trace+0x93/0x3a0
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
[<ffffffff81008515>] show_stack+0x25/0x50
[<ffffffff81364619>] dump_stack+0x4b/0x72
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
Leftover inexact backtrace:
<nothing>
Instead of the funny:
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
where __symbol_put and do_init_module+0x27 should not be there at all.
- commit 68d392a
-------------------------------------------------------------------
Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
- Linux 4.2.1.
- commit 0d0e86c
-------------------------------------------------------------------
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.0
%define patchversion 4.2.1
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-xen
Summary: The Xen Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.2.0
Version: 4.2.1
%if 0%{?is_kotd}
Release: <RELEASE>.g2d05727
Release: <RELEASE>.g9c7cacf
%else
Release: 0
%endif

BIN
patches.kernel.org.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b405be069aeb1b3a53390b93bf95171ba71f9ea1b4bb96bd2b7a39bc24d36c03
size 47300
oid sha256:e360bda0a36fd4c1c053ff606d38de390a0092300b75be1310e9dc2494a96bfe
size 47980

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b339c253f31bf8a024c251bec92ccb8123bbcc197235eb1d5897c22e319f368
size 2252501
oid sha256:10780f7ffc0b539155f58a627f53040d1e5d6a9eac625b841762acf289d935d2
size 2252075

View File

@ -27,6 +27,7 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-4.2.1
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -468,7 +469,7 @@
########################################################
patches.suse/crasher-26.diff
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
+needs_updating patches.suse/stack-unwind
patches.suse/stack-unwind
+needs_updating patches.arch/x86_64-unwind-annotations
########################################################
@ -597,7 +598,7 @@
patches.xen/xen3-patch-4.2
# ports of other patches
+needs_updating patches.xen/xen3-stack-unwind
patches.xen/xen3-stack-unwind
# bugfixes and enhancements
patches.xen/xen-sys-suspend

View File

@ -1,3 +1,3 @@
2015-09-16 16:40:13 +0200
GIT Revision: 2d057276170fcf24c42c1749cf66807277e0863c
2015-09-22 21:52:03 +0200
GIT Revision: 9c7cacf3c7b5da66a6f9375aaceb897680726657
GIT Branch: stable