commit e0fa47252949bbbc71468eea93344d3f81de97ba

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7332
This commit is contained in:
Michal Marek 2012-08-22 06:13:30 +00:00 committed by Git OBS Bridge
parent 4041e6b2ba
commit 67baf9f029
32 changed files with 644 additions and 218 deletions

View File

@ -12,8 +12,8 @@
+i386 i386/desktop
+i386 i386/pae
+i386 -syms i386/debug
+i386 i386/xen
+i386 -syms i386/ec2
#+i386 i386/xen
#+i386 -syms i386/ec2
+i386 i386/vanilla
+i386 -syms i386/trace
@ -24,8 +24,8 @@
+x86_64 x86_64/default
+x86_64 x86_64/desktop
+x86_64 x86_64/xen
+x86_64 -syms x86_64/ec2
#+x86_64 x86_64/xen
#+x86_64 -syms x86_64/ec2
+x86_64 -syms x86_64/debug
+x86_64 x86_64/vanilla
+x86_64 -syms x86_64/trace
@ -41,13 +41,13 @@
+ppc ppc/vanilla
# ARM architectures
+armv7hl armv7hl/default
+armv7hl armv7hl/imx51
+armv7hl armv7hl/omap2plus
+armv7hl armv7hl/tegra
+armv7hl armv7hl/u8500
+armv7hl armv7hl/cubox
+armv7hl armv7hl/exynos
#+armv7hl armv7hl/default
#+armv7hl armv7hl/imx51
#+armv7hl armv7hl/omap2plus
#+armv7hl armv7hl/tegra
#+armv7hl armv7hl/u8500
#+armv7hl armv7hl/cubox
#+armv7hl armv7hl/exynos
# SLES
# identical to ppc64 flavor, all KMP packages need a kernel-default

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.5
SRCVERSION=3.6-rc2
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:497758a3f97b5d19bc24f330715acef367b3e799531616808b6b40e7083c54a7
size 308251
oid sha256:7bb87d596b505f46d58a7700252932c96fd792e46480912fae8c8be348fb6652
size 229805

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.5
%define patchversion 3.5.0
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.5.0
Version: 3.6.rc2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -139,7 +139,7 @@ Provides: kernel-kdump
Obsoletes: kernel-kdump
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.5
%define patchversion 3.5.0
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.5.0
Version: 3.6.rc2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -155,7 +155,7 @@ Provides: smp kernel-smp
Obsoletes: smp kernel-smp
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
@ -215,7 +215,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
ExclusiveArch: %ix86 ia64 ppc ppc64 s390x x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.5
%define patchversion 3.5.0
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.5.0
Version: 3.6.rc2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
Provides: kernel = %version-%source_rel
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.5.0
%define patchversion 3.6.0-rc2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.5.0
Version: 3.6.rc2
Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.5
%define patchversion 3.5.0
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.5.0
Version: 3.6.rc2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -139,7 +139,7 @@ Provides: kernel-bigsmp
Obsoletes: kernel-bigsmp
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.5
%define patchversion 3.5.0
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.5.0
Version: 3.6.rc2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -143,7 +143,7 @@ Provides: kernel-kdump
Obsoletes: kernel-kdump
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.5
%define patchversion 3.5.0
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.5.0
Version: 3.6.rc2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -139,7 +139,7 @@ Provides: kernel-32bit
Obsoletes: kernel-32bit
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.5
%define patchversion 3.5.0
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.5.0
Version: 3.6.rc2
Release: 0
License: GPL-2.0
Group: Development/Sources
@ -41,7 +41,7 @@ Requires(post): coreutils sed
Provides: multiversion(kernel)
Provides: linux
Provides: %name = %version-%source_rel
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.5.0
Version: 3.6.rc2
%if %using_buildservice
Release: 0
%else
@ -35,24 +35,12 @@ Group: Development/Sources
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
%ifarch armv7hl
Requires: kernel-cubox-devel = %version-%source_rel
%endif
%ifarch armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
%ifarch %ix86 ia64 ppc ppc64 s390x x86_64
Requires: kernel-default-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
Requires: kernel-desktop-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-exynos-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-imx51-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-omap2plus-devel = %version-%source_rel
%endif
%ifarch %ix86
Requires: kernel-pae-devel = %version-%source_rel
%endif
@ -62,21 +50,12 @@ Requires: kernel-ppc64-devel = %version-%source_rel
%ifarch s390
Requires: kernel-s390-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-tegra-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-u8500-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
Requires: kernel-xen-devel = %version-%source_rel
%endif
Provides: multiversion(kernel)
Provides: %name = %version-%source_rel
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 armv7hl ia64 ppc ppc64 s390 s390x x86_64
ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x x86_64
Prefix: /usr/src
%description

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.5
%define patchversion 3.5.0
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.5.0
Version: 3.6.rc2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -147,7 +147,7 @@ Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
- config: update vanilla configs for 3.6-rc2.
- commit e0fa472
-------------------------------------------------------------------
Fri Aug 17 14:51:23 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2.
- Eliminated 1 patch.
- commit 71963b0
-------------------------------------------------------------------
Fri Aug 10 21:11:59 CEST 2012 - jeffm@suse.com
@ -18,6 +31,12 @@ Thu Aug 9 19:13:12 CEST 2012 - jslaby@suse.cz
Update git-commit tag.
- commit f3a1eba
-------------------------------------------------------------------
Thu Aug 9 18:52:14 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc2. - Eliminated 2 patches.
- commit b073c66
-------------------------------------------------------------------
Thu Aug 9 18:48:33 CEST 2012 - jeffm@suse.com
@ -56,6 +75,29 @@ Mon Aug 6 10:08:54 CEST 2012 - tiwai@suse.de
on omap devices.
- commit cbda3c2
-------------------------------------------------------------------
Fri Aug 3 20:28:34 CEST 2012 - jeffm@suse.com
- Updated and re-enabled DMRAID45.
- commit 6b8bedd
-------------------------------------------------------------------
Fri Aug 3 20:00:16 CEST 2012 - jeffm@suse.com
- Updated and re-enabled richacl support.
- commit 001594d
-------------------------------------------------------------------
Fri Aug 3 06:22:15 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc1.
- Eliminated 11 patches.
- Rich ACLs are disabled.
- Xen is disabled.
- ARM is disabled.
- DMRAID45 is disabled.
- commit 5807d6b
-------------------------------------------------------------------
Fri Aug 3 03:39:39 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.5
%define patchversion 3.5.0
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.5.0
Version: 3.6.rc2
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -143,7 +143,7 @@ Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

3
linux-3.6-rc2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38e1ba618cfb5558c603c642f46fe2adca35ed363e71d1f7e83dbacca35038e4
size 82253728

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55659b26bae5d1e40cc1cc205c45c83887fcf1c0fb84484dc102c248582e4ac6
size 85185
oid sha256:eb08e5450a9b963c6aae39764e0a2e7db69cfa8a0bd6a5b8d811b6a40a85dd05
size 82179

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a97efc63b6908da253a9dd721f39a512d3238637e84970488d950f4646fae24
size 11564
oid sha256:114d910051361dd2724e4e0d184fa387cb11bbc1b3c9a11cc4c2092b7f086c4a
size 8891

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67b2844ec9acd6f1ff777dde857e13a5632860b6d5999ace80cf18dcbe2a521f
size 24480
oid sha256:7d83ca88f1eb2c446f7a9ccd426a2da04b6a36f39cdf75bb006c977028825501
size 24013

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20087e016eb82ef38903564562d7595129cdce06af4443f979e11fd881812a5d
size 127870
oid sha256:2ba1b530e221d7b9ec8f6919f77e3d064c374dda6a08a0990f591330ec726cfe
size 124104

View File

@ -78,7 +78,6 @@
# Scheduler / Core
########################################################
patches.suse/setuid-dumpable-wrongdir
patches.fixes/printk-fix-calculation-of-length-used-to-discard-records
########################################################
# Architecture-specific patches. These used to be all
@ -134,8 +133,6 @@
########################################################
# powerpc/generic
########################################################
patches.suse/radeon-monitor-jsxx-quirk.patch
patches.suse/8250-sysrq-ctrl_o.patch
+needs_update? patches.suse/ppc-no-LDFLAGS_MODULE.patch
patches.arch/ppc-pegasos-console-autodetection.patch
@ -155,7 +152,6 @@
########################################################
patches.arch/arm-phys-offset.patch
patches.arch/cubox-configuration.patch
patches.arch/arm-omap-add-drm.patch
########################################################
# S/390
@ -208,9 +204,6 @@
+trenn patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch
+trenn patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
patches.arch/srat_parsing_redo_return.patch
patches.arch/acpi_fix_empty_srat_mem_declarations.patch
########################################################
# CPUFREQ
########################################################
@ -228,10 +221,6 @@
########################################################
# Suse specific stuff
########################################################
patches.suse/msft-hv-0361-hyperv-Add-support-for-setting-MAC-from-within-guest.patch
patches.suse/msft-hv-0362-Drivers-hv-Change-the-hex-constant-to-a-decimal-cons.patch
patches.suse/msft-hv-0363-hyperv-Add-error-handling-to-rndis_filter_device_add.patch
patches.suse/msft-hv-0364-hyperv-Add-a-check-for-ring_size-value.patch
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch
patches.fixes/hv-storvsc-reset-wait.patch
@ -268,9 +257,7 @@
########################################################
# btrfs
########################################################
patches.suse/btrfs-use-correct-device-for-maps.patch
patches.suse/btrfs-allow-cross-subvolume-file-clone.patch
########################################################
# Reiserfs Patches
@ -336,7 +323,6 @@
#
########################################################
patches.drivers/spi-orion-convert-to-new-infrastructure.patch
patches.drivers/mach-dove-Fixup-ge00-initialisation.patch
########################################################
# Storage
@ -420,10 +406,6 @@
##########################################################
# Sound
##########################################################
patches.drivers/ALSA-hda-Fix-mute-LED-GPIO-setup-for-HP-Mini-210
patches.drivers/ALSA-hda-Fix-polarity-of-mute-LED-on-HP-Mini-210
patches.drivers/ALSA-hda-Fix-mute-LED-GPIO-initialization-for-IDT-co
patches.drivers/ASoC-omap-Add-missing-modules-aliases-to-get-sound-w
########################################################
# Char / serial
@ -459,8 +441,8 @@
patches.suse/dm-raid45-split-dependencies
patches.fixes/dm-mpath-reattach-dh
patches.suse/dm-mpath-leastpending-path-update
patches.suse/dm-mpath-accept-failed-paths
patches.suse/dm-mpath-detach-existing-hardware-handler
+needs_update patches.suse/dm-mpath-accept-failed-paths
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
patches.fixes/dm-table-switch-to-readonly
patches.fixes/dm-release-map_lock-before-set_disk_ro
patches.suse/dm-mpath-no-activate-for-offlined-paths
@ -551,114 +533,114 @@
# re-basing to a newer xen tree.
#
# split out patches
patches.xen/kexec-move-segment-code-i386.patch
patches.xen/kexec-move-segment-code-x86_64.patch
patches.xen/ipv6-no-autoconf
patches.xen/pci-guestdev
patches.xen/pci-reserve
# bulk stuff, new files for xen
patches.xen/xen3-auto-xen-arch.diff
patches.xen/xen3-auto-xen-drivers.diff
patches.xen/xen3-auto-include-xen-interface.diff
patches.xen/xen3-auto-blktap2-pvops.diff
# kconfig bits for xen
patches.xen/xen3-auto-xen-kconfig.diff
# common code changes
patches.xen/xen3-auto-common.diff
patches.xen/xen3-auto-arch-x86.diff
patches.xen/xen3-auto-arch-i386.diff
patches.xen/xen3-auto-arch-x86_64.diff
# fixups due to upstream Xen parts
patches.xen/xen3-fixup-xen
# newer changeset backports
# changes outside arch/{i386,x86_64}/xen
patches.xen/xen3-fixup-kconfig
patches.xen/xen3-fixup-common
patches.xen/xen3-fixup-arch-x86
patches.xen/xen3-fixup-blktap2-pvops
# ports of other patches
patches.xen/xen3-patch-2.6.18
patches.xen/xen3-patch-2.6.19
patches.xen/xen3-patch-2.6.20
patches.xen/xen3-patch-2.6.21
patches.xen/xen3-patch-2.6.22
patches.xen/xen3-patch-2.6.23
patches.xen/xen3-patch-2.6.24
patches.xen/xen3-patch-2.6.25
patches.xen/xen3-patch-2.6.26
patches.xen/xen3-patch-2.6.27
patches.xen/xen3-patch-2.6.28
patches.xen/xen3-patch-2.6.29
patches.xen/xen3-patch-2.6.30
patches.xen/xen3-patch-2.6.31
patches.xen/xen3-patch-2.6.32
patches.xen/xen3-patch-2.6.33
patches.xen/xen3-patch-2.6.34
patches.xen/xen3-patch-2.6.35
patches.xen/xen3-patch-2.6.36
patches.xen/xen3-patch-2.6.37
patches.xen/xen3-patch-2.6.38
patches.xen/xen3-patch-2.6.39
patches.xen/xen3-patch-3.0
patches.xen/xen3-patch-3.1
patches.xen/xen3-patch-3.2
patches.xen/xen3-patch-3.3
patches.xen/xen3-patch-3.4
patches.xen/xen3-patch-3.5
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations
# bugfixes and enhancements
patches.xen/xen-kconfig-compat
patches.xen/xen-sys-suspend
patches.xen/xen-ipi-per-cpu-irq
patches.xen/xen-virq-per-cpu-irq
patches.xen/xen-clockevents
patches.xen/xen-spinlock-poll-early
patches.xen/xen-pcpu-hotplug
patches.xen/xen-pcpu-hotplug-kexec
patches.xen/xen-mem-hotplug
patches.xen/xen-swiotlb-heuristics
patches.xen/xen-configurable-guest-devices
patches.xen/xen-setup-gsi
patches.xen/xen-sections
patches.xen/xen-unpriv-build
patches.xen/xen-cpufreq-report
patches.xen/xen-balloon-max-target
patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blkback-cdrom
patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-configurable-nr-devs
patches.xen/xen-blkif-op-packet
patches.xen/xen-blkfront-cdrom
patches.xen/xen-blkfront-hvm-no-cdrom
patches.xen/xen-netback-nr-irqs
patches.xen/xen-netback-notify-multi
patches.xen/xen-netback-generalize
patches.xen/xen-netback-multiple-tasklets
patches.xen/xen-netback-kernel-threads
patches.xen/xen-cxgb3
patches.xen/xen-dcdbas
patches.xen/xen-x86-panic-no-reboot
patches.xen/xen-x86-dcr-fallback
patches.xen/xen-x86-no-lapic
patches.xen/xen-x86-pmd-handling
patches.xen/xen-x86-bigmem
patches.xen/xen-x86-exit-mmap
patches.xen/xen-x86-per-cpu-vcpu-info
patches.xen/xen-x86-pcpu
patches.xen/xen-x86-EFI
patches.xen/xen-x86_64-pgd-pin
patches.xen/xen-x86_64-pgd-alloc-order
patches.xen/xen-x86_64-dump-user-pgt
patches.xen/xen-x86_64-note-init-p2m
patches.xen/xen-x86_64-unmapped-initrd
+xen_needs_update patches.xen/kexec-move-segment-code-i386.patch
+xen_needs_update patches.xen/kexec-move-segment-code-x86_64.patch
+xen_needs_update patches.xen/ipv6-no-autoconf
+xen_needs_update patches.xen/pci-guestdev
+xen_needs_update patches.xen/pci-reserve
+xen_needs_update
+xen_needs_update # bulk stuff, new files for xen
+xen_needs_update patches.xen/xen3-auto-xen-arch.diff
+xen_needs_update patches.xen/xen3-auto-xen-drivers.diff
+xen_needs_update patches.xen/xen3-auto-include-xen-interface.diff
+xen_needs_update patches.xen/xen3-auto-blktap2-pvops.diff
+xen_needs_update
+xen_needs_update # kconfig bits for xen
+xen_needs_update patches.xen/xen3-auto-xen-kconfig.diff
+xen_needs_update
+xen_needs_update # common code changes
+xen_needs_update patches.xen/xen3-auto-common.diff
+xen_needs_update patches.xen/xen3-auto-arch-x86.diff
+xen_needs_update patches.xen/xen3-auto-arch-i386.diff
+xen_needs_update patches.xen/xen3-auto-arch-x86_64.diff
+xen_needs_update
+xen_needs_update # fixups due to upstream Xen parts
+xen_needs_update patches.xen/xen3-fixup-xen
+xen_needs_update
+xen_needs_update # newer changeset backports
+xen_needs_update
+xen_needs_update # changes outside arch/{i386,x86_64}/xen
+xen_needs_update patches.xen/xen3-fixup-kconfig
+xen_needs_update patches.xen/xen3-fixup-common
+xen_needs_update patches.xen/xen3-fixup-arch-x86
+xen_needs_update patches.xen/xen3-fixup-blktap2-pvops
+xen_needs_update
+xen_needs_update # ports of other patches
+xen_needs_update patches.xen/xen3-patch-2.6.18
+xen_needs_update patches.xen/xen3-patch-2.6.19
+xen_needs_update patches.xen/xen3-patch-2.6.20
+xen_needs_update patches.xen/xen3-patch-2.6.21
+xen_needs_update patches.xen/xen3-patch-2.6.22
+xen_needs_update patches.xen/xen3-patch-2.6.23
+xen_needs_update patches.xen/xen3-patch-2.6.24
+xen_needs_update patches.xen/xen3-patch-2.6.25
+xen_needs_update patches.xen/xen3-patch-2.6.26
+xen_needs_update patches.xen/xen3-patch-2.6.27
+xen_needs_update patches.xen/xen3-patch-2.6.28
+xen_needs_update patches.xen/xen3-patch-2.6.29
+xen_needs_update patches.xen/xen3-patch-2.6.30
+xen_needs_update patches.xen/xen3-patch-2.6.31
+xen_needs_update patches.xen/xen3-patch-2.6.32
+xen_needs_update patches.xen/xen3-patch-2.6.33
+xen_needs_update patches.xen/xen3-patch-2.6.34
+xen_needs_update patches.xen/xen3-patch-2.6.35
+xen_needs_update patches.xen/xen3-patch-2.6.36
+xen_needs_update patches.xen/xen3-patch-2.6.37
+xen_needs_update patches.xen/xen3-patch-2.6.38
+xen_needs_update patches.xen/xen3-patch-2.6.39
+xen_needs_update patches.xen/xen3-patch-3.0
+xen_needs_update patches.xen/xen3-patch-3.1
+xen_needs_update patches.xen/xen3-patch-3.2
+xen_needs_update patches.xen/xen3-patch-3.3
+xen_needs_update patches.xen/xen3-patch-3.4
+xen_needs_update patches.xen/xen3-patch-3.5
+xen_needs_update patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
+xen_needs_update patches.xen/xen3-stack-unwind
+xen_needs_update patches.xen/xen3-x86_64-unwind-annotations
+xen_needs_update
+xen_needs_update # bugfixes and enhancements
+xen_needs_update patches.xen/xen-kconfig-compat
+xen_needs_update patches.xen/xen-sys-suspend
+xen_needs_update patches.xen/xen-ipi-per-cpu-irq
+xen_needs_update patches.xen/xen-virq-per-cpu-irq
+xen_needs_update patches.xen/xen-clockevents
+xen_needs_update patches.xen/xen-spinlock-poll-early
+xen_needs_update patches.xen/xen-pcpu-hotplug
+xen_needs_update patches.xen/xen-pcpu-hotplug-kexec
+xen_needs_update patches.xen/xen-mem-hotplug
+xen_needs_update patches.xen/xen-swiotlb-heuristics
+xen_needs_update patches.xen/xen-configurable-guest-devices
+xen_needs_update patches.xen/xen-setup-gsi
+xen_needs_update patches.xen/xen-sections
+xen_needs_update patches.xen/xen-unpriv-build
+xen_needs_update patches.xen/xen-cpufreq-report
+xen_needs_update patches.xen/xen-balloon-max-target
+xen_needs_update patches.xen/xen-blkif-protocol-fallback-hack
+xen_needs_update patches.xen/xen-blkback-cdrom
+xen_needs_update patches.xen/xen-blktap-modular
+xen_needs_update patches.xen/xen-blktap-write-barriers
+xen_needs_update patches.xen/xen-blktap2-configurable-nr-devs
+xen_needs_update patches.xen/xen-blkif-op-packet
+xen_needs_update patches.xen/xen-blkfront-cdrom
+xen_needs_update patches.xen/xen-blkfront-hvm-no-cdrom
+xen_needs_update patches.xen/xen-netback-nr-irqs
+xen_needs_update patches.xen/xen-netback-notify-multi
+xen_needs_update patches.xen/xen-netback-generalize
+xen_needs_update patches.xen/xen-netback-multiple-tasklets
+xen_needs_update patches.xen/xen-netback-kernel-threads
+xen_needs_update patches.xen/xen-cxgb3
+xen_needs_update patches.xen/xen-dcdbas
+xen_needs_update patches.xen/xen-x86-panic-no-reboot
+xen_needs_update patches.xen/xen-x86-dcr-fallback
+xen_needs_update patches.xen/xen-x86-no-lapic
+xen_needs_update patches.xen/xen-x86-pmd-handling
+xen_needs_update patches.xen/xen-x86-bigmem
+xen_needs_update patches.xen/xen-x86-exit-mmap
+xen_needs_update patches.xen/xen-x86-per-cpu-vcpu-info
+xen_needs_update patches.xen/xen-x86-pcpu
+xen_needs_update patches.xen/xen-x86-EFI
+xen_needs_update patches.xen/xen-x86_64-pgd-pin
+xen_needs_update patches.xen/xen-x86_64-pgd-alloc-order
+xen_needs_update patches.xen/xen-x86_64-dump-user-pgt
+xen_needs_update patches.xen/xen-x86_64-note-init-p2m
+xen_needs_update patches.xen/xen-x86_64-unmapped-initrd

View File

@ -1,3 +1,3 @@
2012-08-10 21:11:59 +0200
GIT Revision: bfdd968d1f06a8166b60bcab0feb42cf9e049514
2012-08-21 18:17:16 +0200
GIT Revision: e0fa47252949bbbc71468eea93344d3f81de97ba
GIT Branch: master