commit a536fdad31a09b43286d10f8bd7b450e2019203c

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=684
This commit is contained in:
Michal Marek 2017-05-24 06:02:32 +00:00 committed by Git OBS Bridge
parent 034318620e
commit 130adc9f7b
33 changed files with 216 additions and 19 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-aarch64
Version: 4.11.2
%if 0%{?is_kotd}
Release: <RELEASE>.g03903d8
Release: <RELEASE>.ga536fda
%else
Release: 0
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-armv6l
Version: 4.11.2
%if 0%{?is_kotd}
Release: <RELEASE>.g03903d8
Release: <RELEASE>.ga536fda
%else
Release: 0
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-armv7l
Version: 4.11.2
%if 0%{?is_kotd}
Release: <RELEASE>.g03903d8
Release: <RELEASE>.ga536fda
%else
Release: 0
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

@ -44,7 +44,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 4.11.2
%if 0%{?is_kotd}
Release: <RELEASE>.g03903d8
Release: <RELEASE>.ga536fda
%else
Release: 0
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

@ -59,7 +59,7 @@ License: GPL-2.0
Group: SLES
Version: 4.11.2
%if 0%{?is_kotd}
Release: <RELEASE>.g03903d8
Release: <RELEASE>.ga536fda
%else
Release: 0
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 23 16:57:08 CEST 2017 - tiwai@suse.de
- crypto: skcipher - Add missing API setkey checks
(bsc#1040389,CVE-2017-9211).
- commit a536fda
-------------------------------------------------------------------
Tue May 23 07:52:52 CEST 2017 - tiwai@suse.de
- ptrace: Properly initialize ptracer_cred on fork (bsc#1040041).
- commit 24082da
-------------------------------------------------------------------
Sat May 20 20:13:12 CEST 2017 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09b568bab6fee2e4ba1d7925f2e8fae89bb6984916f5412c955f677112c6a2bb
size 10516
oid sha256:ad7e1f8dd377905d1243f73ffcbf44b047a82a128fdce258f49659b9d22aa576
size 12578

View File

@ -445,6 +445,8 @@
# Security stuff
#
##########################################################
patches.fixes/ptrace-Properly-initialize-ptracer_cred-on-fork
patches.fixes/crypto-skcipher-Add-missing-API-setkey-checks
##########################################################
# Audit

View File

@ -1,3 +1,3 @@
2017-05-20 20:13:12 +0200
GIT Revision: 03903d821e2bb9e4b3e4f22ed40fa0aa04789206
2017-05-23 16:57:08 +0200
GIT Revision: a536fdad31a09b43286d10f8bd7b450e2019203c
GIT Branch: stable