commit 4a049e6db719dbfdc63f3f481c90bfb05e618081

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=638
This commit is contained in:
Michal Marek 2017-02-01 07:05:28 +00:00 committed by Git OBS Bridge
parent 23d5913269
commit cf298cdeb3
35 changed files with 534 additions and 23 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4783545fa4728429c8335674203a67b8a3bd1fac8843e13b61ddbce21ce9299c
size 240404
oid sha256:abf3ab616e378e9d87553e0c0b4e9c22efe06c46a7058cc7da5635300a02676f
size 240414

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -23,7 +23,7 @@
Name: dtb-aarch64
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -23,7 +23,7 @@
Name: dtb-armv6l
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -23,7 +23,7 @@
Name: dtb-armv7l
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -35,7 +35,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -53,7 +53,7 @@ License: GPL-2.0
Group: SLES
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 4.9.6
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jan 31 12:23:32 CET 2017 - jslaby@suse.cz
- userns: Make ucounts lock irq-safe (bnc#1022792).
- commit 4a049e6
-------------------------------------------------------------------
Tue Jan 31 11:25:11 CET 2017 - jslaby@suse.cz
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
Fix build failures for good.
- commit b1105aa
-------------------------------------------------------------------
Tue Jan 31 10:54:22 CET 2017 - jslaby@suse.cz
- Update config files.
- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
- Refresh patches.suse/stack-unwind-disable-kasan.patch.
Update dwarf unwinder. It fixes a build failure when disabled and
moves files around.
- commit db55b7b
-------------------------------------------------------------------
Tue Jan 31 09:47:30 CET 2017 - jslaby@suse.cz
- Update config files.
Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
4.9-rc1 because the stack unwinder and KASAN do not play well
together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
to upstream stack unwindining rewrite. I ported the unwinder recently,
but forgot to disable it in the syzkaller flavor. Do it now.
- commit 22e78d3
-------------------------------------------------------------------
Mon Jan 30 11:42:59 CET 2017 - tiwai@suse.de

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.9.6
%if 0%{?is_kotd}
Release: <RELEASE>.g29fd208
Release: <RELEASE>.g4a049e6
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e368af21c1376f51f6e93e107c51963c549ff747284abc8f88354efc1c2b3ef1
size 10325
oid sha256:ba7e3d2053ec1b3838a03f89b7aec45f05aded47b2ffc56894cc0a78f3541b6a
size 13222

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:086d47c2c06d18c01d55eb85d78f6ae1e7195abc111e80fcca666029a1c1ed91
size 53383
oid sha256:082f97d2f2288df696b17f9fcbbe10353cc0778d46f3cdaef831eea8a9654533
size 53290

View File

@ -80,6 +80,7 @@
# Scheduler / Core
########################################################
patches.suse/setuid-dumpable-wrongdir
patches.fixes/userns-Make-ucounts-lock-irq-safe.patch
########################################################
# Architecture-specific patches. These used to be all

View File

@ -1,3 +1,3 @@
2017-01-30 11:42:59 +0100
GIT Revision: 29fd208411eeb7ab5617f7937d161f7712c325f1
2017-01-31 12:23:32 +0100
GIT Revision: 4a049e6db719dbfdc63f3f481c90bfb05e618081
GIT Branch: stable