From 2b2a6dec32c35a43cd2cf0087cebe17a2c1cc5015ef7481ae0bf32e4926e5d76 Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Tue, 21 Dec 2010 06:00:41 +0000 Subject: [PATCH] GIT Revision: 92c09650f92ec86232f8feb381d9355d41be5f88 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6888 --- kernel-debug.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 43 +++++++++++++++++++++++++++++++ kernel-default.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 43 +++++++++++++++++++++++++++++++ kernel-desktop.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-desktop.spec | 43 +++++++++++++++++++++++++++++++ kernel-docs.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 43 +++++++++++++++++++++++++++++++ kernel-ec2.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-ec2.spec | 43 +++++++++++++++++++++++++++++++ kernel-net.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-net.spec | 43 +++++++++++++++++++++++++++++++ kernel-pae.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 43 +++++++++++++++++++++++++++++++ kernel-ppc64.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-ppc64.spec | 43 +++++++++++++++++++++++++++++++ kernel-ps3.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-ps3.spec | 43 +++++++++++++++++++++++++++++++ kernel-s390.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-s390.spec | 43 +++++++++++++++++++++++++++++++ kernel-source.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 43 +++++++++++++++++++++++++++++++ kernel-syms.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 43 +++++++++++++++++++++++++++++++ kernel-trace.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-trace.spec | 43 +++++++++++++++++++++++++++++++ kernel-vanilla.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 43 +++++++++++++++++++++++++++++++ kernel-vmi.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-vmi.spec | 43 +++++++++++++++++++++++++++++++ kernel-xen.changes | 58 ++++++++++++++++++++++++++++++++++++++++++ kernel-xen.spec | 43 +++++++++++++++++++++++++++++++ patches.fixes.tar.bz2 | 4 +-- patches.xen.tar.bz2 | 4 +-- series.conf | 11 ++++++++ source-timestamp | 4 +-- 36 files changed, 1633 insertions(+), 6 deletions(-) diff --git a/kernel-debug.changes b/kernel-debug.changes index 77c606aed..e759c336e 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-debug.spec b/kernel-debug.spec index 03ba013f8..4bd4e41c3 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -870,6 +870,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -880,6 +915,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-default.changes b/kernel-default.changes index 77c606aed..e759c336e 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-default.spec b/kernel-default.spec index 3bd349525..f68feb69b 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -883,6 +883,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -893,6 +928,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 77c606aed..e759c336e 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 14887088a..40d0a24c8 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -903,6 +903,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -913,6 +948,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-docs.changes b/kernel-docs.changes index 77c606aed..e759c336e 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-docs.spec b/kernel-docs.spec index 92ad8bb30..9db87583e 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -99,6 +99,41 @@ rm -rf $RPM_BUILD_ROOT /usr/share/doc/kernel %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -109,6 +144,14 @@ rm -rf $RPM_BUILD_ROOT * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 77c606aed..e759c336e 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-ec2.spec b/kernel-ec2.spec index fdda3e5f8..39f0efce9 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -873,6 +873,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -883,6 +918,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-net.changes b/kernel-net.changes index 77c606aed..e759c336e 100644 --- a/kernel-net.changes +++ b/kernel-net.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-net.spec b/kernel-net.spec index a472374e0..8aa8c26a0 100644 --- a/kernel-net.spec +++ b/kernel-net.spec @@ -870,6 +870,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -880,6 +915,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-pae.changes b/kernel-pae.changes index 77c606aed..e759c336e 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-pae.spec b/kernel-pae.spec index 8542cd5b1..1b01b8241 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -888,6 +888,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -898,6 +933,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 77c606aed..e759c336e 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 0a624fb2d..2292ad94b 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -892,6 +892,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -902,6 +937,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-ps3.changes b/kernel-ps3.changes index 77c606aed..e759c336e 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-ps3.spec b/kernel-ps3.spec index 11a1cc213..1998c970c 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -873,6 +873,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -883,6 +918,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-s390.changes b/kernel-s390.changes index 77c606aed..e759c336e 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-s390.spec b/kernel-s390.spec index 4f98f87a1..6fc75146a 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -867,6 +867,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -877,6 +912,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-source.changes b/kernel-source.changes index 77c606aed..e759c336e 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-source.spec b/kernel-source.spec index 9a90d494b..1b7cc280d 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -243,6 +243,41 @@ popd %endif %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -253,6 +288,14 @@ popd * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-syms.changes b/kernel-syms.changes index 77c606aed..e759c336e 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-syms.spec b/kernel-syms.spec index 0bb0832f0..5ee5138ca 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -81,6 +81,41 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -91,6 +126,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-trace.changes b/kernel-trace.changes index 77c606aed..e759c336e 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-trace.spec b/kernel-trace.spec index 43ca9d952..4c3d4bc67 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -875,6 +875,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -885,6 +920,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 77c606aed..e759c336e 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 617df5678..c4e688f93 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -871,6 +871,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -881,6 +916,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-vmi.changes b/kernel-vmi.changes index 77c606aed..e759c336e 100644 --- a/kernel-vmi.changes +++ b/kernel-vmi.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-vmi.spec b/kernel-vmi.spec index 4aa1d670d..79514add4 100644 --- a/kernel-vmi.spec +++ b/kernel-vmi.spec @@ -867,6 +867,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -877,6 +912,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/kernel-xen.changes b/kernel-xen.changes index 77c606aed..e759c336e 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Dec 20 12:48:45 CET 2010 - jslaby@suse.cz + +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 + +------------------------------------------------------------------- +Mon Dec 20 11:33:32 CET 2010 - jslaby@suse.cz + +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 + +------------------------------------------------------------------- +Mon Dec 20 11:29:01 CET 2010 - jslaby@suse.cz + +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 + +------------------------------------------------------------------- +Mon Dec 20 11:19:41 CET 2010 - jslaby@suse.cz + +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 + ------------------------------------------------------------------- Thu Dec 16 23:21:40 CET 2010 - mmarek@suse.cz @@ -17,6 +64,17 @@ Mon Dec 13 09:12:36 CET 2010 - tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +------------------------------------------------------------------- +Fri Dec 10 09:23:46 CET 2010 - jslaby@suse.cz + +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 + ------------------------------------------------------------------- Fri Dec 10 09:20:34 CET 2010 - jbeulich@novell.com diff --git a/kernel-xen.spec b/kernel-xen.spec index ab42e7b57..b0a64ed1e 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -873,6 +873,41 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "x86: allocate space within a region top-down" + (bnc#655048). + Backport to XEN. +- commit 92c0965 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive + decode" (bnc#655048). +- Revert "x86: allocate space within a region top-down" + (bnc#655048). +- Revert "x86/PCI: allocate space from the end of a region, + not the beginning" (bnc#655048). +- Revert "PCI: allocate bus resources from the top down" + (bnc#655048). +- Revert "resources: support allocating space within a region + from the top down" (bnc#655048). +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid low BIOS area when allocating address space + (bnc#655048). +- x86: avoid E820 regions when allocating address space + (bnc#655048). +- x86: avoid high BIOS area when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7bbbf27 +* Mon Dec 20 2010 jslaby@suse.cz +- Revert "- resources: add arch hook for preventing allocation in reserved" + This reverts commit 7e253537787f4fb057e12a166356169c5adb9665. It was unintended to be pushed as the patches are obsoleted. +- commit 6f3bdf8 +* Mon Dec 20 2010 jslaby@suse.cz +- Delete + patches.fixes/res-0010-PCI-fix-pci_bus_alloc_resource-hang-prefer-positive-.patch. + It's unreferenced and wrong. +- commit 9e6fc50 * Thu Dec 16 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Define %%kernelrelease - commit 1d67b13 @@ -883,6 +918,14 @@ Debug information for package %name-devel * Mon Dec 13 2010 tiwai@suse.de - Refresh patches.suse/bootsplash-scaler: Fix crash when bootsplash animation is used (bnc#646908) - commit c5eced1 +* Fri Dec 10 2010 jslaby@suse.cz +- resources: add arch hook for preventing allocation in reserved + areas (bnc#655048). +- x86: avoid BIOS area when allocating address space (bnc#655048). +- x86: avoid PNP resources when allocating address space + (bnc#655048). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com - Update Xen config files (CONFIG_XEN_COMPAT=0x040000). - commit 5343e5f diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 02c3757fa..e3eabc4b0 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:1ab753ff60c69d2961a0fa3e0a1629d45eb99c837821b8f9cce512f3696811aa -size 77495 +oid sha256:554e75a5433d841dd7d1e201b22b9322d154a4dffebd871417cdf75b05b3668a +size 84399 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index b7bec5eea..ebb0dd7b6 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb637ff947e03f87f487c83926c568271f5c7c40000adca7978adb7b6b1b0600 -size 2064044 +oid sha256:751b126f96c0c152b9eeef4d2f1ef968b95c6f2e5adbc1aa9a81acf251903abd +size 2064688 diff --git a/series.conf b/series.conf index 4b3bd98e8..da2f93ddd 100644 --- a/series.conf +++ b/series.conf @@ -94,6 +94,16 @@ patches.suse/sched-automated-per-session-task-groups + patches.fixes/res-0001-Revert-PCI-fix-pci_bus_alloc_resource-hang-prefer-po.patch + patches.fixes/res-0002-Revert-x86-allocate-space-within-a-region-top-down.patch + patches.fixes/res-0003-Revert-x86-PCI-allocate-space-from-the-end-of-a-regi.patch + patches.fixes/res-0004-Revert-PCI-allocate-bus-resources-from-the-top-down.patch + patches.fixes/res-0005-Revert-resources-support-allocating-space-within-a-r.patch + patches.fixes/res-0006-resources-add-arch-hook-for-preventing-allocation-in.patch + patches.fixes/res-0007-x86-avoid-low-BIOS-area-when-allocating-address-spac.patch + patches.fixes/res-0008-x86-avoid-E820-regions-when-allocating-address-space.patch + patches.fixes/res-0009-x86-avoid-high-BIOS-area-when-allocating-address-spa.patch + ######################################################## # Architecture-specific patches. These used to be all # at the end of series.conf, but since we don't do @@ -779,6 +789,7 @@ patches.xen/xen3-patch-2.6.37-rc3 patches.xen/xen3-patch-2.6.37-rc3-rc4 patches.xen/xen3-patch-2.6.37-rc4-rc5 + patches.xen/xen3-res-0002-Revert-x86-allocate-space-within-a-region-top-down.patch patches.xen/xen3-seccomp-disable-tsc-option patches.xen/xen3-x86-mcp51-no-dac patches.xen/xen3-x86-mark_rodata_rw.patch diff --git a/source-timestamp b/source-timestamp index a43ce73e8..7c0224b7b 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2010-12-17 14:58:46 +0100 -GIT Revision: 91af5a30f70b0f2a0e0075b159fc2868a9fb6318 +2010-12-20 12:48:45 +0100 +GIT Revision: 92c09650f92ec86232f8feb381d9355d41be5f88 GIT Branch: master