commit 89066c3101bc03c2bd966e7da0a063ca3c3e83c1

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=225
This commit is contained in:
Michal Marek 2013-07-23 06:10:09 +00:00 committed by Git OBS Bridge
parent 33ca839ff6
commit af9add866f
35 changed files with 717 additions and 56 deletions

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-cubox Name: kernel-cubox
Summary: Kernel for SolidRun Cubox Summary: Kernel for SolidRun Cubox
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-desktop Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -17,15 +17,15 @@
# norootforbuild # norootforbuild
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
Name: kernel-docs Name: kernel-docs
Summary: Kernel Documentation Summary: Kernel Documentation
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant BuildRequires: kernel-source%variant
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-ec2 Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel Summary: The Amazon EC2 Xen Kernel
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-exynos Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC Summary: Kernel for Samsung's Exynos SoC
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-lpae Name: kernel-lpae
Summary: Kernel for LPAE enabled systems Summary: Kernel for LPAE enabled systems
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
# icecream 0 # icecream 0
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -29,8 +29,8 @@
Name: kernel-source Name: kernel-source
Summary: The Linux Kernel Sources Summary: The Linux Kernel Sources
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: Development/Sources Group: Development/Sources
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -23,9 +23,9 @@
Name: kernel-syms Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 3.10.1 Version: 3.10.2
%if %using_buildservice %if %using_buildservice
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
%else %else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
Release: %kernel_source_release Release: %kernel_source_release

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-trace Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
- Refresh
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch.
- Refresh
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch.
Update usptream status.
- commit 17cddd7
-------------------------------------------------------------------
Mon Jul 22 08:46:05 CEST 2013 - jslaby@suse.cz
- Linux 3.10.2.
- Delete
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch.
- Delete
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch.
- Delete
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch.
- commit 16a6c33
-------------------------------------------------------------------
Mon Jul 22 08:34:41 CEST 2013 - jslaby@suse.cz
- drm/i915: Only clear write-domains after a successful wait-seqno
(bnc#830492).
- drm/i915: Fix write-read race with multiple rings (bnc#830492).
- commit d76b800
-------------------------------------------------------------------
Fri Jul 19 16:39:26 CEST 2013 - ohering@suse.de
- Drivers: hv: balloon: Do not post pressure status if interrupted
(bnc#829539).
- Drivers: hv: balloon: Fix a bug in the hot-add code
(bnc#829539).
- Drivers: hv: util: Fix a bug in version negotiation code for
util services (bnc#828714).
- commit 0cd5432
-------------------------------------------------------------------
Thu Jul 18 12:23:36 CEST 2013 - jbeulich@suse.com
- Refresh patches.xen/xen3-patch-3.7 (bnc#804198).
- commit 123639e
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.10 %define srcversion 3.10
%define patchversion 3.10.1 %define patchversion 3.10.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-xen Name: kernel-xen
Summary: The Xen Kernel Summary: The Xen Kernel
Version: 3.10.1 Version: 3.10.2
Release: <RELEASE>.gb92a291 Release: <RELEASE>.g89066c3
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f8e03fa5c23fa5cbddddcb6426628295548567d886843740b74a4a2efb20ba4e oid sha256:049d6f36d5c8f42a8db9d9dd6453c3b838e7f4278f7a3f6d30056cf9f6c908b3
size 159814 size 157143

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:be51a96e163c114e8bb468f0feae0c4b5fdd1726a4fb407c08827e38c3ff19f7 oid sha256:09d893d76a275e3793c4235ccf496dc2126db806ee23141fc471123ee703a6cb
size 15656 size 16910

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d7aa779ef7d7038924bf566e620b5124a707c4d5240647670886dc3cdb87709a oid sha256:92e5ddc01518ee4a2ffba151aaef3f9fd30b5540964acdeaf60540f033a44a95
size 6886 size 31431

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:4af6a8b9f02f02892b10297aa51ac9c38906e4821d42f58801c4fb6dcf6de1d7 oid sha256:752b7d2340c60db5b5913b106e466f598815cf864046a7f964fcbbbc92119d68
size 115356 size 118388

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2cf468ea8c32b11d6c4f61ea7d432f06b486953d176d4dab82301c190cfb3089 oid sha256:00b4f335eb6b74b67059cf47e5eb6160abd21ca0c471fa551333378e18342e2b
size 2099514 size 2099563

View File

@ -29,6 +29,7 @@
######################################################## ########################################################
patches.kernel.org/patch-3.10.1 patches.kernel.org/patch-3.10.1
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch
patches.kernel.org/patch-3.10.1-2
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -170,9 +171,6 @@
patches.arch/arm-exynos-dwmmc-modalias.patch patches.arch/arm-exynos-dwmmc-modalias.patch
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch
patches.arch/arm-xen-0003-ARM-let-the-ASID-allocator-handle-suspended-animatio.patch
patches.arch/arm-xen-0004-ARM-prevent-risks-of-out-of-bound-access-in-ASID-all.patch
patches.arch/arm-xen-0005-ARM-Cortex-A15-fix-erratum-798181-implementation.patch
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch
@ -237,6 +235,9 @@
######################################################## ########################################################
# Suse specific stuff # Suse specific stuff
######################################################## ########################################################
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-version-negotiation-cod.patch
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch
patches.suse/suse-hv-Drivers-hv-balloon-Do-not-post-pressure-status-if-in.patch
######################################################## ########################################################
# Networking, IPv6 # Networking, IPv6
@ -380,6 +381,8 @@
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
patches.drivers/drm-cirrus-Use-16bpp-as-default patches.drivers/drm-cirrus-Use-16bpp-as-default
patches.fixes/drm-nouveau-use-vmalloc-for-pgt-allocation.patch patches.fixes/drm-nouveau-use-vmalloc-for-pgt-allocation.patch
patches.fixes/drm-i915-Fix-write-read-race-with-multiple-rings.patch
patches.fixes/drm-i915-Only-clear-write-domains-after-a-successful.patch
######################################################## ########################################################
# video4linux # video4linux

View File

@ -1,3 +1,3 @@
2013-07-16 22:16:44 +0200 2013-07-22 12:29:38 +0200
GIT Revision: b92a29156ced82d5c9cbde2130e49e7eb2d52cab GIT Revision: 89066c3101bc03c2bd966e7da0a063ca3c3e83c1
GIT Branch: stable GIT Branch: stable