commit 8ba853cf47d8bcae1a4d58b91b304688b73a0434

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7808
This commit is contained in:
Michal Marek 2014-05-20 06:01:19 +00:00 committed by Git OBS Bridge
parent b641af70a7
commit cb6027d923
34 changed files with 502 additions and 21 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c754cca5606c97c88a28d7fad335713371c2b319f2f887caccf5e74a84b92d9e
size 265075
oid sha256:9d9577318ac06ae6aa6bb89b7d57756b584c7ba25ce83a4416f6f3d85ffd8f39
size 265071

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -27,7 +27,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -47,7 +47,7 @@ License: GPL-2.0
Group: SLES
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 3.15.rc5
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
@ -6,6 +32,12 @@ Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.15.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.g923c7d2
Release: <RELEASE>.g8ba853c
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66c61606120bbd9e1ad208347a38d7ea16e914d68916d825ff229d3b5f2bdf56
size 12365
oid sha256:d44b24bd659846bb954980b55da99fc7ad9c8a5aa5ed3025e29e30c86ed43783
size 14418

View File

@ -178,6 +178,7 @@
########################################################
patches.suse/readahead-request-tunables.patch
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
patches.fixes/0001-memcg-fix-swapcache-charge-from-kernel-thread-contex.patch
########################################################
# IPC patches

View File

@ -1,3 +1,3 @@
2014-05-16 22:05:47 +0200
GIT Revision: 923c7d205e5063d4f72c35133834412dd20e3a90
2014-05-19 17:13:58 +0200
GIT Revision: 8ba853cf47d8bcae1a4d58b91b304688b73a0434
GIT Branch: master