diff --git a/config.conf b/config.conf index cb40beebd..489d007c1 100644 --- a/config.conf +++ b/config.conf @@ -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 diff --git a/config.sh b/config.sh index 4e3ddc0b9..c224c7668 100644 --- a/config.sh +++ b/config.sh @@ -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 diff --git a/config.tar.bz2 b/config.tar.bz2 index 229bb723a..b0d872331 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:497758a3f97b5d19bc24f330715acef367b3e799531616808b6b40e7083c54a7 -size 308251 +oid sha256:7bb87d596b505f46d58a7700252932c96fd792e46480912fae8c8be348fb6652 +size 229805 diff --git a/kernel-debug.changes b/kernel-debug.changes index b344ab626..e050fbdf9 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -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 diff --git a/kernel-debug.spec b/kernel-debug.spec index 3787c3987..fc9f11fb9 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -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 diff --git a/kernel-default.changes b/kernel-default.changes index b344ab626..e050fbdf9 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -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 diff --git a/kernel-default.spec b/kernel-default.spec index b1271cf1b..1a6127c77 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -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 diff --git a/kernel-desktop.changes b/kernel-desktop.changes index b344ab626..e050fbdf9 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -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 diff --git a/kernel-desktop.spec b/kernel-desktop.spec index f48a8bee3..839f246dc 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -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 diff --git a/kernel-docs.changes b/kernel-docs.changes index b344ab626..e050fbdf9 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -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 diff --git a/kernel-docs.spec b/kernel-docs.spec index 8d27cb226..48c0ffab4 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -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 diff --git a/kernel-pae.changes b/kernel-pae.changes index b344ab626..e050fbdf9 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -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 diff --git a/kernel-pae.spec b/kernel-pae.spec index f94bde396..02efefd6a 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -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 diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index b344ab626..e050fbdf9 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -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 diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 6680aaac5..3790287dd 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -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 diff --git a/kernel-s390.changes b/kernel-s390.changes index b344ab626..e050fbdf9 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -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 diff --git a/kernel-s390.spec b/kernel-s390.spec index 72341384e..c0edb63c8 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -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 diff --git a/kernel-source.changes b/kernel-source.changes index b344ab626..e050fbdf9 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -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 diff --git a/kernel-source.spec b/kernel-source.spec index 355529dbd..e1253f046 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -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 diff --git a/kernel-syms.changes b/kernel-syms.changes index b344ab626..e050fbdf9 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -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 diff --git a/kernel-syms.spec b/kernel-syms.spec index bd3db2ce8..d9cf8a9e5 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -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 diff --git a/kernel-trace.changes b/kernel-trace.changes index b344ab626..e050fbdf9 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -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 diff --git a/kernel-trace.spec b/kernel-trace.spec index da0aea455..9b63a075c 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -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 diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index b344ab626..e050fbdf9 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -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 diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 9a9c8fe2a..8e53c1511 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -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 diff --git a/linux-3.6-rc2.tar.bz2 b/linux-3.6-rc2.tar.bz2 new file mode 100644 index 000000000..5c9ccedf3 --- /dev/null +++ b/linux-3.6-rc2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e1ba618cfb5558c603c642f46fe2adca35ed363e71d1f7e83dbacca35038e4 +size 82253728 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index 01f74340b..ad52f0635 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55659b26bae5d1e40cc1cc205c45c83887fcf1c0fb84484dc102c248582e4ac6 -size 85185 +oid sha256:eb08e5450a9b963c6aae39764e0a2e7db69cfa8a0bd6a5b8d811b6a40a85dd05 +size 82179 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index dc2a70f1f..57ada344c 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a97efc63b6908da253a9dd721f39a512d3238637e84970488d950f4646fae24 -size 11564 +oid sha256:114d910051361dd2724e4e0d184fa387cb11bbc1b3c9a11cc4c2092b7f086c4a +size 8891 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index ae3c51607..7395fb548 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67b2844ec9acd6f1ff777dde857e13a5632860b6d5999ace80cf18dcbe2a521f -size 24480 +oid sha256:7d83ca88f1eb2c446f7a9ccd426a2da04b6a36f39cdf75bb006c977028825501 +size 24013 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index bcd84b6d4..fa660283e 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20087e016eb82ef38903564562d7595129cdce06af4443f979e11fd881812a5d -size 127870 +oid sha256:2ba1b530e221d7b9ec8f6919f77e3d064c374dda6a08a0990f591330ec726cfe +size 124104 diff --git a/series.conf b/series.conf index 569f6751a..b1d874e90 100644 --- a/series.conf +++ b/series.conf @@ -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 diff --git a/source-timestamp b/source-timestamp index fc235a052..de98058ea 100644 --- a/source-timestamp +++ b/source-timestamp @@ -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