commit 8ba853cf47d8bcae1a4d58b91b304688b73a0434
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7808
This commit is contained in:
parent
b641af70a7
commit
cb6027d923
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c754cca5606c97c88a28d7fad335713371c2b319f2f887caccf5e74a84b92d9e
|
oid sha256:9d9577318ac06ae6aa6bb89b7d57756b584c7ba25ce83a4416f6f3d85ffd8f39
|
||||||
size 265075
|
size 265071
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ License: GPL-2.0
|
|||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
|||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
|||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
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.
|
we only need these drivers on i386.
|
||||||
- commit 923c7d2
|
- 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
|
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc5
|
Version: 3.15.rc5
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g923c7d2
|
Release: <RELEASE>.g8ba853c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:66c61606120bbd9e1ad208347a38d7ea16e914d68916d825ff229d3b5f2bdf56
|
oid sha256:d44b24bd659846bb954980b55da99fc7ad9c8a5aa5ed3025e29e30c86ed43783
|
||||||
size 12365
|
size 14418
|
||||||
|
@ -178,6 +178,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
patches.suse/readahead-request-tunables.patch
|
patches.suse/readahead-request-tunables.patch
|
||||||
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.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
|
# IPC patches
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2014-05-16 22:05:47 +0200
|
2014-05-19 17:13:58 +0200
|
||||||
GIT Revision: 923c7d205e5063d4f72c35133834412dd20e3a90
|
GIT Revision: 8ba853cf47d8bcae1a4d58b91b304688b73a0434
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user