commit ef1562d70080e4b8d62a2b01142492fbae0fdc47

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=421
This commit is contained in:
Michal Marek 2015-10-04 06:03:23 +00:00 committed by Git OBS Bridge
parent 8bb2bcf853
commit c4d060956b
32 changed files with 258 additions and 47 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6b0858490e21459cef097ec022dd6289a90f9abb8d48ae565994721729cbf0e
size 371781
oid sha256:c4830c999d917574d241372666d6ae0291e11ab47b81647d7a1bb022c6a7a4e2
size 371438

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -16,7 +16,7 @@
#
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -18,7 +18,7 @@
%define srcversion 4.2
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
- Linux 4.2.3.
- commit f17d4c9
-------------------------------------------------------------------
Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
- config: armv7hl: Enable missing STMMAC Ethernet options
This attempts to fix regressions from 4.1 like built-in Ethernet on
Cubietruck not working.
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
- commit 2a10792
-------------------------------------------------------------------
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.2
%define patchversion 4.2.2
%define patchversion 4.2.3
%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.2
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.g87b68a3
Release: <RELEASE>.gef1562d
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fbb3903bbce5a04b98116c9cf051b6da023bdbc200d87235b95642b541eeffe
size 91239
oid sha256:7b8b801ced2997769e4f80c17dbf45eab41833ea8f2a48d516853a3b4026c5db
size 103944

View File

@ -29,6 +29,7 @@
########################################################
patches.kernel.org/patch-4.2.1
patches.kernel.org/patch-4.2.1-2
patches.kernel.org/patch-4.2.2-3
########################################################
# Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2015-10-02 17:16:50 +0200
GIT Revision: 87b68a3da09cc38304b5ee461abd1bd31f3b0617
2015-10-03 20:46:48 +0200
GIT Revision: ef1562d70080e4b8d62a2b01142492fbae0fdc47
GIT Branch: stable