commit 19a2fe9d2012746cbd57173fc526d13b4aeedfa0

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=222
This commit is contained in:
Michal Marek 2013-07-15 06:02:15 +00:00 committed by Git OBS Bridge
parent 6f152f6c36
commit 02a6b89e13
36 changed files with 872 additions and 54 deletions

7
_constraints Normal file
View File

@ -0,0 +1,7 @@
<constraints>
<hardware>
<disk>
<size unit="G">14</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c71a927aa45999afa14998f42fd52143d66ca42c03fa278018c4e9ee9be58976
size 252171
oid sha256:7f8fac933218e87d2058974530a976ddc0d68282467becf8657954588226e174
size 252211

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

@ -23,9 +23,9 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.10.0
Version: 3.10.1
%if %using_buildservice
Release: <RELEASE>.g3dcd746
Release: <RELEASE>.g19a2fe9
%else
%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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
- Linux 3.10.1.
- commit 062e800
-------------------------------------------------------------------
Mon Jul 8 15:15:51 CEST 2013 - mmarek@suse.cz
- Require 14GB of free space in the buildservice
- commit e7a8371
-------------------------------------------------------------------
Mon Jul 8 13:37:50 CEST 2013 - jdelvare@suse.de
- patches.suse/ida-remove-warning-dump-stack.patch: Add upstream commit ID
- commit 4fa2dc2
-------------------------------------------------------------------
Sat Jul 6 03:31:40 CEST 2013 - agraf@suse.de
- ARM: Enable xen for lpae target
- arm: introduce psci_smp_ops.
- ARM: Enable selection of SMP operations at boot time.
- ARM: let the ASID allocator handle suspended animation.
- ARM: prevent risks of out-of-bound access in ASID allocator.
- ARM: Cortex-A15: fix erratum 798181 implementation.
- xen/arm: disable cpuidle when linux is running as dom0.
- arm: choose debug/uncompress.h include when uncompress debug
is disabled.
- xen/arm: enable PV control for ARM.
- Update config files.
- Refresh patches.xen/xen3-fixup-xen.
- commit 5c7a1e8
-------------------------------------------------------------------
Fri Jul 5 17:10:43 CEST 2013 - agraf@suse.de
- MMC: Exynos: Add module alias for dw mmc.
- commit 182d5ca
-------------------------------------------------------------------
Wed Jul 3 17:27:06 CEST 2013 - agraf@suse.de
- ARM: Enable Arndale board with LPAE config
- ARM: EXYNOS: Set 64-bit DMA mask for EXYNOS5250.
- usb: phy: Fix phy-samsung-usb when built as module.
- USB: ehci-s5p: Fix phy reset.
- ARM: Update config files: Make LPAE Exynos only until Multiarch comes
- commit c521db7
-------------------------------------------------------------------
Tue Jul 2 11:34:13 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-final.
- commit c5ad3f9
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com

View File

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

View File

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

BIN
patches.kernel.org.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16678b038429d0ea2692e3dab2bb69522d1dde79f0f78262e0f09b360b5c6af9
size 2122479
oid sha256:19d30636646c36db045e81a11f090729155b93284f1eb9f454b43866ec309988
size 2097163

View File

@ -27,6 +27,7 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.10.1
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -162,6 +163,18 @@
# Compile fix for Xen on ARM with our Xen patches applied
patches.arch/arm-xen-fixup.patch
patches.arch/arm-refresh-mach-types.diff
patches.arch/arm-arndale-usb.patch
patches.arch/arm-arndale-dma.patch
patches.arch/arm-arndale-usb-phy.patch
patches.arch/arm-exynos-dwmmc-modalias.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-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-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch
########################################################
# S/390
@ -602,7 +615,7 @@
patches.xen/xen3-patch-3.7
patches.xen/xen3-patch-3.8
patches.xen/xen3-patch-3.9
patches.xen/xen3-patch-3.10-rc6
patches.xen/xen3-patch-3.10
# ports of other patches
patches.xen/xen3-010-acpi_initrd_override_tables.patch

View File

@ -1,3 +1,3 @@
2013-07-01 15:38:11 +0200
GIT Revision: 3dcd746031cdb2592c25e2af715c1a30bff22bdc
2013-07-14 23:28:38 +0200
GIT Revision: 19a2fe9d2012746cbd57173fc526d13b4aeedfa0
GIT Branch: stable