commit 678894b7e23eb6e709ce0d7e5f28c511d0bce8df
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=353
This commit is contained in:
parent
e79dcebeaf
commit
20eef920db
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 14:58:32 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- On x86 and ppc*:
|
||||||
|
- CONFIG_I2C_SLAVE=n
|
||||||
|
There is currently no known use case for this feature on these
|
||||||
|
architectures, and it has a small build time and size cost.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 23 10:04:27 UTC 2014 - ddiss@suse.com
|
Fri May 23 10:04:27 UTC 2014 - ddiss@suse.com
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a6dcab7061752b7761dc09583d6d45e75ed561db80adfd083b1cba0fbfe14a62
|
oid sha256:35dfeb7d1080df3af94334b93ee68ee3203b5d7c891e138eb3ec46fb429e6fff
|
||||||
size 355457
|
size 355613
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ License: GPL-2.0
|
|||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
|||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
|||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -6,8 +6,21 @@ Mon Feb 16 08:23:48 CET 2015 - matwey.kornilov@gmail.com
|
|||||||
so let's disable it until a proper solution to fix it is found.
|
so let's disable it until a proper solution to fix it is found.
|
||||||
References: bko#92581
|
References: bko#92581
|
||||||
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
|
||||||
|
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
|
||||||
|
spear13xx pcie leads to kernel oopses in random places,
|
||||||
|
so lets disable it until a proper solution to fix it is found.
|
||||||
|
References: bko#92581
|
||||||
- commit 1133f88
|
- commit 1133f88
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 13 15:00:45 CET 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: disable CONFIG_I2C_SLAVE
|
||||||
|
Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known
|
||||||
|
use case for this feature on these architectures, and it has a small
|
||||||
|
build time and size cost.
|
||||||
|
- commit 9a477d7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
Tue Feb 10 16:07:03 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.19.0
|
Version: 3.19.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g1133f88
|
Release: <RELEASE>.g678894b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2015-02-17 21:11:30 +0100
|
2015-02-27 14:33:27 +0100
|
||||||
GIT Revision: 1133f88d60d85086e513e0d53f2972a77d091ba1
|
GIT Revision: 678894b7e23eb6e709ce0d7e5f28c511d0bce8df
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user