diff --git a/config.tar.bz2 b/config.tar.bz2 index 3dbbb245b..4d9ce70b9 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ca345e174e2437730c98718e11bd3547a28f6cbc1702d9ec516c000402fe002 -size 221073 +oid sha256:b5f5f989c30080d8839afc5127225355124a21192aaddf56a1ed9a87559664f5 +size 221171 diff --git a/kernel-debug.changes b/kernel-debug.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 087ad209e..1017a3d21 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -865,6 +865,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-default.changes b/kernel-default.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 72538b8ed..26acc84b9 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -878,6 +878,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-desktop.spec b/kernel-desktop.spec index b5e4e8ce3..fc3dac7de 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -898,6 +898,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-docs.changes b/kernel-docs.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index e3af9712a..8b8c24894 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -99,6 +99,34 @@ rm -rf $RPM_BUILD_ROOT /usr/share/doc/kernel %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 441d61cf5..b600719e8 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -868,6 +868,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-net.changes b/kernel-net.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-net.changes +++ b/kernel-net.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-net.spec b/kernel-net.spec index b37252072..5c3068b56 100644 --- a/kernel-net.spec +++ b/kernel-net.spec @@ -865,6 +865,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-pae.changes b/kernel-pae.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 810a5a777..9a8398acd 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -883,6 +883,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index a637777c2..07ddf39e6 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -887,6 +887,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-ps3.changes b/kernel-ps3.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-ps3.spec b/kernel-ps3.spec index 45aacf08a..9a2af5a6b 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -868,6 +868,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-s390.changes b/kernel-s390.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-s390.spec b/kernel-s390.spec index 598cabbc1..e91bdbf08 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -862,6 +862,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-source.changes b/kernel-source.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index fbb8bc807..4f22e481a 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -243,6 +243,34 @@ popd %endif %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-syms.changes b/kernel-syms.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 4a9e3510e..2b08076d7 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -81,6 +81,34 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-trace.changes b/kernel-trace.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-trace.spec b/kernel-trace.spec index 877b6663a..bd9842018 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -870,6 +870,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index ebf0012da..eab4727d1 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -866,6 +866,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-vmi.changes b/kernel-vmi.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-vmi.changes +++ b/kernel-vmi.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-vmi.spec b/kernel-vmi.spec index 82542ed8d..8d65b886d 100644 --- a/kernel-vmi.spec +++ b/kernel-vmi.spec @@ -862,6 +862,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/kernel-xen.changes b/kernel-xen.changes index 3bbab1638..fb0ca1621 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Nov 11 19:37:05 CET 2010 - gregkh@suse.de + +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 + +------------------------------------------------------------------- +Thu Nov 11 13:48:24 CET 2010 - jslaby@suse.cz + +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 + +------------------------------------------------------------------- +Thu Nov 11 11:18:45 CET 2010 - jslaby@suse.cz + +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 + ------------------------------------------------------------------- Tue Nov 9 15:28:57 CET 2010 - jack@suse.cz diff --git a/kernel-xen.spec b/kernel-xen.spec index 1ddb00030..bb3a74887 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -868,6 +868,34 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Thu Nov 11 2010 gregkh@suse.de +- Update config files. (bnc#652954) increase the number of possible and + default uarts for users with multi-port serial cards for the i386 and + x86-64 default configs. +- commit 85c87e3 +* Thu Nov 11 2010 jslaby@suse.cz +- rt2x00: Fix max TX power settings (bnc#584028). +- rt2x00: Fix channel configuration for RF3052 (bnc#584028). +- commit 60c0452 +* Thu Nov 11 2010 jslaby@suse.cz +- resources: add a default alignf to simplify find_resource() + (bnc#651256). +- resources: factor out resource_clip() to simplify + find_resource() (bnc#651256). +- resources: ensure callback doesn't allocate outside available + space (bnc#651256). +- resources: handle overflow when aligning start of available area + (bnc#651256). +- resources: support allocating space within a region from the + top down (bnc#651256). +- PCI: allocate bus resources from the top down (bnc#651256). +- x86/PCI: allocate space from the end of a region, not the + beginning (bnc#651256). +- x86: update iomem_resource end based on CPU physical address + capabilities (bnc#651256). +- x86: allocate space within a region top-down (bnc#651256). +- Refresh patches.xen/xen3-patch-2.6.34. +- commit 8c68ad1 * Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 8fe72549a..476c9135d 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:5ed131ba06267bf92905d02ef0fdcb876c630c9312cbc34e95e699c6a7a50f98 -size 86575 +oid sha256:ea7c59d2ba8e1c7b1ed0d64e03214d608b3d476e3ff2a6cfa74e621b494b52da +size 95076 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 701bee9ec..09554ca50 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:7c825f058d361347bf6a8c087ea4f46a988f1a2dcba42b63b6cc41c1fb9234dc -size 2022601 +oid sha256:850fb9cda08484037ffdd6f5a0f22445f01707f807cafad36f30393a266033c3 +size 2023639 diff --git a/series.conf b/series.conf index d96162f9b..6b63e57c4 100644 --- a/series.conf +++ b/series.conf @@ -89,6 +89,16 @@ patches.fixes/make-note_interrupt-fast.diff patches.fixes/twl6030-fix-note_interrupt-call + patches.fixes/res-0001-resources-add-a-default-alignf-to-simplify-find_reso.patch + patches.fixes/res-0002-resources-factor-out-resource_clip-to-simplify-find_.patch + patches.fixes/res-0003-resources-ensure-callback-doesn-t-allocate-outside-a.patch + patches.fixes/res-0004-resources-handle-overflow-when-aligning-start-of-ava.patch + patches.fixes/res-0005-resources-support-allocating-space-within-a-region-f.patch + patches.fixes/res-0006-PCI-allocate-bus-resources-from-the-top-down.patch + patches.fixes/res-0007-x86-PCI-allocate-space-from-the-end-of-a-region-not-.patch + patches.fixes/res-0008-x86-update-iomem_resource-end-based-on-CPU-physical-.patch + patches.fixes/res-0009-x86-allocate-space-within-a-region-top-down.patch + ######################################################## # Architecture-specific patches. These used to be all # at the end of series.conf, but since we don't do @@ -523,6 +533,8 @@ patches.suse/wireless-no-aes-select patches.suse/b43-missing-firmware-info.patch patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices + patches.fixes/rt2x00-Fix-channel-configuration-for-RF3052.patch + patches.fixes/rt2x00-Fix-max-TX-power-settings.patch ######################################################## # iSCSI diff --git a/source-timestamp b/source-timestamp index 8d58e94f6..5bcf2305b 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2010-11-09 15:28:57 +0100 -GIT Revision: 76ba8339f56e3c2dd8426959c8317fd342a7a074 +2010-11-11 19:37:05 +0100 +GIT Revision: 85c87e3ee0de95bc7eb4710bb051840fbd70e027 GIT Branch: master