diff --git a/config.conf b/config.conf index 0529b67..0c9f539 100644 --- a/config.conf +++ b/config.conf @@ -13,8 +13,8 @@ +i386 i386/pae +i386 -syms i386/vmi +i386 -syms i386/debug -+i386 i386/xen -+i386 -syms i386/ec2 +#+i386 i386/xen +#+i386 -syms i386/ec2 +i386 i386/vanilla +i386 -syms i386/trace @@ -25,8 +25,8 @@ +x86_64 x86_64/default +x86_64 x86_64/desktop -+x86_64 x86_64/xen -+x86_64 -syms x86_64/ec2 +#+x86_64 x86_64/xen +#+x86_64 -syms x86_64/ec2 +x86_64 -syms x86_64/debug +x86_64 x86_64/vanilla +x86_64 -syms x86_64/trace diff --git a/config.tar.bz2 b/config.tar.bz2 index ca0dda1..21fee5b 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41d04496c478e8d3d29763372c6c7049cc1248270eaf5d5e3393f772dec1f00e -size 224678 +oid sha256:b4ba3e03bc9a8c29be974a2a1bba78aa90134ae2b0c301b3237f59016f7c83ff +size 216714 diff --git a/kernel-debug.changes b/kernel-debug.changes index cf69447..740775e 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 9a2d7a6..7f31cb0 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-debug (Version 2.6.37) +# spec file for package kernel-debug (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-debug Summary: A Debug Version of the Kernel -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -865,36 +865,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -904,16 +939,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -927,16 +962,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -946,60 +981,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1007,7 +1042,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1020,32 +1055,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1054,8 +1089,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1077,10 +1112,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1089,52 +1124,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1147,7 +1182,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1162,7 +1197,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1177,7 +1212,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1187,14 +1222,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1204,13 +1239,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1218,34 +1253,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1256,30 +1291,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1288,7 +1323,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1309,49 +1344,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1364,12 +1399,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1379,57 +1414,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1438,11 +1473,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1455,25 +1490,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1483,22 +1518,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1526,16 +1561,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1543,7 +1578,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1553,28 +1588,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1584,10 +1619,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1607,48 +1642,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1659,14 +1694,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1674,7 +1709,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1685,7 +1720,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1697,33 +1732,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1735,14 +1770,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1938,50 +1973,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2047,10 +2082,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2090,8 +2125,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2177,20 +2212,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2340,39 +2375,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2458,18 +2493,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2478,43 +2513,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2522,7 +2557,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2586,10 +2621,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2651,10 +2686,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2752,11 +2787,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3047,7 +3082,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3141,31 +3176,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3181,23 +3216,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3225,18 +3260,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3251,13 +3286,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3335,15 +3370,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3422,7 +3457,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3467,11 +3502,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3547,8 +3582,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3875,29 +3910,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3915,49 +3950,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3979,16 +4014,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4027,24 +4062,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4054,146 +4089,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4396,8 +4431,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5007,12 +5042,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5041,80 +5076,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5213,98 +5248,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5381,22 +5416,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5404,19 +5439,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5424,32 +5459,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5535,7 +5570,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5574,65 +5609,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5657,7 +5692,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5866,27 +5901,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5899,7 +5934,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5912,7 +5947,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6063,34 +6098,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6165,7 +6200,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6185,40 +6220,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6246,9 +6281,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6298,74 +6333,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6482,35 +6517,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6555,36 +6590,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6595,24 +6630,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6625,12 +6660,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6775,7 +6810,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6919,11 +6954,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7073,7 +7108,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7100,10 +7135,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7127,17 +7162,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7248,8 +7283,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7280,102 +7315,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7388,7 +7423,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7404,10 +7439,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7416,24 +7451,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7443,69 +7478,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7521,27 +7556,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7617,7 +7652,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7625,9 +7660,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7676,8 +7711,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7776,60 +7811,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7837,9 +7872,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7856,7 +7891,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7867,66 +7902,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7950,10 +7985,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7965,92 +8000,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8070,16 +8105,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8096,41 +8131,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8138,7 +8173,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8159,10 +8194,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8174,7 +8209,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8188,41 +8223,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8388,11 +8423,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8440,14 +8475,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8518,9 +8553,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8557,7 +8592,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8706,7 +8741,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8740,14 +8775,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8840,24 +8875,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8877,12 +8912,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8891,71 +8926,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8963,7 +8998,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8971,10 +9006,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9003,45 +9038,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9051,17 +9086,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9080,12 +9115,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9093,14 +9128,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9118,122 +9153,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9242,7 +9277,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9607,7 +9642,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9631,8 +9666,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9800,20 +9835,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9888,9 +9923,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10133,7 +10168,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10338,109 +10373,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10456,39 +10491,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10641,43 +10676,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10696,49 +10731,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10746,38 +10781,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10788,23 +10823,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10812,32 +10847,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11635,70 +11670,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11938,9 +11973,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12291,12 +12326,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12314,13 +12349,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12328,54 +12363,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12521,16 +12556,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12544,7 +12579,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12554,56 +12589,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12621,16 +12656,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12648,10 +12683,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13483,33 +13518,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13536,7 +13571,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13548,14 +13583,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13641,34 +13676,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13680,22 +13715,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13715,20 +13750,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13971,7 +14006,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14057,34 +14092,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14186,19 +14221,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14397,7 +14432,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14425,25 +14460,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14458,7 +14493,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14492,12 +14527,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14581,70 +14616,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14782,33 +14817,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14916,51 +14951,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15060,69 +15095,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-default.changes b/kernel-default.changes index cf69447..740775e 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index 293fc03..87b2146 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-default (Version 2.6.37) +# spec file for package kernel-default (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-default Summary: The Standard Kernel -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -878,36 +878,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -917,16 +952,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -940,16 +975,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -959,60 +994,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1020,7 +1055,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1033,32 +1068,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1067,8 +1102,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1090,10 +1125,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1102,52 +1137,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1160,7 +1195,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1175,7 +1210,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1190,7 +1225,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1200,14 +1235,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1217,13 +1252,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1231,34 +1266,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1269,30 +1304,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1301,7 +1336,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1322,49 +1357,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1377,12 +1412,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1392,57 +1427,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1451,11 +1486,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1468,25 +1503,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1496,22 +1531,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1539,16 +1574,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1556,7 +1591,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1566,28 +1601,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1597,10 +1632,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1620,48 +1655,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1672,14 +1707,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1687,7 +1722,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1698,7 +1733,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1710,33 +1745,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1748,14 +1783,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1951,50 +1986,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2060,10 +2095,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2103,8 +2138,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2190,20 +2225,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2353,39 +2388,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2471,18 +2506,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2491,43 +2526,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2535,7 +2570,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2599,10 +2634,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2664,10 +2699,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2765,11 +2800,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3060,7 +3095,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3154,31 +3189,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3194,23 +3229,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3238,18 +3273,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3264,13 +3299,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3348,15 +3383,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3435,7 +3470,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3480,11 +3515,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3560,8 +3595,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3888,29 +3923,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3928,49 +3963,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3992,16 +4027,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4040,24 +4075,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4067,146 +4102,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4409,8 +4444,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5020,12 +5055,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5054,80 +5089,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5226,98 +5261,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5394,22 +5429,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5417,19 +5452,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5437,32 +5472,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5548,7 +5583,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5587,65 +5622,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5670,7 +5705,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5879,27 +5914,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5912,7 +5947,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5925,7 +5960,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6076,34 +6111,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6178,7 +6213,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6198,40 +6233,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6259,9 +6294,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6311,74 +6346,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6495,35 +6530,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6568,36 +6603,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6608,24 +6643,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6638,12 +6673,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6788,7 +6823,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6932,11 +6967,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7086,7 +7121,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7113,10 +7148,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7140,17 +7175,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7261,8 +7296,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7293,102 +7328,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7401,7 +7436,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7417,10 +7452,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7429,24 +7464,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7456,69 +7491,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7534,27 +7569,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7630,7 +7665,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7638,9 +7673,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7689,8 +7724,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7789,60 +7824,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7850,9 +7885,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7869,7 +7904,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7880,66 +7915,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7963,10 +7998,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7978,92 +8013,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8083,16 +8118,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8109,41 +8144,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8151,7 +8186,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8172,10 +8207,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8187,7 +8222,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8201,41 +8236,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8401,11 +8436,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8453,14 +8488,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8531,9 +8566,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8570,7 +8605,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8719,7 +8754,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8753,14 +8788,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8853,24 +8888,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8890,12 +8925,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8904,71 +8939,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8976,7 +9011,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8984,10 +9019,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9016,45 +9051,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9064,17 +9099,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9093,12 +9128,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9106,14 +9141,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9131,122 +9166,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9255,7 +9290,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9620,7 +9655,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9644,8 +9679,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9813,20 +9848,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9901,9 +9936,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10146,7 +10181,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10351,109 +10386,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10469,39 +10504,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10654,43 +10689,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10709,49 +10744,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10759,38 +10794,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10801,23 +10836,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10825,32 +10860,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11648,70 +11683,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11951,9 +11986,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12304,12 +12339,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12327,13 +12362,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12341,54 +12376,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12534,16 +12569,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12557,7 +12592,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12567,56 +12602,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12634,16 +12669,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12661,10 +12696,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13496,33 +13531,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13549,7 +13584,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13561,14 +13596,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13654,34 +13689,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13693,22 +13728,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13728,20 +13763,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13984,7 +14019,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14070,34 +14105,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14199,19 +14234,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14410,7 +14445,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14438,25 +14473,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14471,7 +14506,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14505,12 +14540,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14594,70 +14629,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14795,33 +14830,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14929,51 +14964,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15073,69 +15108,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-desktop.changes b/kernel-desktop.changes index cf69447..740775e 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 0b217f4..23c785e 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-desktop (Version 2.6.37) +# spec file for package kernel-desktop (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -898,36 +898,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -937,16 +972,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -960,16 +995,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -979,60 +1014,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1040,7 +1075,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1053,32 +1088,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1087,8 +1122,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1110,10 +1145,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1122,52 +1157,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1180,7 +1215,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1195,7 +1230,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1210,7 +1245,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1220,14 +1255,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1237,13 +1272,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1251,34 +1286,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1289,30 +1324,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1321,7 +1356,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1342,49 +1377,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1397,12 +1432,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1412,57 +1447,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1471,11 +1506,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1488,25 +1523,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1516,22 +1551,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1559,16 +1594,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1576,7 +1611,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1586,28 +1621,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1617,10 +1652,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1640,48 +1675,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1692,14 +1727,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1707,7 +1742,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1718,7 +1753,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1730,33 +1765,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1768,14 +1803,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1971,50 +2006,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2080,10 +2115,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2123,8 +2158,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2210,20 +2245,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2373,39 +2408,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2491,18 +2526,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2511,43 +2546,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2555,7 +2590,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2619,10 +2654,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2684,10 +2719,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2785,11 +2820,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3080,7 +3115,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3174,31 +3209,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3214,23 +3249,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3258,18 +3293,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3284,13 +3319,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3368,15 +3403,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3455,7 +3490,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3500,11 +3535,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3580,8 +3615,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3908,29 +3943,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3948,49 +3983,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -4012,16 +4047,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4060,24 +4095,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4087,146 +4122,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4429,8 +4464,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5040,12 +5075,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5074,80 +5109,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5246,98 +5281,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5414,22 +5449,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5437,19 +5472,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5457,32 +5492,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5568,7 +5603,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5607,65 +5642,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5690,7 +5725,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5899,27 +5934,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5932,7 +5967,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5945,7 +5980,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6096,34 +6131,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6198,7 +6233,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6218,40 +6253,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6279,9 +6314,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6331,74 +6366,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6515,35 +6550,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6588,36 +6623,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6628,24 +6663,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6658,12 +6693,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6808,7 +6843,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6952,11 +6987,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7106,7 +7141,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7133,10 +7168,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7160,17 +7195,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7281,8 +7316,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7313,102 +7348,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7421,7 +7456,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7437,10 +7472,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7449,24 +7484,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7476,69 +7511,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7554,27 +7589,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7650,7 +7685,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7658,9 +7693,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7709,8 +7744,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7809,60 +7844,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7870,9 +7905,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7889,7 +7924,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7900,66 +7935,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7983,10 +8018,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7998,92 +8033,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8103,16 +8138,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8129,41 +8164,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8171,7 +8206,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8192,10 +8227,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8207,7 +8242,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8221,41 +8256,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8421,11 +8456,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8473,14 +8508,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8551,9 +8586,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8590,7 +8625,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8739,7 +8774,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8773,14 +8808,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8873,24 +8908,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8910,12 +8945,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8924,71 +8959,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8996,7 +9031,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -9004,10 +9039,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9036,45 +9071,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9084,17 +9119,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9113,12 +9148,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9126,14 +9161,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9151,122 +9186,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9275,7 +9310,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9640,7 +9675,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9664,8 +9699,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9833,20 +9868,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9921,9 +9956,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10166,7 +10201,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10371,109 +10406,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10489,39 +10524,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10674,43 +10709,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10729,49 +10764,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10779,38 +10814,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10821,23 +10856,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10845,32 +10880,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11668,70 +11703,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11971,9 +12006,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12324,12 +12359,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12347,13 +12382,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12361,54 +12396,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12554,16 +12589,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12577,7 +12612,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12587,56 +12622,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12654,16 +12689,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12681,10 +12716,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13516,33 +13551,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13569,7 +13604,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13581,14 +13616,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13674,34 +13709,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13713,22 +13748,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13748,20 +13783,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -14004,7 +14039,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14090,34 +14125,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14219,19 +14254,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14430,7 +14465,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14458,25 +14493,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14491,7 +14526,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14525,12 +14560,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14614,70 +14649,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14815,33 +14850,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14949,51 +14984,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15093,69 +15128,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-docs.changes b/kernel-docs.changes index cf69447..740775e 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-docs.spec b/kernel-docs.spec index 4b8f1d5..4dfb23d 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-docs (Version 2.6.37) +# spec file for package kernel-docs (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,18 +17,18 @@ # norootforbuild -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-docs Summary: Kernel Documentation -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: kernel-source%variant @@ -99,36 +99,71 @@ rm -rf $RPM_BUILD_ROOT /usr/share/doc/kernel %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -138,16 +173,16 @@ rm -rf $RPM_BUILD_ROOT - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -161,16 +196,16 @@ rm -rf $RPM_BUILD_ROOT * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -180,60 +215,60 @@ rm -rf $RPM_BUILD_ROOT - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -241,7 +276,7 @@ rm -rf $RPM_BUILD_ROOT - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -254,32 +289,32 @@ rm -rf $RPM_BUILD_ROOT - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -288,8 +323,8 @@ rm -rf $RPM_BUILD_ROOT - 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. + 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 @@ -311,10 +346,10 @@ rm -rf $RPM_BUILD_ROOT - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -323,52 +358,52 @@ rm -rf $RPM_BUILD_ROOT * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -381,7 +416,7 @@ rm -rf $RPM_BUILD_ROOT - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -396,7 +431,7 @@ rm -rf $RPM_BUILD_ROOT - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -411,7 +446,7 @@ rm -rf $RPM_BUILD_ROOT - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -421,14 +456,14 @@ rm -rf $RPM_BUILD_ROOT - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -438,13 +473,13 @@ rm -rf $RPM_BUILD_ROOT - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -452,34 +487,34 @@ rm -rf $RPM_BUILD_ROOT - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -490,30 +525,30 @@ rm -rf $RPM_BUILD_ROOT - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -522,7 +557,7 @@ rm -rf $RPM_BUILD_ROOT - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -543,49 +578,49 @@ rm -rf $RPM_BUILD_ROOT - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -598,12 +633,12 @@ rm -rf $RPM_BUILD_ROOT - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -613,57 +648,57 @@ rm -rf $RPM_BUILD_ROOT - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -672,11 +707,11 @@ rm -rf $RPM_BUILD_ROOT - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -689,25 +724,25 @@ rm -rf $RPM_BUILD_ROOT * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -717,22 +752,22 @@ rm -rf $RPM_BUILD_ROOT - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -760,16 +795,16 @@ rm -rf $RPM_BUILD_ROOT - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -777,7 +812,7 @@ rm -rf $RPM_BUILD_ROOT - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -787,28 +822,28 @@ rm -rf $RPM_BUILD_ROOT - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -818,10 +853,10 @@ rm -rf $RPM_BUILD_ROOT - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -841,48 +876,48 @@ rm -rf $RPM_BUILD_ROOT - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -893,14 +928,14 @@ rm -rf $RPM_BUILD_ROOT - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -908,7 +943,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -919,7 +954,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -931,33 +966,33 @@ rm -rf $RPM_BUILD_ROOT * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -969,14 +1004,14 @@ rm -rf $RPM_BUILD_ROOT Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1172,50 +1207,50 @@ rm -rf $RPM_BUILD_ROOT * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -1281,10 +1316,10 @@ rm -rf $RPM_BUILD_ROOT * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -1324,8 +1359,8 @@ rm -rf $RPM_BUILD_ROOT * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -1411,20 +1446,20 @@ rm -rf $RPM_BUILD_ROOT dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -1574,39 +1609,39 @@ rm -rf $RPM_BUILD_ROOT - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -1692,18 +1727,18 @@ rm -rf $RPM_BUILD_ROOT * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -1712,43 +1747,43 @@ rm -rf $RPM_BUILD_ROOT and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -1756,7 +1791,7 @@ rm -rf $RPM_BUILD_ROOT replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -1820,10 +1855,10 @@ rm -rf $RPM_BUILD_ROOT - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -1885,10 +1920,10 @@ rm -rf $RPM_BUILD_ROOT - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -1986,11 +2021,11 @@ rm -rf $RPM_BUILD_ROOT - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -2281,7 +2316,7 @@ rm -rf $RPM_BUILD_ROOT * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -2375,31 +2410,31 @@ rm -rf $RPM_BUILD_ROOT - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -2415,23 +2450,23 @@ rm -rf $RPM_BUILD_ROOT Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -2459,18 +2494,18 @@ rm -rf $RPM_BUILD_ROOT - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -2485,13 +2520,13 @@ rm -rf $RPM_BUILD_ROOT - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -2569,15 +2604,15 @@ rm -rf $RPM_BUILD_ROOT - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -2656,7 +2691,7 @@ rm -rf $RPM_BUILD_ROOT * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -2701,11 +2736,11 @@ rm -rf $RPM_BUILD_ROOT * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -2781,8 +2816,8 @@ rm -rf $RPM_BUILD_ROOT - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3109,29 +3144,29 @@ rm -rf $RPM_BUILD_ROOT * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3149,49 +3184,49 @@ rm -rf $RPM_BUILD_ROOT - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3213,16 +3248,16 @@ rm -rf $RPM_BUILD_ROOT - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -3261,24 +3296,24 @@ rm -rf $RPM_BUILD_ROOT AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -3288,146 +3323,146 @@ rm -rf $RPM_BUILD_ROOT (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -3630,8 +3665,8 @@ rm -rf $RPM_BUILD_ROOT incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -4241,12 +4276,12 @@ rm -rf $RPM_BUILD_ROOT * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -4275,80 +4310,80 @@ rm -rf $RPM_BUILD_ROOT * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -4447,98 +4482,98 @@ rm -rf $RPM_BUILD_ROOT - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -4615,22 +4650,22 @@ rm -rf $RPM_BUILD_ROOT - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -4638,19 +4673,19 @@ rm -rf $RPM_BUILD_ROOT scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -4658,32 +4693,32 @@ rm -rf $RPM_BUILD_ROOT - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -4769,7 +4804,7 @@ rm -rf $RPM_BUILD_ROOT macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -4808,65 +4843,65 @@ rm -rf $RPM_BUILD_ROOT Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -4891,7 +4926,7 @@ rm -rf $RPM_BUILD_ROOT - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5100,27 +5135,27 @@ rm -rf $RPM_BUILD_ROOT - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5133,7 +5168,7 @@ rm -rf $RPM_BUILD_ROOT - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5146,7 +5181,7 @@ rm -rf $RPM_BUILD_ROOT * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -5297,34 +5332,34 @@ rm -rf $RPM_BUILD_ROOT - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -5399,7 +5434,7 @@ rm -rf $RPM_BUILD_ROOT /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -5419,40 +5454,40 @@ rm -rf $RPM_BUILD_ROOT * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -5480,9 +5515,9 @@ rm -rf $RPM_BUILD_ROOT * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -5532,74 +5567,74 @@ rm -rf $RPM_BUILD_ROOT rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -5716,35 +5751,35 @@ rm -rf $RPM_BUILD_ROOT * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -5789,36 +5824,36 @@ rm -rf $RPM_BUILD_ROOT * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -5829,24 +5864,24 @@ rm -rf $RPM_BUILD_ROOT fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -5859,12 +5894,12 @@ rm -rf $RPM_BUILD_ROOT - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6009,7 +6044,7 @@ rm -rf $RPM_BUILD_ROOT it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6153,11 +6188,11 @@ rm -rf $RPM_BUILD_ROOT - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -6307,7 +6342,7 @@ rm -rf $RPM_BUILD_ROOT cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -6334,10 +6369,10 @@ rm -rf $RPM_BUILD_ROOT call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -6361,17 +6396,17 @@ rm -rf $RPM_BUILD_ROOT - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -6482,8 +6517,8 @@ rm -rf $RPM_BUILD_ROOT - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -6514,102 +6549,102 @@ rm -rf $RPM_BUILD_ROOT syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -6622,7 +6657,7 @@ rm -rf $RPM_BUILD_ROOT - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -6638,10 +6673,10 @@ rm -rf $RPM_BUILD_ROOT - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -6650,24 +6685,24 @@ rm -rf $RPM_BUILD_ROOT topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -6677,69 +6712,69 @@ rm -rf $RPM_BUILD_ROOT for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -6755,27 +6790,27 @@ rm -rf $RPM_BUILD_ROOT inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -6851,7 +6886,7 @@ rm -rf $RPM_BUILD_ROOT * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -6859,9 +6894,9 @@ rm -rf $RPM_BUILD_ROOT * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -6910,8 +6945,8 @@ rm -rf $RPM_BUILD_ROOT * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7010,60 +7045,60 @@ rm -rf $RPM_BUILD_ROOT no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7071,9 +7106,9 @@ rm -rf $RPM_BUILD_ROOT security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7090,7 +7125,7 @@ rm -rf $RPM_BUILD_ROOT (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7101,66 +7136,66 @@ rm -rf $RPM_BUILD_ROOT perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7184,10 +7219,10 @@ rm -rf $RPM_BUILD_ROOT for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7199,92 +7234,92 @@ rm -rf $RPM_BUILD_ROOT smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -7304,16 +7339,16 @@ rm -rf $RPM_BUILD_ROOT - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -7330,41 +7365,41 @@ rm -rf $RPM_BUILD_ROOT patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -7372,7 +7407,7 @@ rm -rf $RPM_BUILD_ROOT (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -7393,10 +7428,10 @@ rm -rf $RPM_BUILD_ROOT cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -7408,7 +7443,7 @@ rm -rf $RPM_BUILD_ROOT (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -7422,41 +7457,41 @@ rm -rf $RPM_BUILD_ROOT * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -7622,11 +7657,11 @@ rm -rf $RPM_BUILD_ROOT * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -7674,14 +7709,14 @@ rm -rf $RPM_BUILD_ROOT - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -7752,9 +7787,9 @@ rm -rf $RPM_BUILD_ROOT Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -7791,7 +7826,7 @@ rm -rf $RPM_BUILD_ROOT - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -7940,7 +7975,7 @@ rm -rf $RPM_BUILD_ROOT patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -7974,14 +8009,14 @@ rm -rf $RPM_BUILD_ROOT - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8074,24 +8109,24 @@ rm -rf $RPM_BUILD_ROOT kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8111,12 +8146,12 @@ rm -rf $RPM_BUILD_ROOT make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8125,71 +8160,71 @@ rm -rf $RPM_BUILD_ROOT - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8197,7 +8232,7 @@ rm -rf $RPM_BUILD_ROOT uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8205,10 +8240,10 @@ rm -rf $RPM_BUILD_ROOT - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -8237,45 +8272,45 @@ rm -rf $RPM_BUILD_ROOT - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -8285,17 +8320,17 @@ rm -rf $RPM_BUILD_ROOT STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -8314,12 +8349,12 @@ rm -rf $RPM_BUILD_ROOT power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -8327,14 +8362,14 @@ rm -rf $RPM_BUILD_ROOT sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -8352,122 +8387,122 @@ rm -rf $RPM_BUILD_ROOT libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -8476,7 +8511,7 @@ rm -rf $RPM_BUILD_ROOT - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -8841,7 +8876,7 @@ rm -rf $RPM_BUILD_ROOT patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -8865,8 +8900,8 @@ rm -rf $RPM_BUILD_ROOT pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9034,20 +9069,20 @@ rm -rf $RPM_BUILD_ROOT - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9122,9 +9157,9 @@ rm -rf $RPM_BUILD_ROOT * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -9367,7 +9402,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -9572,109 +9607,109 @@ rm -rf $RPM_BUILD_ROOT patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -9690,39 +9725,39 @@ rm -rf $RPM_BUILD_ROOT Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -9875,43 +9910,43 @@ rm -rf $RPM_BUILD_ROOT - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -9930,49 +9965,49 @@ rm -rf $RPM_BUILD_ROOT o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -9980,38 +10015,38 @@ rm -rf $RPM_BUILD_ROOT for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10022,23 +10057,23 @@ rm -rf $RPM_BUILD_ROOT - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10046,32 +10081,32 @@ rm -rf $RPM_BUILD_ROOT - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -10869,70 +10904,70 @@ rm -rf $RPM_BUILD_ROOT - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11172,9 +11207,9 @@ rm -rf $RPM_BUILD_ROOT - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -11525,12 +11560,12 @@ rm -rf $RPM_BUILD_ROOT Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -11548,13 +11583,13 @@ rm -rf $RPM_BUILD_ROOT * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -11562,54 +11597,54 @@ rm -rf $RPM_BUILD_ROOT (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -11755,16 +11790,16 @@ rm -rf $RPM_BUILD_ROOT writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -11778,7 +11813,7 @@ rm -rf $RPM_BUILD_ROOT - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -11788,56 +11823,56 @@ rm -rf $RPM_BUILD_ROOT driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -11855,16 +11890,16 @@ rm -rf $RPM_BUILD_ROOT rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -11882,10 +11917,10 @@ rm -rf $RPM_BUILD_ROOT - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -12717,33 +12752,33 @@ rm -rf $RPM_BUILD_ROOT * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -12770,7 +12805,7 @@ rm -rf $RPM_BUILD_ROOT - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -12782,14 +12817,14 @@ rm -rf $RPM_BUILD_ROOT - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -12875,34 +12910,34 @@ rm -rf $RPM_BUILD_ROOT * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -12914,22 +12949,22 @@ rm -rf $RPM_BUILD_ROOT Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -12949,20 +12984,20 @@ rm -rf $RPM_BUILD_ROOT e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13205,7 +13240,7 @@ rm -rf $RPM_BUILD_ROOT * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -13291,34 +13326,34 @@ rm -rf $RPM_BUILD_ROOT * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -13420,19 +13455,19 @@ rm -rf $RPM_BUILD_ROOT cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -13631,7 +13666,7 @@ rm -rf $RPM_BUILD_ROOT - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -13659,25 +13694,25 @@ rm -rf $RPM_BUILD_ROOT - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -13692,7 +13727,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -13726,12 +13761,12 @@ rm -rf $RPM_BUILD_ROOT - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -13815,70 +13850,70 @@ rm -rf $RPM_BUILD_ROOT * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14016,33 +14051,33 @@ rm -rf $RPM_BUILD_ROOT * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14150,51 +14185,51 @@ rm -rf $RPM_BUILD_ROOT - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -14294,69 +14329,69 @@ rm -rf $RPM_BUILD_ROOT * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-net.changes b/kernel-net.changes index cf69447..740775e 100644 --- a/kernel-net.changes +++ b/kernel-net.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-net.spec b/kernel-net.spec index dcd87f3..a2fce2f 100644 --- a/kernel-net.spec +++ b/kernel-net.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-net (Version 2.6.37) +# spec file for package kernel-net (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-net Summary: Minimal kernel with disk and net support -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -865,36 +865,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -904,16 +939,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -927,16 +962,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -946,60 +981,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1007,7 +1042,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1020,32 +1055,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1054,8 +1089,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1077,10 +1112,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1089,52 +1124,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1147,7 +1182,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1162,7 +1197,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1177,7 +1212,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1187,14 +1222,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1204,13 +1239,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1218,34 +1253,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1256,30 +1291,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1288,7 +1323,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1309,49 +1344,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1364,12 +1399,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1379,57 +1414,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1438,11 +1473,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1455,25 +1490,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1483,22 +1518,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1526,16 +1561,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1543,7 +1578,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1553,28 +1588,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1584,10 +1619,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1607,48 +1642,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1659,14 +1694,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1674,7 +1709,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1685,7 +1720,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1697,33 +1732,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1735,14 +1770,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1938,50 +1973,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2047,10 +2082,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2090,8 +2125,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2177,20 +2212,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2340,39 +2375,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2458,18 +2493,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2478,43 +2513,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2522,7 +2557,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2586,10 +2621,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2651,10 +2686,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2752,11 +2787,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3047,7 +3082,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3141,31 +3176,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3181,23 +3216,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3225,18 +3260,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3251,13 +3286,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3335,15 +3370,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3422,7 +3457,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3467,11 +3502,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3547,8 +3582,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3875,29 +3910,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3915,49 +3950,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3979,16 +4014,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4027,24 +4062,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4054,146 +4089,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4396,8 +4431,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5007,12 +5042,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5041,80 +5076,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5213,98 +5248,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5381,22 +5416,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5404,19 +5439,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5424,32 +5459,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5535,7 +5570,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5574,65 +5609,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5657,7 +5692,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5866,27 +5901,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5899,7 +5934,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5912,7 +5947,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6063,34 +6098,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6165,7 +6200,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6185,40 +6220,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6246,9 +6281,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6298,74 +6333,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6482,35 +6517,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6555,36 +6590,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6595,24 +6630,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6625,12 +6660,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6775,7 +6810,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6919,11 +6954,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7073,7 +7108,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7100,10 +7135,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7127,17 +7162,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7248,8 +7283,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7280,102 +7315,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7388,7 +7423,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7404,10 +7439,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7416,24 +7451,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7443,69 +7478,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7521,27 +7556,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7617,7 +7652,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7625,9 +7660,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7676,8 +7711,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7776,60 +7811,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7837,9 +7872,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7856,7 +7891,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7867,66 +7902,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7950,10 +7985,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7965,92 +8000,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8070,16 +8105,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8096,41 +8131,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8138,7 +8173,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8159,10 +8194,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8174,7 +8209,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8188,41 +8223,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8388,11 +8423,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8440,14 +8475,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8518,9 +8553,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8557,7 +8592,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8706,7 +8741,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8740,14 +8775,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8840,24 +8875,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8877,12 +8912,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8891,71 +8926,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8963,7 +8998,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8971,10 +9006,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9003,45 +9038,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9051,17 +9086,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9080,12 +9115,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9093,14 +9128,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9118,122 +9153,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9242,7 +9277,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9607,7 +9642,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9631,8 +9666,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9800,20 +9835,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9888,9 +9923,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10133,7 +10168,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10338,109 +10373,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10456,39 +10491,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10641,43 +10676,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10696,49 +10731,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10746,38 +10781,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10788,23 +10823,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10812,32 +10847,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11635,70 +11670,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11938,9 +11973,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12291,12 +12326,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12314,13 +12349,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12328,54 +12363,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12521,16 +12556,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12544,7 +12579,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12554,56 +12589,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12621,16 +12656,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12648,10 +12683,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13483,33 +13518,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13536,7 +13571,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13548,14 +13583,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13641,34 +13676,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13680,22 +13715,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13715,20 +13750,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13971,7 +14006,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14057,34 +14092,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14186,19 +14221,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14397,7 +14432,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14425,25 +14460,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14458,7 +14493,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14492,12 +14527,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14581,70 +14616,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14782,33 +14817,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14916,51 +14951,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15060,69 +15095,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-pae.changes b/kernel-pae.changes index cf69447..740775e 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index f40bc9d..a235352 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-pae (Version 2.6.37) +# spec file for package kernel-pae (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-pae Summary: Kernel with PAE Support -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -883,36 +883,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -922,16 +957,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -945,16 +980,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -964,60 +999,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1025,7 +1060,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1038,32 +1073,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1072,8 +1107,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1095,10 +1130,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1107,52 +1142,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1165,7 +1200,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1180,7 +1215,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1195,7 +1230,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1205,14 +1240,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1222,13 +1257,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1236,34 +1271,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1274,30 +1309,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1306,7 +1341,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1327,49 +1362,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1382,12 +1417,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1397,57 +1432,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1456,11 +1491,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1473,25 +1508,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1501,22 +1536,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1544,16 +1579,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1561,7 +1596,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1571,28 +1606,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1602,10 +1637,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1625,48 +1660,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1677,14 +1712,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1692,7 +1727,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1703,7 +1738,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1715,33 +1750,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1753,14 +1788,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1956,50 +1991,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2065,10 +2100,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2108,8 +2143,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2195,20 +2230,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2358,39 +2393,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2476,18 +2511,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2496,43 +2531,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2540,7 +2575,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2604,10 +2639,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2669,10 +2704,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2770,11 +2805,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3065,7 +3100,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3159,31 +3194,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3199,23 +3234,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3243,18 +3278,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3269,13 +3304,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3353,15 +3388,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3440,7 +3475,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3485,11 +3520,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3565,8 +3600,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3893,29 +3928,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3933,49 +3968,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3997,16 +4032,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4045,24 +4080,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4072,146 +4107,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4414,8 +4449,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5025,12 +5060,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5059,80 +5094,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5231,98 +5266,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5399,22 +5434,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5422,19 +5457,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5442,32 +5477,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5553,7 +5588,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5592,65 +5627,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5675,7 +5710,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5884,27 +5919,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5917,7 +5952,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5930,7 +5965,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6081,34 +6116,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6183,7 +6218,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6203,40 +6238,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6264,9 +6299,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6316,74 +6351,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6500,35 +6535,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6573,36 +6608,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6613,24 +6648,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6643,12 +6678,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6793,7 +6828,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6937,11 +6972,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7091,7 +7126,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7118,10 +7153,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7145,17 +7180,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7266,8 +7301,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7298,102 +7333,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7406,7 +7441,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7422,10 +7457,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7434,24 +7469,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7461,69 +7496,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7539,27 +7574,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7635,7 +7670,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7643,9 +7678,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7694,8 +7729,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7794,60 +7829,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7855,9 +7890,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7874,7 +7909,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7885,66 +7920,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7968,10 +8003,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7983,92 +8018,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8088,16 +8123,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8114,41 +8149,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8156,7 +8191,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8177,10 +8212,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8192,7 +8227,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8206,41 +8241,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8406,11 +8441,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8458,14 +8493,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8536,9 +8571,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8575,7 +8610,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8724,7 +8759,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8758,14 +8793,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8858,24 +8893,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8895,12 +8930,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8909,71 +8944,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8981,7 +9016,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8989,10 +9024,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9021,45 +9056,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9069,17 +9104,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9098,12 +9133,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9111,14 +9146,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9136,122 +9171,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9260,7 +9295,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9625,7 +9660,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9649,8 +9684,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9818,20 +9853,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9906,9 +9941,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10151,7 +10186,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10356,109 +10391,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10474,39 +10509,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10659,43 +10694,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10714,49 +10749,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10764,38 +10799,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10806,23 +10841,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10830,32 +10865,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11653,70 +11688,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11956,9 +11991,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12309,12 +12344,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12332,13 +12367,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12346,54 +12381,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12539,16 +12574,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12562,7 +12597,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12572,56 +12607,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12639,16 +12674,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12666,10 +12701,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13501,33 +13536,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13554,7 +13589,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13566,14 +13601,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13659,34 +13694,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13698,22 +13733,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13733,20 +13768,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13989,7 +14024,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14075,34 +14110,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14204,19 +14239,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14415,7 +14450,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14443,25 +14478,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14476,7 +14511,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14510,12 +14545,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14599,70 +14634,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14800,33 +14835,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14934,51 +14969,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15078,69 +15113,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index cf69447..740775e 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 7c970f8..a71b826 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-ppc64 (Version 2.6.37) +# spec file for package kernel-ppc64 (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -887,36 +887,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -926,16 +961,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -949,16 +984,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -968,60 +1003,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1029,7 +1064,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1042,32 +1077,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1076,8 +1111,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1099,10 +1134,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1111,52 +1146,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1169,7 +1204,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1184,7 +1219,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1199,7 +1234,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1209,14 +1244,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1226,13 +1261,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1240,34 +1275,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1278,30 +1313,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1310,7 +1345,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1331,49 +1366,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1386,12 +1421,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1401,57 +1436,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1460,11 +1495,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1477,25 +1512,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1505,22 +1540,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1548,16 +1583,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1565,7 +1600,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1575,28 +1610,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1606,10 +1641,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1629,48 +1664,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1681,14 +1716,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1696,7 +1731,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1707,7 +1742,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1719,33 +1754,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1757,14 +1792,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1960,50 +1995,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2069,10 +2104,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2112,8 +2147,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2199,20 +2234,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2362,39 +2397,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2480,18 +2515,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2500,43 +2535,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2544,7 +2579,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2608,10 +2643,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2673,10 +2708,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2774,11 +2809,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3069,7 +3104,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3163,31 +3198,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3203,23 +3238,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3247,18 +3282,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3273,13 +3308,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3357,15 +3392,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3444,7 +3479,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3489,11 +3524,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3569,8 +3604,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3897,29 +3932,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3937,49 +3972,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -4001,16 +4036,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4049,24 +4084,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4076,146 +4111,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4418,8 +4453,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5029,12 +5064,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5063,80 +5098,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5235,98 +5270,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5403,22 +5438,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5426,19 +5461,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5446,32 +5481,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5557,7 +5592,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5596,65 +5631,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5679,7 +5714,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5888,27 +5923,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5921,7 +5956,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5934,7 +5969,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6085,34 +6120,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6187,7 +6222,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6207,40 +6242,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6268,9 +6303,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6320,74 +6355,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6504,35 +6539,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6577,36 +6612,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6617,24 +6652,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6647,12 +6682,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6797,7 +6832,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6941,11 +6976,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7095,7 +7130,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7122,10 +7157,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7149,17 +7184,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7270,8 +7305,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7302,102 +7337,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7410,7 +7445,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7426,10 +7461,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7438,24 +7473,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7465,69 +7500,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7543,27 +7578,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7639,7 +7674,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7647,9 +7682,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7698,8 +7733,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7798,60 +7833,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7859,9 +7894,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7878,7 +7913,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7889,66 +7924,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7972,10 +8007,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7987,92 +8022,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8092,16 +8127,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8118,41 +8153,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8160,7 +8195,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8181,10 +8216,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8196,7 +8231,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8210,41 +8245,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8410,11 +8445,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8462,14 +8497,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8540,9 +8575,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8579,7 +8614,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8728,7 +8763,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8762,14 +8797,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8862,24 +8897,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8899,12 +8934,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8913,71 +8948,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8985,7 +9020,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8993,10 +9028,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9025,45 +9060,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9073,17 +9108,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9102,12 +9137,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9115,14 +9150,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9140,122 +9175,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9264,7 +9299,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9629,7 +9664,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9653,8 +9688,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9822,20 +9857,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9910,9 +9945,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10155,7 +10190,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10360,109 +10395,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10478,39 +10513,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10663,43 +10698,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10718,49 +10753,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10768,38 +10803,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10810,23 +10845,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10834,32 +10869,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11657,70 +11692,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11960,9 +11995,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12313,12 +12348,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12336,13 +12371,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12350,54 +12385,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12543,16 +12578,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12566,7 +12601,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12576,56 +12611,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12643,16 +12678,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12670,10 +12705,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13505,33 +13540,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13558,7 +13593,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13570,14 +13605,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13663,34 +13698,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13702,22 +13737,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13737,20 +13772,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13993,7 +14028,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14079,34 +14114,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14208,19 +14243,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14419,7 +14454,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14447,25 +14482,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14480,7 +14515,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14514,12 +14549,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14603,70 +14638,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14804,33 +14839,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14938,51 +14973,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15082,69 +15117,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-ps3.changes b/kernel-ps3.changes index cf69447..740775e 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-ps3.spec b/kernel-ps3.spec index 030c5fc..ca57339 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-ps3 (Version 2.6.37) +# spec file for package kernel-ps3 (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-ps3 Summary: kernel for ps3 bootloader -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -868,36 +868,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -907,16 +942,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -930,16 +965,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -949,60 +984,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1010,7 +1045,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1023,32 +1058,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1057,8 +1092,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1080,10 +1115,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1092,52 +1127,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1150,7 +1185,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1165,7 +1200,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1180,7 +1215,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1190,14 +1225,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1207,13 +1242,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1221,34 +1256,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1259,30 +1294,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1291,7 +1326,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1312,49 +1347,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1367,12 +1402,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1382,57 +1417,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1441,11 +1476,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1458,25 +1493,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1486,22 +1521,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1529,16 +1564,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1546,7 +1581,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1556,28 +1591,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1587,10 +1622,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1610,48 +1645,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1662,14 +1697,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1677,7 +1712,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1688,7 +1723,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1700,33 +1735,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1738,14 +1773,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1941,50 +1976,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2050,10 +2085,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2093,8 +2128,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2180,20 +2215,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2343,39 +2378,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2461,18 +2496,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2481,43 +2516,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2525,7 +2560,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2589,10 +2624,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2654,10 +2689,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2755,11 +2790,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3050,7 +3085,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3144,31 +3179,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3184,23 +3219,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3228,18 +3263,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3254,13 +3289,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3338,15 +3373,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3425,7 +3460,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3470,11 +3505,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3550,8 +3585,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3878,29 +3913,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3918,49 +3953,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3982,16 +4017,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4030,24 +4065,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4057,146 +4092,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4399,8 +4434,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5010,12 +5045,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5044,80 +5079,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5216,98 +5251,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5384,22 +5419,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5407,19 +5442,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5427,32 +5462,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5538,7 +5573,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5577,65 +5612,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5660,7 +5695,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5869,27 +5904,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5902,7 +5937,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5915,7 +5950,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6066,34 +6101,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6168,7 +6203,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6188,40 +6223,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6249,9 +6284,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6301,74 +6336,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6485,35 +6520,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6558,36 +6593,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6598,24 +6633,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6628,12 +6663,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6778,7 +6813,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6922,11 +6957,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7076,7 +7111,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7103,10 +7138,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7130,17 +7165,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7251,8 +7286,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7283,102 +7318,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7391,7 +7426,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7407,10 +7442,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7419,24 +7454,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7446,69 +7481,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7524,27 +7559,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7620,7 +7655,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7628,9 +7663,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7679,8 +7714,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7779,60 +7814,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7840,9 +7875,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7859,7 +7894,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7870,66 +7905,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7953,10 +7988,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7968,92 +8003,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8073,16 +8108,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8099,41 +8134,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8141,7 +8176,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8162,10 +8197,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8177,7 +8212,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8191,41 +8226,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8391,11 +8426,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8443,14 +8478,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8521,9 +8556,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8560,7 +8595,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8709,7 +8744,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8743,14 +8778,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8843,24 +8878,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8880,12 +8915,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8894,71 +8929,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8966,7 +9001,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8974,10 +9009,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9006,45 +9041,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9054,17 +9089,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9083,12 +9118,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9096,14 +9131,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9121,122 +9156,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9245,7 +9280,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9610,7 +9645,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9634,8 +9669,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9803,20 +9838,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9891,9 +9926,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10136,7 +10171,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10341,109 +10376,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10459,39 +10494,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10644,43 +10679,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10699,49 +10734,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10749,38 +10784,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10791,23 +10826,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10815,32 +10850,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11638,70 +11673,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11941,9 +11976,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12294,12 +12329,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12317,13 +12352,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12331,54 +12366,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12524,16 +12559,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12547,7 +12582,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12557,56 +12592,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12624,16 +12659,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12651,10 +12686,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13486,33 +13521,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13539,7 +13574,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13551,14 +13586,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13644,34 +13679,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13683,22 +13718,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13718,20 +13753,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13974,7 +14009,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14060,34 +14095,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14189,19 +14224,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14400,7 +14435,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14428,25 +14463,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14461,7 +14496,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14495,12 +14530,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14584,70 +14619,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14785,33 +14820,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14919,51 +14954,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15063,69 +15098,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-s390.changes b/kernel-s390.changes index cf69447..740775e 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index 39942fc..d12c78f 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-s390 (Version 2.6.37) +# spec file for package kernel-s390 (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-s390 Summary: The Standard Kernel -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -862,36 +862,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -901,16 +936,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -924,16 +959,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -943,60 +978,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1004,7 +1039,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1017,32 +1052,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1051,8 +1086,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1074,10 +1109,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1086,52 +1121,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1144,7 +1179,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1159,7 +1194,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1174,7 +1209,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1184,14 +1219,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1201,13 +1236,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1215,34 +1250,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1253,30 +1288,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1285,7 +1320,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1306,49 +1341,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1361,12 +1396,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1376,57 +1411,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1435,11 +1470,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1452,25 +1487,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1480,22 +1515,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1523,16 +1558,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1540,7 +1575,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1550,28 +1585,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1581,10 +1616,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1604,48 +1639,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1656,14 +1691,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1671,7 +1706,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1682,7 +1717,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1694,33 +1729,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1732,14 +1767,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1935,50 +1970,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2044,10 +2079,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2087,8 +2122,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2174,20 +2209,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2337,39 +2372,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2455,18 +2490,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2475,43 +2510,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2519,7 +2554,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2583,10 +2618,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2648,10 +2683,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2749,11 +2784,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3044,7 +3079,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3138,31 +3173,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3178,23 +3213,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3222,18 +3257,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3248,13 +3283,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3332,15 +3367,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3419,7 +3454,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3464,11 +3499,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3544,8 +3579,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3872,29 +3907,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3912,49 +3947,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3976,16 +4011,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4024,24 +4059,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4051,146 +4086,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4393,8 +4428,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5004,12 +5039,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5038,80 +5073,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5210,98 +5245,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5378,22 +5413,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5401,19 +5436,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5421,32 +5456,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5532,7 +5567,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5571,65 +5606,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5654,7 +5689,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5863,27 +5898,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5896,7 +5931,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5909,7 +5944,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6060,34 +6095,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6162,7 +6197,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6182,40 +6217,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6243,9 +6278,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6295,74 +6330,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6479,35 +6514,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6552,36 +6587,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6592,24 +6627,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6622,12 +6657,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6772,7 +6807,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6916,11 +6951,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7070,7 +7105,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7097,10 +7132,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7124,17 +7159,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7245,8 +7280,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7277,102 +7312,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7385,7 +7420,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7401,10 +7436,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7413,24 +7448,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7440,69 +7475,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7518,27 +7553,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7614,7 +7649,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7622,9 +7657,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7673,8 +7708,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7773,60 +7808,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7834,9 +7869,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7853,7 +7888,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7864,66 +7899,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7947,10 +7982,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7962,92 +7997,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8067,16 +8102,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8093,41 +8128,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8135,7 +8170,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8156,10 +8191,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8171,7 +8206,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8185,41 +8220,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8385,11 +8420,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8437,14 +8472,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8515,9 +8550,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8554,7 +8589,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8703,7 +8738,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8737,14 +8772,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8837,24 +8872,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8874,12 +8909,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8888,71 +8923,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8960,7 +8995,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8968,10 +9003,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9000,45 +9035,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9048,17 +9083,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9077,12 +9112,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9090,14 +9125,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9115,122 +9150,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9239,7 +9274,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9604,7 +9639,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9628,8 +9663,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9797,20 +9832,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9885,9 +9920,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10130,7 +10165,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10335,109 +10370,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10453,39 +10488,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10638,43 +10673,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10693,49 +10728,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10743,38 +10778,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10785,23 +10820,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10809,32 +10844,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11632,70 +11667,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11935,9 +11970,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12288,12 +12323,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12311,13 +12346,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12325,54 +12360,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12518,16 +12553,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12541,7 +12576,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12551,56 +12586,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12618,16 +12653,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12645,10 +12680,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13480,33 +13515,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13533,7 +13568,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13545,14 +13580,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13638,34 +13673,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13677,22 +13712,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13712,20 +13747,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13968,7 +14003,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14054,34 +14089,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14183,19 +14218,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14394,7 +14429,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14422,25 +14457,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14455,7 +14490,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14489,12 +14524,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14578,70 +14613,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14779,33 +14814,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14913,51 +14948,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15057,69 +15092,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-source.changes b/kernel-source.changes index cf69447..740775e 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 7fea0c4..2a77bd6 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-source (Version 2.6.37) +# spec file for package kernel-source (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ # icecream 0 %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -30,11 +30,11 @@ Name: kernel-source Summary: The Linux Kernel Sources -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: Development/Sources @@ -245,36 +245,71 @@ popd %endif %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -284,16 +319,16 @@ popd - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -307,16 +342,16 @@ popd * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -326,60 +361,60 @@ popd - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -387,7 +422,7 @@ popd - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -400,32 +435,32 @@ popd - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -434,8 +469,8 @@ popd - 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. + 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 @@ -457,10 +492,10 @@ popd - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -469,52 +504,52 @@ popd * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -527,7 +562,7 @@ popd - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -542,7 +577,7 @@ popd - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -557,7 +592,7 @@ popd - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -567,14 +602,14 @@ popd - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -584,13 +619,13 @@ popd - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -598,34 +633,34 @@ popd - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -636,30 +671,30 @@ popd - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -668,7 +703,7 @@ popd - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -689,49 +724,49 @@ popd - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -744,12 +779,12 @@ popd - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -759,57 +794,57 @@ popd - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -818,11 +853,11 @@ popd - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -835,25 +870,25 @@ popd * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -863,22 +898,22 @@ popd - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -906,16 +941,16 @@ popd - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -923,7 +958,7 @@ popd - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -933,28 +968,28 @@ popd - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -964,10 +999,10 @@ popd - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -987,48 +1022,48 @@ popd - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1039,14 +1074,14 @@ popd - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1054,7 +1089,7 @@ popd * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1065,7 +1100,7 @@ popd * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1077,33 +1112,33 @@ popd * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1115,14 +1150,14 @@ popd Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1318,50 +1353,50 @@ popd * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -1427,10 +1462,10 @@ popd * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -1470,8 +1505,8 @@ popd * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -1557,20 +1592,20 @@ popd dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -1720,39 +1755,39 @@ popd - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -1838,18 +1873,18 @@ popd * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -1858,43 +1893,43 @@ popd and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -1902,7 +1937,7 @@ popd replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -1966,10 +2001,10 @@ popd - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2031,10 +2066,10 @@ popd - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2132,11 +2167,11 @@ popd - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -2427,7 +2462,7 @@ popd * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -2521,31 +2556,31 @@ popd - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -2561,23 +2596,23 @@ popd Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -2605,18 +2640,18 @@ popd - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -2631,13 +2666,13 @@ popd - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -2715,15 +2750,15 @@ popd - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -2802,7 +2837,7 @@ popd * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -2847,11 +2882,11 @@ popd * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -2927,8 +2962,8 @@ popd - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3255,29 +3290,29 @@ popd * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3295,49 +3330,49 @@ popd - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3359,16 +3394,16 @@ popd - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -3407,24 +3442,24 @@ popd AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -3434,146 +3469,146 @@ popd (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -3776,8 +3811,8 @@ popd incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -4387,12 +4422,12 @@ popd * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -4421,80 +4456,80 @@ popd * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -4593,98 +4628,98 @@ popd - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -4761,22 +4796,22 @@ popd - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -4784,19 +4819,19 @@ popd scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -4804,32 +4839,32 @@ popd - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -4915,7 +4950,7 @@ popd macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -4954,65 +4989,65 @@ popd Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5037,7 +5072,7 @@ popd - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5246,27 +5281,27 @@ popd - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5279,7 +5314,7 @@ popd - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5292,7 +5327,7 @@ popd * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -5443,34 +5478,34 @@ popd - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -5545,7 +5580,7 @@ popd /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -5565,40 +5600,40 @@ popd * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -5626,9 +5661,9 @@ popd * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -5678,74 +5713,74 @@ popd rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -5862,35 +5897,35 @@ popd * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -5935,36 +5970,36 @@ popd * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -5975,24 +6010,24 @@ popd fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6005,12 +6040,12 @@ popd - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6155,7 +6190,7 @@ popd it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6299,11 +6334,11 @@ popd - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -6453,7 +6488,7 @@ popd cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -6480,10 +6515,10 @@ popd call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -6507,17 +6542,17 @@ popd - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -6628,8 +6663,8 @@ popd - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -6660,102 +6695,102 @@ popd syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -6768,7 +6803,7 @@ popd - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -6784,10 +6819,10 @@ popd - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -6796,24 +6831,24 @@ popd topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -6823,69 +6858,69 @@ popd for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -6901,27 +6936,27 @@ popd inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -6997,7 +7032,7 @@ popd * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7005,9 +7040,9 @@ popd * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7056,8 +7091,8 @@ popd * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7156,60 +7191,60 @@ popd no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7217,9 +7252,9 @@ popd security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7236,7 +7271,7 @@ popd (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7247,66 +7282,66 @@ popd perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7330,10 +7365,10 @@ popd for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7345,92 +7380,92 @@ popd smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -7450,16 +7485,16 @@ popd - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -7476,41 +7511,41 @@ popd patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -7518,7 +7553,7 @@ popd (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -7539,10 +7574,10 @@ popd cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -7554,7 +7589,7 @@ popd (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -7568,41 +7603,41 @@ popd * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -7768,11 +7803,11 @@ popd * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -7820,14 +7855,14 @@ popd - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -7898,9 +7933,9 @@ popd Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -7937,7 +7972,7 @@ popd - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8086,7 +8121,7 @@ popd patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8120,14 +8155,14 @@ popd - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8220,24 +8255,24 @@ popd kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8257,12 +8292,12 @@ popd make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8271,71 +8306,71 @@ popd - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8343,7 +8378,7 @@ popd uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8351,10 +8386,10 @@ popd - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -8383,45 +8418,45 @@ popd - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -8431,17 +8466,17 @@ popd STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -8460,12 +8495,12 @@ popd power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -8473,14 +8508,14 @@ popd sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -8498,122 +8533,122 @@ popd libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -8622,7 +8657,7 @@ popd - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -8987,7 +9022,7 @@ popd patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9011,8 +9046,8 @@ popd pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9180,20 +9215,20 @@ popd - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9268,9 +9303,9 @@ popd * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -9513,7 +9548,7 @@ popd * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -9718,109 +9753,109 @@ popd patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -9836,39 +9871,39 @@ popd Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10021,43 +10056,43 @@ popd - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10076,49 +10111,49 @@ popd o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10126,38 +10161,38 @@ popd for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10168,23 +10203,23 @@ popd - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10192,32 +10227,32 @@ popd - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11015,70 +11050,70 @@ popd - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11318,9 +11353,9 @@ popd - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -11671,12 +11706,12 @@ popd Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -11694,13 +11729,13 @@ popd * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -11708,54 +11743,54 @@ popd (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -11901,16 +11936,16 @@ popd writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -11924,7 +11959,7 @@ popd - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -11934,56 +11969,56 @@ popd driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12001,16 +12036,16 @@ popd rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12028,10 +12063,10 @@ popd - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -12863,33 +12898,33 @@ popd * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -12916,7 +12951,7 @@ popd - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -12928,14 +12963,14 @@ popd - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13021,34 +13056,34 @@ popd * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13060,22 +13095,22 @@ popd Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13095,20 +13130,20 @@ popd e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13351,7 +13386,7 @@ popd * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -13437,34 +13472,34 @@ popd * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -13566,19 +13601,19 @@ popd cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -13777,7 +13812,7 @@ popd - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -13805,25 +13840,25 @@ popd - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -13838,7 +13873,7 @@ popd * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -13872,12 +13907,12 @@ popd - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -13961,70 +13996,70 @@ popd * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14162,33 +14197,33 @@ popd * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14296,51 +14331,51 @@ popd - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -14440,69 +14475,69 @@ popd * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-syms.changes b/kernel-syms.changes index cf69447..740775e 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index 58fa727..883daa5 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-syms (Version 2.6.37) +# spec file for package kernel-syms (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,9 +23,9 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) Release: %kernel_source_release @@ -50,9 +50,6 @@ Requires: kernel-ppc64-devel = %version-%source_rel %ifarch s390 Requires: kernel-s390-devel = %version-%source_rel %endif -%ifarch %ix86 x86_64 -Requires: kernel-xen-devel = %version-%source_rel -%endif Provides: multiversion(kernel) Provides: %name = %version-%source_rel Source: README.KSYMS @@ -81,36 +78,71 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -120,16 +152,16 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -143,16 +175,16 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -162,60 +194,60 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -223,7 +255,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -236,32 +268,32 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -270,8 +302,8 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - 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. + 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 @@ -293,10 +325,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -305,52 +337,52 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -363,7 +395,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -378,7 +410,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -393,7 +425,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -403,14 +435,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -420,13 +452,13 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -434,34 +466,34 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -472,30 +504,30 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -504,7 +536,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -525,49 +557,49 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -580,12 +612,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -595,57 +627,57 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -654,11 +686,11 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -671,25 +703,25 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -699,22 +731,22 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -742,16 +774,16 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -759,7 +791,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -769,28 +801,28 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -800,10 +832,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -823,48 +855,48 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -875,14 +907,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -890,7 +922,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -901,7 +933,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -913,33 +945,33 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -951,14 +983,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1154,50 +1186,50 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -1263,10 +1295,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -1306,8 +1338,8 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -1393,20 +1425,20 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -1556,39 +1588,39 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -1674,18 +1706,18 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -1694,43 +1726,43 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -1738,7 +1770,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -1802,10 +1834,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -1867,10 +1899,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -1968,11 +2000,11 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -2263,7 +2295,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -2357,31 +2389,31 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -2397,23 +2429,23 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -2441,18 +2473,18 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -2467,13 +2499,13 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -2551,15 +2583,15 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -2638,7 +2670,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -2683,11 +2715,11 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -2763,8 +2795,8 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3091,29 +3123,29 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3131,49 +3163,49 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3195,16 +3227,16 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -3243,24 +3275,24 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -3270,146 +3302,146 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -3612,8 +3644,8 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -4223,12 +4255,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -4257,80 +4289,80 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -4429,98 +4461,98 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -4597,22 +4629,22 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -4620,19 +4652,19 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -4640,32 +4672,32 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -4751,7 +4783,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -4790,65 +4822,65 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -4873,7 +4905,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5082,27 +5114,27 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5115,7 +5147,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5128,7 +5160,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -5279,34 +5311,34 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -5381,7 +5413,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -5401,40 +5433,40 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -5462,9 +5494,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -5514,74 +5546,74 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -5698,35 +5730,35 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -5771,36 +5803,36 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -5811,24 +5843,24 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -5841,12 +5873,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -5991,7 +6023,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6135,11 +6167,11 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -6289,7 +6321,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -6316,10 +6348,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -6343,17 +6375,17 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -6464,8 +6496,8 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -6496,102 +6528,102 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -6604,7 +6636,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -6620,10 +6652,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -6632,24 +6664,24 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -6659,69 +6691,69 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -6737,27 +6769,27 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -6833,7 +6865,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -6841,9 +6873,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -6892,8 +6924,8 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -6992,60 +7024,60 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7053,9 +7085,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7072,7 +7104,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7083,66 +7115,66 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7166,10 +7198,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7181,92 +7213,92 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -7286,16 +7318,16 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -7312,41 +7344,41 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -7354,7 +7386,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -7375,10 +7407,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -7390,7 +7422,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -7404,41 +7436,41 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -7604,11 +7636,11 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -7656,14 +7688,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -7734,9 +7766,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -7773,7 +7805,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -7922,7 +7954,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -7956,14 +7988,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8056,24 +8088,24 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8093,12 +8125,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8107,71 +8139,71 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8179,7 +8211,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8187,10 +8219,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -8219,45 +8251,45 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -8267,17 +8299,17 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -8296,12 +8328,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -8309,14 +8341,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -8334,122 +8366,122 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -8458,7 +8490,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -8823,7 +8855,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -8847,8 +8879,8 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9016,20 +9048,20 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9104,9 +9136,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -9349,7 +9381,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -9554,109 +9586,109 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -9672,39 +9704,39 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -9857,43 +9889,43 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -9912,49 +9944,49 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -9962,38 +9994,38 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10004,23 +10036,23 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10028,32 +10060,32 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -10851,70 +10883,70 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11154,9 +11186,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -11507,12 +11539,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -11530,13 +11562,13 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -11544,54 +11576,54 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -11737,16 +11769,16 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -11760,7 +11792,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -11770,56 +11802,56 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -11837,16 +11869,16 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -11864,10 +11896,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -12699,33 +12731,33 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -12752,7 +12784,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -12764,14 +12796,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -12857,34 +12889,34 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -12896,22 +12928,22 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -12931,20 +12963,20 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13187,7 +13219,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -13273,34 +13305,34 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -13402,19 +13434,19 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -13613,7 +13645,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -13641,25 +13673,25 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -13674,7 +13706,7 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -13708,12 +13740,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -13797,70 +13829,70 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -13998,33 +14030,33 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14132,51 +14164,51 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -14276,69 +14308,69 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-trace.changes b/kernel-trace.changes index cf69447..740775e 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index 67a958a..ff889fd 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-trace (Version 2.6.37) +# spec file for package kernel-trace (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -870,36 +870,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -909,16 +944,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -932,16 +967,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -951,60 +986,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1012,7 +1047,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1025,32 +1060,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1059,8 +1094,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1082,10 +1117,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1094,52 +1129,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1152,7 +1187,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1167,7 +1202,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1182,7 +1217,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1192,14 +1227,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1209,13 +1244,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1223,34 +1258,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1261,30 +1296,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1293,7 +1328,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1314,49 +1349,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1369,12 +1404,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1384,57 +1419,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1443,11 +1478,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1460,25 +1495,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1488,22 +1523,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1531,16 +1566,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1548,7 +1583,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1558,28 +1593,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1589,10 +1624,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1612,48 +1647,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1664,14 +1699,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1679,7 +1714,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1690,7 +1725,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1702,33 +1737,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1740,14 +1775,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1943,50 +1978,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2052,10 +2087,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2095,8 +2130,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2182,20 +2217,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2345,39 +2380,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2463,18 +2498,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2483,43 +2518,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2527,7 +2562,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2591,10 +2626,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2656,10 +2691,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2757,11 +2792,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3052,7 +3087,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3146,31 +3181,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3186,23 +3221,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3230,18 +3265,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3256,13 +3291,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3340,15 +3375,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3427,7 +3462,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3472,11 +3507,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3552,8 +3587,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3880,29 +3915,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3920,49 +3955,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3984,16 +4019,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4032,24 +4067,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4059,146 +4094,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4401,8 +4436,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5012,12 +5047,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5046,80 +5081,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5218,98 +5253,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5386,22 +5421,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5409,19 +5444,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5429,32 +5464,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5540,7 +5575,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5579,65 +5614,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5662,7 +5697,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5871,27 +5906,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5904,7 +5939,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5917,7 +5952,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6068,34 +6103,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6170,7 +6205,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6190,40 +6225,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6251,9 +6286,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6303,74 +6338,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6487,35 +6522,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6560,36 +6595,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6600,24 +6635,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6630,12 +6665,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6780,7 +6815,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6924,11 +6959,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7078,7 +7113,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7105,10 +7140,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7132,17 +7167,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7253,8 +7288,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7285,102 +7320,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7393,7 +7428,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7409,10 +7444,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7421,24 +7456,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7448,69 +7483,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7526,27 +7561,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7622,7 +7657,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7630,9 +7665,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7681,8 +7716,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7781,60 +7816,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7842,9 +7877,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7861,7 +7896,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7872,66 +7907,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7955,10 +7990,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7970,92 +8005,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8075,16 +8110,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8101,41 +8136,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8143,7 +8178,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8164,10 +8199,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8179,7 +8214,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8193,41 +8228,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8393,11 +8428,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8445,14 +8480,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8523,9 +8558,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8562,7 +8597,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8711,7 +8746,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8745,14 +8780,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8845,24 +8880,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8882,12 +8917,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8896,71 +8931,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8968,7 +9003,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8976,10 +9011,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9008,45 +9043,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9056,17 +9091,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9085,12 +9120,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9098,14 +9133,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9123,122 +9158,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9247,7 +9282,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9612,7 +9647,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9636,8 +9671,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9805,20 +9840,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9893,9 +9928,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10138,7 +10173,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10343,109 +10378,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10461,39 +10496,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10646,43 +10681,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10701,49 +10736,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10751,38 +10786,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10793,23 +10828,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10817,32 +10852,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11640,70 +11675,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11943,9 +11978,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12296,12 +12331,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12319,13 +12354,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12333,54 +12368,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12526,16 +12561,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12549,7 +12584,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12559,56 +12594,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12626,16 +12661,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12653,10 +12688,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13488,33 +13523,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13541,7 +13576,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13553,14 +13588,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13646,34 +13681,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13685,22 +13720,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13720,20 +13755,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13976,7 +14011,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14062,34 +14097,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14191,19 +14226,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14402,7 +14437,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14430,25 +14465,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14463,7 +14498,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14497,12 +14532,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14586,70 +14621,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14787,33 +14822,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14921,51 +14956,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15065,69 +15100,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index cf69447..740775e 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index d103cb3..7618017 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-vanilla (Version 2.6.37) +# spec file for package kernel-vanilla (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -866,36 +866,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -905,16 +940,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -928,16 +963,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -947,60 +982,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1008,7 +1043,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1021,32 +1056,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1055,8 +1090,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1078,10 +1113,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1090,52 +1125,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1148,7 +1183,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1163,7 +1198,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1178,7 +1213,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1188,14 +1223,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1205,13 +1240,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1219,34 +1254,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1257,30 +1292,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1289,7 +1324,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1310,49 +1345,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1365,12 +1400,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1380,57 +1415,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1439,11 +1474,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1456,25 +1491,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1484,22 +1519,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1527,16 +1562,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1544,7 +1579,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1554,28 +1589,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1585,10 +1620,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1608,48 +1643,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1660,14 +1695,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1675,7 +1710,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1686,7 +1721,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1698,33 +1733,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1736,14 +1771,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1939,50 +1974,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2048,10 +2083,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2091,8 +2126,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2178,20 +2213,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2341,39 +2376,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2459,18 +2494,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2479,43 +2514,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2523,7 +2558,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2587,10 +2622,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2652,10 +2687,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2753,11 +2788,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3048,7 +3083,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3142,31 +3177,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3182,23 +3217,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3226,18 +3261,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3252,13 +3287,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3336,15 +3371,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3423,7 +3458,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3468,11 +3503,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3548,8 +3583,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3876,29 +3911,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3916,49 +3951,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3980,16 +4015,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4028,24 +4063,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4055,146 +4090,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4397,8 +4432,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5008,12 +5043,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5042,80 +5077,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5214,98 +5249,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5382,22 +5417,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5405,19 +5440,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5425,32 +5460,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5536,7 +5571,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5575,65 +5610,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5658,7 +5693,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5867,27 +5902,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5900,7 +5935,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5913,7 +5948,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6064,34 +6099,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6166,7 +6201,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6186,40 +6221,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6247,9 +6282,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6299,74 +6334,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6483,35 +6518,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6556,36 +6591,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6596,24 +6631,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6626,12 +6661,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6776,7 +6811,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6920,11 +6955,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7074,7 +7109,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7101,10 +7136,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7128,17 +7163,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7249,8 +7284,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7281,102 +7316,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7389,7 +7424,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7405,10 +7440,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7417,24 +7452,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7444,69 +7479,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7522,27 +7557,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7618,7 +7653,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7626,9 +7661,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7677,8 +7712,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7777,60 +7812,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7838,9 +7873,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7857,7 +7892,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7868,66 +7903,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7951,10 +7986,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7966,92 +8001,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8071,16 +8106,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8097,41 +8132,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8139,7 +8174,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8160,10 +8195,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8175,7 +8210,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8189,41 +8224,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8389,11 +8424,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8441,14 +8476,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8519,9 +8554,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8558,7 +8593,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8707,7 +8742,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8741,14 +8776,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8841,24 +8876,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8878,12 +8913,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8892,71 +8927,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8964,7 +8999,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8972,10 +9007,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9004,45 +9039,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9052,17 +9087,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9081,12 +9116,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9094,14 +9129,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9119,122 +9154,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9243,7 +9278,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9608,7 +9643,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9632,8 +9667,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9801,20 +9836,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9889,9 +9924,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10134,7 +10169,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10339,109 +10374,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10457,39 +10492,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10642,43 +10677,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10697,49 +10732,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10747,38 +10782,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10789,23 +10824,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10813,32 +10848,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11636,70 +11671,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11939,9 +11974,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12292,12 +12327,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12315,13 +12350,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12329,54 +12364,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12522,16 +12557,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12545,7 +12580,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12555,56 +12590,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12622,16 +12657,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12649,10 +12684,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13484,33 +13519,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13537,7 +13572,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13549,14 +13584,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13642,34 +13677,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13681,22 +13716,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13716,20 +13751,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13972,7 +14007,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14058,34 +14093,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14187,19 +14222,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14398,7 +14433,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14426,25 +14461,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14459,7 +14494,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14493,12 +14528,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14582,70 +14617,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14783,33 +14818,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14917,51 +14952,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15061,69 +15096,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/kernel-vmi.changes b/kernel-vmi.changes index cf69447..740775e 100644 --- a/kernel-vmi.changes +++ b/kernel-vmi.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sun Jan 23 23:18:14 CET 2011 - jeffm@suse.com + +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 + +------------------------------------------------------------------- +Sun Jan 23 02:20:06 CET 2011 - jeffm@suse.de + +- winbond: needs for msleep and friends. +- commit e394a2e + +------------------------------------------------------------------- +Sun Jan 23 02:17:51 CET 2011 - jeffm@suse.de + +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 + +------------------------------------------------------------------- +Sun Jan 23 02:16:20 CET 2011 - jeffm@suse.de + +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 + +------------------------------------------------------------------- +Sun Jan 23 00:25:45 CET 2011 - jeffm@suse.com + +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 + +------------------------------------------------------------------- +Sun Jan 23 00:20:41 CET 2011 - jeffm@suse.com + +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 + +------------------------------------------------------------------- +Sun Jan 23 00:09:06 CET 2011 - jeffm@suse.com + +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d + +------------------------------------------------------------------- +Sat Jan 22 23:45:07 CET 2011 - jeffm@suse.com + +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 + ------------------------------------------------------------------- Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com @@ -10,6 +63,15 @@ Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +------------------------------------------------------------------- +Sat Jan 22 00:27:46 CET 2011 - jeffm@suse.de + +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 + ------------------------------------------------------------------- Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de diff --git a/kernel-vmi.spec b/kernel-vmi.spec index 3ebae8c..adeb190 100644 --- a/kernel-vmi.spec +++ b/kernel-vmi.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-vmi (Version 2.6.37) +# spec file for package kernel-vmi (Version 2.6.38) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.37 -%define patchversion 2.6.37 +%define patchversion 2.6.38-rc2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,11 +55,11 @@ Name: kernel-vmi Summary: VMI-enabled kernel -Version: 2.6.37 +Version: 2.6.38 %if %using_buildservice -Release: +Release: rc2. %else -Release: 0 +Release: rc2.0 %endif License: GPL v2 only Group: System/Kernel @@ -862,36 +862,71 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Sun Jan 23 2011 jeffm@suse.com +- netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). +- commit 4bf0e68 +* Sun Jan 23 2011 jeffm@suse.de +- winbond: needs for msleep and friends. +- commit e394a2e +* Sun Jan 23 2011 jeffm@suse.de +- Refresh patches.arch/ia64-page-migration: Update for migrate_pages() API change. +- commit 40d2921 +* Sun Jan 23 2011 jeffm@suse.de +- supported.conf: Added rc_core as a dependency. +- commit 8b2c1b9 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files. + - CONFIG_EXPERT=n on all but ps3 + - Vanilla configs updated. +- commit b25e639 +* Sun Jan 23 2011 jeffm@suse.com +- Revert "- Update config files: CONFIG_EXPERT=n except ps3" + This reverts commit 3f2c93d6a0593b2cc0c40f5ffee426eef27cc400. + This was a bad commit. I have no idea where all the changes came from. +- commit 459f3f1 +* Sun Jan 23 2011 jeffm@suse.com +- Update config files: CONFIG_EXPERT=n except ps3 +- commit 3f2c93d +* Sat Jan 22 2011 jeffm@suse.com +- Updated to 2.6.38-rc2. + - Eliminated 1 patch. +- commit 90baa82 * Sat Jan 22 2011 jeffm@suse.com - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 * Sat Jan 22 2011 jeffm@suse.de - Updated some Patch-mainline headers. - commit 9122bf0 +* Sat Jan 22 2011 jeffm@suse.de +- Update to 2.6.38-rc1. + - Removed 12 patches. + - Xen is disabled. + - Quite a few patches need updating. +- commit 9163bb7 * Fri Jan 21 2011 trenn@suse.de - perf: Do not export power_frequency, but power_start event - (bnc#665153). + (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and - throw cpu_idle events from the cpuidle layer (bnc#665153). + throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic - ones (bnc#665153). + ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL - (bnc#665153). + (bnc#665153). - perf timechart: Adjust perf timechart to the new power events - (bnc#665153). + (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized - start/end timestamps (none). + start/end timestamps (none). - Update config files. - doc/config-options.changes: - CONFIG_EVENT_POWER_TRACING_DEPRECATED=y + CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff * Wed Jan 19 2011 jbohac@suse.cz - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Initialize the global lock spinlock as - appropriate (bnc#637377). + appropriate (bnc#637377). - commit c4b8238 * Tue Jan 18 2011 trenn@suse.de - ACPI / ACPICA: Fix global lock acquisition (bnc#637377). @@ -901,16 +936,16 @@ Debug information for package %name-devel - commit 3f46938 * Fri Jan 14 2011 mmarek@suse.cz - Revert %%kernelrelease changes originally made on the vanilla branch, - they break on master and must be done differently. + they break on master and must be done differently. - commit b610327 * Thu Jan 13 2011 jkosina@suse.cz - Input: introduce 'notimeout' blacklist for Dell Vostro V13 - (bnc#641105). + (bnc#641105). - commit cb76856 * Wed Jan 12 2011 jeffm@suse.com - In-kernel dependencies for reiser4 - - Delete patches.suse/reiser4-exports. - - Delete patches.suse/reiser4-set_page_dirty_notag. + - Delete patches.suse/reiser4-exports. + - Delete patches.suse/reiser4-set_page_dirty_notag. - commit 1b97130 * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. @@ -924,16 +959,16 @@ Debug information for package %name-devel * Mon Jan 10 2011 jeffm@suse.com - Enabled AGP modules as parts of the static kernel on i386 (bnc#609607) - commit 9446eb0 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: run oldconfig on sparc64/default - commit aa3e940 -* Sat Jan 8 2011 jengelh@medozas.de +* Sat Jan 08 2011 jengelh@medozas.de - config: update sparc64/net and throw out unworthy options - commit 1aca53d -* Fri Jan 7 2011 mmarek@suse.cz +* Fri Jan 07 2011 mmarek@suse.cz - Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused) - commit 38ff246 -* Fri Jan 7 2011 trenn@suse.de +* Fri Jan 07 2011 trenn@suse.de - Some are mainline, some are/will be implemented differently: - Delete patches.drivers/dynamic_debug_1.patch. - Delete patches.drivers/dynamic_debug_2.patch. @@ -943,60 +978,60 @@ Debug information for package %name-devel - Delete patches.drivers/dynamic_debug_6.patch. - Delete patches.drivers/dynamic_debug_7.patch. - commit 68dc5c8 -* Fri Jan 7 2011 neilb@suse.de +* Fri Jan 07 2011 neilb@suse.de - Remove old patch - commit 7fc009b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - reiserfs: Fix crash during umount (bnc#610598). - commit 88f26ac -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - rpm/kernel-source.spec.in: Move the source tree if %%kernelrelease is - different from the tarball version. + different from the tarball version. - commit 6be9ffe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.suse/export-sync_page_range (unused). - commit d19ee6d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Delete patches.suse/supported-flag-sysfs: Merged with patches.suse/supported-flag - commit 0f2e67b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Removed unused kdb patches. - - Delete patches.suse/kdb-build-fixes. - - Delete patches.suse/kdb-common. - - Delete - patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. - - Delete - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. - - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. - - Delete patches.suse/kdb-ia64. - - Delete patches.suse/kdb-usb-rework. - - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. - - Delete patches.suse/kdb-x86. - - Delete patches.suse/kdb-x86-build-fixes. - - Delete patches.suse/kdb_dont_touch_i8042_early.patch. - - Delete patches.suse/kdb_fix_ia64_build.patch. - - Delete patches.xen/xen3-kdb-x86. + - Delete patches.suse/kdb-build-fixes. + - Delete patches.suse/kdb-common. + - Delete + patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings. + - Delete + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro. + - Delete patches.suse/kdb-handle-nonexistance-keyboard-controller. + - Delete patches.suse/kdb-ia64. + - Delete patches.suse/kdb-usb-rework. + - Delete patches.suse/kdb-vm-api-changes-for-2-6-34. + - Delete patches.suse/kdb-x86. + - Delete patches.suse/kdb-x86-build-fixes. + - Delete patches.suse/kdb_dont_touch_i8042_early.patch. + - Delete patches.suse/kdb_fix_ia64_build.patch. + - Delete patches.xen/xen3-kdb-x86. - commit c9e725d -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - rpm/kernel-source.spec.in: Remove the relocation of the source tree. - It's expanded in-place. + It's expanded in-place. - commit 8cde941 -* Thu Jan 6 2011 jack@suse.cz +* Thu Jan 06 2011 jack@suse.cz - Delete patches.suse/ext2-fsync-err as it is obsolete and unused. - commit c8f4ebe -* Thu Jan 6 2011 mmarek@suse.cz +* Thu Jan 06 2011 mmarek@suse.cz - Delete patches.fixes/kbuild-fix-generating-of-.symtypes-files. - Fixed upstream in commit e26d6b8. + Fixed upstream in commit e26d6b8. - commit 1b628e1 -* Thu Jan 6 2011 mgalbraith@suse.de +* Thu Jan 06 2011 mgalbraith@suse.de - Replaced autogroup patch with what will appear in 2.6.38 - Replaced cgroup use after free fix wtih what will appear in 2.6.38 - Refresh - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. + patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash. - Refresh patches.suse/sched-automated-per-session-task-groups. - Delete patches.fixes/sched-fix-autogroup-proc-interface-race. - commit 81f018b -* Thu Jan 6 2011 jeffm@suse.com +* Thu Jan 06 2011 jeffm@suse.com - Update to 2.6.37-final. - commit f4cd126 * Thu Dec 30 2010 jeffm@suse.com @@ -1004,7 +1039,7 @@ Debug information for package %name-devel - commit 2948ffa * Wed Dec 29 2010 jeffm@suse.com - Update to 2.6.37-rc8. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 42518e6 * Tue Dec 28 2010 mgalbraith@suse.de - sched: fix autogroup /proc interface race. @@ -1017,32 +1052,32 @@ Debug information for package %name-devel - commit 59c0581 * Mon Dec 27 2010 jeffm@suse.com - Update to 2.6.37-rc7. - - Eliminated 9 patches. + - Eliminated 9 patches. - commit d38591c * Mon Dec 20 2010 jslaby@suse.cz - Revert "x86: allocate space within a region top-down" - (bnc#655048). - Backport to XEN. + (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). + decode" (bnc#655048). - Revert "x86: allocate space within a region top-down" - (bnc#655048). + (bnc#655048). - Revert "x86/PCI: allocate space from the end of a region, - not the beginning" (bnc#655048). + not the beginning" (bnc#655048). - Revert "PCI: allocate bus resources from the top down" - (bnc#655048). + (bnc#655048). - Revert "resources: support allocating space within a region - from the top down" (bnc#655048). + from the top down" (bnc#655048). - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid low BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid E820 regions when allocating address space - (bnc#655048). + (bnc#655048). - x86: avoid high BIOS area when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7bbbf27 * Mon Dec 20 2010 jslaby@suse.cz @@ -1051,8 +1086,8 @@ Debug information for package %name-devel - 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. + 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 @@ -1074,10 +1109,10 @@ Debug information for package %name-devel - commit c5eced1 * Fri Dec 10 2010 jslaby@suse.cz - resources: add arch hook for preventing allocation in reserved - areas (bnc#655048). + areas (bnc#655048). - x86: avoid BIOS area when allocating address space (bnc#655048). - x86: avoid PNP resources when allocating address space - (bnc#655048). + (bnc#655048). - Refresh patches.xen/xen3-patch-2.6.34. - commit 7e25353 * Fri Dec 10 2010 jbeulich@novell.com @@ -1086,52 +1121,52 @@ Debug information for package %name-devel * Fri Dec 10 2010 jbeulich@novell.com - Update Xen patches to 2.6.37-rc5. - commit bef1a0d -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config - commit 149d22b -* Thu Dec 9 2010 mmarek@suse.cz +* Thu Dec 09 2010 mmarek@suse.cz - rpm/config.sh: Build against openSUSE:Factory - commit bf19860 -* Wed Dec 8 2010 mmarek@suse.cz +* Wed Dec 08 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Allow to build against any version of - kernel-source + kernel-source - commit 37bdc47 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Remove stringification - (needed only with very old assemblers). + (needed only with very old assemblers). - commit 987c244 -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree. - commit 77ad87b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update vanilla config files. - commit f55f81b -* Tue Dec 7 2010 jeffm@suse.com +* Tue Dec 07 2010 jeffm@suse.com - Update to 2.6.37-rc5. - commit ca102d9 -* Tue Dec 7 2010 jbeulich@novell.com +* Tue Dec 07 2010 jbeulich@novell.com - patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings. - commit faf2142 -* Mon Dec 6 2010 mgalbraith@suse.de +* Mon Dec 06 2010 mgalbraith@suse.de - Replace buggy per tty autogroup patch with final per session patch as - integrated into tip. + integrated into tip. - sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613). - Delete patches.suse/sched-automated-per-tty-task-groups. - commit 0db6b6b -* Mon Dec 6 2010 jbeulich@novell.com +* Mon Dec 06 2010 jbeulich@novell.com - patches.rpmify/rpm-kernel-config, patches.rpmify/split-package, - patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, - patches.suse/SoN-15-netvm-reserve.patch, - patches.suse/SoN-27-nfs-swap_ops.patch, - patches.suse/kconfig-automate-kernel-desktop, - patches.suse/mm-tune-dirty-limits.patch, - patches.suse/supported-flag-enterprise: Clean up Kconfig portions. + patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch, + patches.suse/SoN-15-netvm-reserve.patch, + patches.suse/SoN-27-nfs-swap_ops.patch, + patches.suse/kconfig-automate-kernel-desktop, + patches.suse/mm-tune-dirty-limits.patch, + patches.suse/supported-flag-enterprise: Clean up Kconfig portions. - commit 713650c -* Mon Dec 6 2010 jeffm@suse.com +* Mon Dec 06 2010 jeffm@suse.com - Fixed corrupted -rc4 patch. - commit 9802d4e -* Mon Dec 6 2010 jeffm@suse.de +* Mon Dec 06 2010 jeffm@suse.de - Update to 2.6.37-rc4. - commit d102b44 * Mon Nov 29 2010 jeffm@suse.com @@ -1144,7 +1179,7 @@ Debug information for package %name-devel - Update Xen patches to 2.6.37-rc3-git1 and c/s 1055. - xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - xen/acpi: Export host physical CPU information to dom0 - (bnc#651066). + (bnc#651066). - Xen: para-virtual watchdog driver. - introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - eliminate scalability issues from initrd handling. @@ -1159,7 +1194,7 @@ Debug information for package %name-devel - commit 4ad245f * Mon Nov 22 2010 jeffm@suse.com - Update to 2.6.37-rc3. - - Eliminated 1 patch. + - Eliminated 1 patch. - commit 12ac0ac * Mon Nov 22 2010 jslaby@suse.cz - Delete patches.fixes/make-note_interrupt-fast.diff. @@ -1174,7 +1209,7 @@ Debug information for package %name-devel - commit 2938f56 * Wed Nov 17 2010 jeffm@suse.com - sched: automated per tty task groups. - - Enabled in -desktop flavors for better interactivity. + - Enabled in -desktop flavors for better interactivity. - commit 2d5d397 * Tue Nov 16 2010 jeffm@suse.de - doc/config-options.changes: Updated changes for 2.6.37-rc1 and -rc2. @@ -1184,14 +1219,14 @@ Debug information for package %name-devel - commit 1453a04 * Mon Nov 15 2010 jslaby@suse.cz - PCI: fix pci_bus_alloc_resource() hang, prefer positive decode - (bnc#651256). + (bnc#651256). - commit 4404c19 * Mon Nov 15 2010 jeffm@suse.com - Update vanilla config files. - commit 60b4a47 * Mon Nov 15 2010 jeffm@suse.com - Update to 2.6.37-rc1-git11. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 5959a67 * Mon Nov 15 2010 jeffm@suse.com - supported.conf: Added missing dependencies. @@ -1201,13 +1236,13 @@ Debug information for package %name-devel - commit 84d87bf * Fri Nov 12 2010 jeffm@suse.de - Update to 2.6.37-rc1. - - Eliminated 26 patches. - - Xen is disabled. + - Eliminated 26 patches. + - Xen is disabled. - commit b9044e3 * 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. + 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). @@ -1215,34 +1250,34 @@ Debug information for package %name-devel - commit 60c0452 * Thu Nov 11 2010 jslaby@suse.cz - resources: add a default alignf to simplify find_resource() - (bnc#651256). + (bnc#651256). - resources: factor out resource_clip() to simplify - find_resource() (bnc#651256). + find_resource() (bnc#651256). - resources: ensure callback doesn't allocate outside available - space (bnc#651256). + space (bnc#651256). - resources: handle overflow when aligning start of available area - (bnc#651256). + (bnc#651256). - resources: support allocating space within a region from the - top down (bnc#651256). + 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). + beginning (bnc#651256). - x86: update iomem_resource end based on CPU physical address - capabilities (bnc#651256). + 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 2010 jack@suse.cz +* Tue Nov 09 2010 jack@suse.cz - novfs: Fix for the issue of kernel dumps core on restart - (bnc#641811). + (bnc#641811). - commit 76ba833 * Fri Oct 29 2010 jslaby@suse.cz - net: Limit socket I/O iovec total length to INT_MAX - (bnc#650128). + (bnc#650128). - commit 2ba74bb * Fri Oct 29 2010 trenn@suse.de - Update config files. - Forgot to enable ACPI_EC_DEBUGFS on i386/pae + Forgot to enable ACPI_EC_DEBUGFS on i386/pae - commit 66b605b * Wed Oct 27 2010 jslaby@suse.cz - aha152x: enable PCMCIA on 64bit (bnc#630652). @@ -1253,30 +1288,30 @@ Debug information for package %name-devel - commit dad22c3 * Tue Oct 26 2010 trenn@suse.de - Update config files. - Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. + Enable CONFIG_ACPI_EC_DEBUGFS=m on supported archs. - commit 9035254 * Tue Oct 26 2010 jbeulich@novell.com - Update Xen config files (restore options accidentally deleted - by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). + by 1b1584fccbfdc42e6e8b35c3c207ca65feb0c7d5). - commit f8e5000 * Mon Oct 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.36 and c/s 1043. - xen: netback: take net_schedule_list_lock when removing entry - from net_schedule_list. + from net_schedule_list. - Update Xen config files. - commit b772cd8 * Mon Oct 25 2010 tiwai@suse.de - ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). - ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 - (bnc#564324). + (bnc#564324). - commit 2256eda * Fri Oct 22 2010 jeffm@suse.de - Update to 2.6.36-final. - commit 1b1584f * Fri Oct 22 2010 jbeulich@novell.com - patches.arch/i386-unwind-annotations, - patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. + patches.arch/x86_64-unwind-annotations: Update Patch-mainline tags. - commit 6ee5ccb * Thu Oct 21 2010 sjayaraman@suse.de - SoN: fix null pointer dereference in swap_entry_free. @@ -1285,7 +1320,7 @@ Debug information for package %name-devel - commit d068f12 * Mon Oct 18 2010 trenn@suse.de - ACPI: Make Embedded Controller command timeout delay - configurable (bnc#639261). + configurable (bnc#639261). - commit 9ea38cf * Fri Oct 15 2010 jslaby@suse.cz - Update to 2.6.36-rc8. @@ -1306,49 +1341,49 @@ Debug information for package %name-devel - commit 4258cf2 * Mon Oct 11 2010 jbeulich@novell.com - patches.apparmor/apparmor-compatibility-patch-for-v5-network-control: - Remove .rej file from this patch. + Remove .rej file from this patch. - commit 8828ce5 -* Fri Oct 8 2010 jeffm@suse.de +* Fri Oct 08 2010 jeffm@suse.de - Update to 2.6.36-rc7. - commit 82673e4 -* Tue Oct 5 2010 jbeulich@novell.com +* Tue Oct 05 2010 jbeulich@novell.com - patches.drivers/dynamic_debug_4.patch: Fix build issues with - !DYNAMIC_DEBUG and build warning. + !DYNAMIC_DEBUG and build warning. - commit b08d2aa -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - Enable SECURITY_APPARMOR_COMPAT_24 - commit f9b83fc -* Tue Oct 5 2010 jeffm@suse.de +* Tue Oct 05 2010 jeffm@suse.de - AppArmor: Allow dfa backward compatibility with broken - userspace. + userspace. - AppArmor: compatibility patch for v5 interface. - AppArmor: compatibility patch for v5 network control. - commit cb27981 -* Mon Oct 4 2010 jeffm@suse.de +* Mon Oct 04 2010 jeffm@suse.de - Update to 2.6.36-rc6. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 57ae577 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 one more time. - commit d527087 * Fri Sep 24 2010 trenn@suse.de - acpi: ec_sys: access user space with get_user()/put_user() - (none). + (none). - commit d028761 * Fri Sep 24 2010 trenn@suse.de - kernel/module.c: Fix compiler warnings if debug is compiled in - (none). + (none). - PNP: Use dev_dbg instead of dev_printk(KERN_DEBUG.. if - DYNAMIC_DEBUG is compiled in (none). + DYNAMIC_DEBUG is compiled in (none). - PNP: Compile all pnp built-in stuff in one module namespace - (none). + (none). - Dynamic Debug: Introduce global fake module param module.ddebug - - V4 (none). + - V4 (none). - Dynamic Debug: Initialize dynamic debug earlier via - arch_initcall (none). + arch_initcall (none). - Dynamic Debug: Introduce ddebug_query= boot parameter (none). - Dynamic Debug: Split out query string parsing/setup from - proc_write (none). + proc_write (none). - commit dcd5c68 * Fri Sep 24 2010 jbeulich@novell.com - Refresh patches.xen/xen3-patch-2.6.28 again. @@ -1361,12 +1396,12 @@ Debug information for package %name-devel - commit 7b86243 * Thu Sep 23 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix for kernel release strings like - 2.6.36-rc5-73-g57aebd7-vanilla. + 2.6.36-rc5-73-g57aebd7-vanilla. - rpm/kernel-spec-macros: Cleanup. - commit 0926a18 * Thu Sep 23 2010 jeffm@suse.de - rose: Fix signedness issues wrt. digi count (CVE-2010-3310 - bnc#640721). + bnc#640721). - commit bcdc88b * Tue Sep 21 2010 jeffm@suse.de - qla4xxx: add workaround for missing readq/writeq. @@ -1376,57 +1411,57 @@ Debug information for package %name-devel - commit beb33d1 * Tue Sep 21 2010 jeffm@suse.de - Linux: 2.6.36-rc5. - - Eliminated 6 patches (all security backports). + - Eliminated 6 patches (all security backports). - commit d4603b4 * Mon Sep 20 2010 jeffm@suse.de - Revert "- make SCSI and ATA drivers modules again. (bnc#564357)." This reverts commit 75e8e5eae2c1e8dd279370f2c7650835ee821deb. - - make SCSI and ATA drivers modules again. - (bnc#564357) + - make SCSI and ATA drivers modules again. + (bnc#564357) This change only applies to enterprise releases and should have been reverted prior to the release of openSUSE 11.3. - commit 7fc084f * Mon Sep 20 2010 sjayaraman@suse.de - Update patches.suse/SoN-05-reserve-slub.patch to accomodate an upstream - change that uses kmem_cache flags instead of PageSlubDebug flag. + change that uses kmem_cache flags instead of PageSlubDebug flag. - commit 4ea582b * Mon Sep 20 2010 jeffm@suse.de - Set LSM_MMAP_MIN_ADDR=0 to allow tools like DOSemu to work properly. The - default is still set to 64k. + default is still set to 64k. - commit 0581892 * Sun Sep 19 2010 jeffm@suse.com - Delete patches.suse/cgroup-disable-memory.patch: It is no longer needed. The performance hit that it caused has been eliminated. - commit 1ec7da8 * Fri Sep 17 2010 jeffm@suse.de - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - wext: fix potential private ioctl memory content leak - (CVE-2010-2955 bnc#635413). + (CVE-2010-2955 bnc#635413). - commit 6df45c9 * Thu Sep 16 2010 jeffm@suse.de - x86-64, compat: Test %%rax for the syscall number, not %%eax - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - x86-64, compat: Retruncate rax after ia32 syscall entry tracing - (CVE-2010-3301 bnc#639708). + (CVE-2010-3301 bnc#639708). - commit fb77404 * Thu Sep 16 2010 jeffm@suse.de - compat: Make compat_alloc_user_space() incorporate the - access_ok() (CVE-2010-3081 bnc#639709). + access_ok() (CVE-2010-3081 bnc#639709). - commit 664a0ac * Wed Sep 15 2010 jeffm@suse.com - Remove reference to unused patch. - commit a3abfe2 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/usb/hso.c: prevent reading uninitialized memory - (CVE-2010-3298 bnc#639483). + (CVE-2010-3298 bnc#639483). - commit 35e70c8 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized - stack memory (CVE-2010-3296 bnc#639481). + stack memory (CVE-2010-3296 bnc#639481). - commit a0634a9 * Wed Sep 15 2010 jeffm@suse.de - drivers/net/eql.c: prevent reading uninitialized stack memory - (CVE-2010-3297 bnc#639482). + (CVE-2010-3297 bnc#639482). - commit 2a7b160 * Wed Sep 15 2010 tiwai@suse.de - Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171" @@ -1435,11 +1470,11 @@ Debug information for package %name-devel - commit 05f07f3 * Tue Sep 14 2010 jslaby@suse.cz - Update to Linux 2.6.36-rc4. - - Obsoletes: - - patches.fixes/bonding-jiffies2.patch. - - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. - - patches.fixes/net-sched-fix-kernel-leak-in-act_police. - - patches.rpmify/spectra-depends-on-moorestown. + - Obsoletes: + - patches.fixes/bonding-jiffies2.patch. + - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure. + - patches.fixes/net-sched-fix-kernel-leak-in-act_police. + - patches.rpmify/spectra-depends-on-moorestown. - fix build on s390 as of 2.6.36-rc4. - Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch. - Refresh patches.suse/reiser4-set_page_dirty_notag. @@ -1452,25 +1487,25 @@ Debug information for package %name-devel * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. - commit a1a8fdd -* Fri Sep 3 2010 jeffm@suse.de +* Fri Sep 03 2010 jeffm@suse.de - Always build in AGP on x86/x86_64 so KMS works on LiveCDs (bnc#609607). - commit d9bfa1e -* Fri Sep 3 2010 jeffm@suse.com +* Fri Sep 03 2010 jeffm@suse.com - irda: Correctly clean up self->ias_obj on irda_bind() failure - (CVE-2010-2954 bnc#636112). + (CVE-2010-2954 bnc#636112). - commit f04e61f -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - Update Xen patches to 2.6.36-rc3 and c/s 1029. - fix unwind annotations. - config.conf: Re-enable Xen. - Update x86 config files. - commit 6836619 -* Wed Sep 1 2010 jbeulich@novell.com +* Wed Sep 01 2010 jbeulich@novell.com - fix unwind annotations. - commit 5aa6daf * Tue Aug 31 2010 jeffm@suse.com - net sched: fix kernel leak in act_police (CVE-2010-2942 - bnc#632309). + bnc#632309). - commit 66e1d72 * Tue Aug 31 2010 jdelvare@suse.de - fix jiffies overflow problems in bonding (bnc#613273). @@ -1480,22 +1515,22 @@ Debug information for package %name-devel - commit 26a681e * Mon Aug 30 2010 jeffm@suse.de - Update to Linux: 2.6.36-rc3. - - Eliminated 7 patches. + - Eliminated 7 patches. - commit d298d2d * Sat Aug 28 2010 jslaby@suse.cz - Delete - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. + patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch. - Delete - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. + patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch. - Delete - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. - This was just a workaround crap. In 2.6.36 we have a nice syscall - instead. Sorry for commiting this to the merge-36 branch first. I - didn't notice it was already merged here. + patches.suse/rlim-0022-FS-proc-make-limits-writable.patch. + This was just a workaround crap. In 2.6.36 we have a nice syscall + instead. Sorry for commiting this to the merge-36 branch first. I + didn't notice it was already merged here. - commit 5449fcb * Fri Aug 27 2010 jeffm@suse.com - Disabled ACPI table override patches again. fsnotify was introduced into - the truncate path and causes crashes. + the truncate path and causes crashes. - commit e18fc2c * Thu Aug 26 2010 jeffm@suse.de - Refresh patches.suse/supported-flag-enterprise: Fixed recovery on load failure. @@ -1523,16 +1558,16 @@ Debug information for package %name-devel - commit 92c07c2 * Tue Aug 24 2010 jeffm@suse.de - Refresh patches.suse/SoN-20-netvm-tcp-deadlock.patch: Added missing - fixup for sk_rmem_schedule in caif. + fixup for sk_rmem_schedule in caif. - commit a9ff761 * Tue Aug 24 2010 mmarek@suse.cz - makefile: not need to regenerate kernel.release file when - make kernelrelease. + make kernelrelease. - commit 81237a8 * Tue Aug 24 2010 jeffm@suse.com - rpm/kernel-source.spec.in, scripts/tar-up.sh: Renamed config-options.changes - to config-options.changes.txt in the exported package to avoid triggering - a build service rule error. + to config-options.changes.txt in the exported package to avoid triggering + a build service rule error. - commit ff4889e * Tue Aug 24 2010 jeffm@suse.com - Revert "- Renamed doc/config-options.changes to doc/config-options.changes.txt to" @@ -1540,7 +1575,7 @@ Debug information for package %name-devel - commit 2932c62 * Tue Aug 24 2010 jeffm@suse.com - Renamed doc/config-options.changes to doc/config-options.changes.txt to - avoid triggering a build service rule error. + avoid triggering a build service rule error. - commit 124ac26 * Mon Aug 23 2010 jeffm@suse.de - supported.conf: Add iscsi_boot_sysfs @@ -1550,28 +1585,28 @@ Debug information for package %name-devel - commit 22210d9 * Mon Aug 23 2010 jeffm@suse.de - rpm/kernel-binary.spec.in: Disable CONFIG_DEBUG_INFO. It's enabled - dynamically in the spec file and now has follow-on options. + dynamically in the spec file and now has follow-on options. - commit d270759 * Mon Aug 23 2010 jeffm@suse.de - patches.rpmify/spectra-drop-locked_ioctl-support: add - to grab the BKL + to grab the BKL - commit 1df02ec * Mon Aug 23 2010 jeffm@suse.de - Update config files: Disabled DEBUG_INFO_REDUCED. - commit 393680a * Mon Aug 23 2010 jeffm@suse.de - Updated to 2.6.36-rc2. - - Eliminated 2 patches. + - Eliminated 2 patches. - commit 52d47a0 * Wed Aug 18 2010 jeffm@suse.de - Update to 2.6.36-rc1. - - Eliminated 71 patches. - - spectra: Drop ->locked_ioctl support. - - spectra: Drop ->prepare_flush_fn support. - - spectra: Remove duplicate GLOB_VERSION. - - novfs: Fix ioctl usage. - - novfs: use evict_inode. - - Xen is disabled. + - Eliminated 71 patches. + - spectra: Drop ->locked_ioctl support. + - spectra: Drop ->prepare_flush_fn support. + - spectra: Remove duplicate GLOB_VERSION. + - novfs: Fix ioctl usage. + - novfs: use evict_inode. + - Xen is disabled. - commit 63642f6 * Mon Aug 16 2010 tiwai@suse.de - ALSA: hda - Add quirk for Dell Vostro 1220 (bnc#631066). @@ -1581,10 +1616,10 @@ Debug information for package %name-devel - commit a2c882e * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.35.1 - - security fixes - - bug fixes - - obsoletes: - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. + - security fixes + - bug fixes + - obsoletes: + patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch. - commit a009fb4 * Thu Aug 12 2010 gregkh@suse.de - Delete patches.kernel.org/patch-2.6.35-rc1. @@ -1604,48 +1639,48 @@ Debug information for package %name-devel - commit e5f4670 * Thu Aug 12 2010 jslaby@suse.cz - patches.fixes/vmscan-fix-stalls.patch: vmscan: raise the bar - to PAGEOUT_IO_SYNC stalls (bnc#625339). + to PAGEOUT_IO_SYNC stalls (bnc#625339). - commit 1efea94 * Wed Aug 11 2010 jack@suse.cz - novfs: Lindent novfs sources. - commit 361594a * Wed Aug 11 2010 neilb@suse.de - Refresh - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. + patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch. - Refresh patches.fixes/sunrpc-monotonic-expiry. - Delete patches.fixes/nfs-write.c-bug-removal.patch. Update some patches for 2.6.35 - commit 15d7a62 * Wed Aug 11 2010 neilb@suse.de - NFS: allow close-to-open cache semantics to apply to root of - NFS filesystem (bnc#584720). + NFS filesystem (bnc#584720). - commit deea101 * Tue Aug 10 2010 tiwai@suse.de - ALSA: hda - patch_nvhdmi.c: Add missing codec IDs, unify names - (bnc#627212). + (bnc#627212). - ALSA: hda - Add pin-fix for HP dc5750 (bnc#624118). - commit 4844a71 -* Mon Aug 9 2010 jbeulich@novell.com +* Mon Aug 09 2010 jbeulich@novell.com - Update Xen patches to 2.6.35 final and c/s 1025. - create devices in /dev/xen when they are expected to be - used there. + used there. - xen/netback: Allow setting of large MTU before rings have - connected. + connected. - xen/netback: Always pull through PKT_PROT_LEN bytes into the - linear part of an skb. + linear part of an skb. - pass trigger mode and polarity information to Xen for all - interrupts. + interrupts. - Update Xen config files. - supported.conf: Add pci-iomul.ko. - commit c642c1b -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - patches.xen/xen3-auto-xen-arch.diff: Update struct acpi_power_register - usage from upstream commit 718be4aa. + usage from upstream commit 718be4aa. - commit 4ce0b48 -* Fri Aug 6 2010 jeffm@suse.de +* Fri Aug 06 2010 jeffm@suse.de - Update to 2.6.35-final and refresh patch set. - commit a40327f -* Mon Aug 2 2010 mmarek@suse.cz +* Mon Aug 02 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm - commit 53246ff * Fri Jul 23 2010 jack@suse.cz @@ -1656,14 +1691,14 @@ Debug information for package %name-devel - commit 643df99 * Fri Jul 23 2010 jack@suse.cz - novfs: code cleanup for one case of novfs return value - (bnc#624606). + (bnc#624606). - commit 4875860 * Wed Jul 21 2010 jack@suse.cz - Fixed patch headers of patches.fixes/novfs-xattr-memleak - commit 65ab01f * Wed Jul 21 2010 jack@suse.cz - novfs: Fix a memory leak that causes an OOM condition - (bnc#610828). + (bnc#610828). - commit 519d8a0 * Tue Jul 20 2010 jack@suse.cz - novfs: backing device info initialization (bnc#623472). @@ -1671,7 +1706,7 @@ Debug information for package %name-devel * Tue Jul 20 2010 mmarek@suse.cz - scripts/tar-up.sh: Generate the rpm changelog using gitlog2changes. - Move kernel-source.changes.old to rpm/ (not included in the pachage - though). + though). - commit 8ed2389 * Tue Jul 20 2010 jblunck@suse.de - rpm/package-descriptions: Change summary/description for trace flavor (bnc#488692). @@ -1682,7 +1717,7 @@ Debug information for package %name-devel * Thu Jul 15 2010 bphilips@suse.de - X86_MRST: Disable moorsetown since it deselects SERIO_I8042 - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we - still don't want X86_MRST + still don't want X86_MRST * Wed Jul 14 2010 trenn@suse.de - patches.arch/acpi_fix_fadt_32_bit_zero_length.patch: Only use 32 bit addresses if they have a valid length (bug#581644). @@ -1694,33 +1729,33 @@ Debug information for package %name-devel * Tue Jul 13 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). -* Wed Jul 7 2010 jbeulich@novell.com +* Wed Jul 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.35-rc4. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - patches.suse/xfs-dmapi-2.6.35-api-changes: Updated for -debug flavor. -* Wed Jul 7 2010 jeffm@suse.de +* Wed Jul 07 2010 jeffm@suse.de - Update config files for vanilla. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Install config-option.changes This file documents the changes in the kernel configs. -* Wed Jul 7 2010 mmarek@suse.cz +* Wed Jul 07 2010 mmarek@suse.cz - patches.rpmify/kbuild-setlocalversion-fix: kbuild: Fix path to scripts/setlocalversion. -* Tue Jul 6 2010 jeffm@suse.de +* Tue Jul 06 2010 jeffm@suse.de - Update to 2.6.35-rc4. - Eliminated 4 patches. -* Fri Jul 2 2010 jeffm@suse.de +* Fri Jul 02 2010 jeffm@suse.de - patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices: iwlwifi: fix TX power configuration on 3945 and 4965 devices (bnc#619440 bnc#610421). -* Fri Jul 2 2010 jbeulich@novell.com +* Fri Jul 02 2010 jbeulich@novell.com - patches.suse/stack-unwind: Fix after upstream commit 9e565292270a2d55524be38835104c564ac8f795. -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). -* Fri Jul 2 2010 trenn@suse.de +* Fri Jul 02 2010 trenn@suse.de Mainline goes another way (bug #476509). Also there is a problem with this patch, breaking dynamic debugging (bnc#619416) -> just remove it, there will show up something else @@ -1732,14 +1767,14 @@ Debug information for package %name-devel Delete. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Delete. -* Thu Jul 1 2010 jeffm@suse.de +* Thu Jul 01 2010 jeffm@suse.de - patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md: dm-raid45: API update: Remove dm_put after dm_table_get_md (bnc#615656). -* Thu Jul 1 2010 jdelvare@suse.de +* Thu Jul 01 2010 jdelvare@suse.de - patches.fixes/e1000e-don-t-inadvertently-re-set-INTX_DISABLE.patch: Update references (bnc#610362). -* Thu Jul 1 2010 bphilips@suse.de +* Thu Jul 01 2010 bphilips@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch: ixgbe: disable tx engine before disabling tx laser. - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch: @@ -1935,50 +1970,50 @@ Debug information for package %name-devel * Mon Jun 14 2010 jslaby@suse.de - patches.fixes/pci-hotplug-cpqphp-fix-crash.patch: PCI: hotplug/cpqphp, fix NULL dereference (bnc#609338). -* Wed Jun 9 2010 jeffm@suse.de +* Wed Jun 09 2010 jeffm@suse.de - patches.rpmify/ceph-atomic_long-init-fix: ceph: fix atomic64_t initialization on ia64. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.trace/utrace-core: Workaround missing kref_set(). -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/ppc64-xmon-dmesg-printing.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.rpmify/powerpc-kvm-build-failure-workaround: Refresh. - patches.rpmify/wlags49-missing-strlen-include: wlags49_h2: build fix. -* Tue Jun 8 2010 jeffm@suse.de +* Tue Jun 08 2010 jeffm@suse.de - patches.arch/x86_mce_intel_decode_physical_address.patch: Refresh. - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: Refresh. -* Tue Jun 8 2010 jeffm@suse.com +* Tue Jun 08 2010 jeffm@suse.com - supported.conf: Updated dependencies for 2.6.35 -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - patches.kernel.org/revert-tty-fix-a-little-bug-in-scrup-vt-c: Revert "tty: fix a little bug in scrup, vt.c". -* Mon Jun 7 2010 jeffm@suse.com +* Mon Jun 07 2010 jeffm@suse.com - Update to 2.6.35-rc2. -* Thu Jun 3 2010 jeffm@suse.de +* Thu Jun 03 2010 jeffm@suse.de - Re-enable DSDT in initramfs code. - patches.suse/acpi-don-t-preempt-until-the-system-is-up: acpi: don't preempt until the system is up. -* Wed Jun 2 2010 bphilips@suse.de +* Wed Jun 02 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). -* Wed Jun 2 2010 mmarek@suse.cz +* Wed Jun 02 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: More -rt fixes. -* Tue Jun 1 2010 jeffm@suse.com +* Tue Jun 01 2010 jeffm@suse.com - Update to 2.6.35-rc1. - Eliminated 13 patches. - Xen is disabled. -* Tue Jun 1 2010 bphilips@suse.de +* Tue Jun 01 2010 bphilips@suse.de - patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Change the kmp versioning to prefix the kernel version with "k" to avoid false version downgrades (bnc#609483). -* Tue Jun 1 2010 mmarek@suse.cz +* Tue Jun 01 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: pcre-tools is not needed. * Mon May 31 2010 mmarek@suse.cz - rpm/kernel-docs.spec.in: Fix for -rt. @@ -2044,10 +2079,10 @@ Debug information for package %name-devel * Tue May 11 2010 jeffm@suse.com - Updated to 2.6.34-rc7. - Eliminated 3 patches. -* Sun May 2 2010 jeffm@suse.com +* Sun May 02 2010 jeffm@suse.com - Update to 2.6.34-rc6. - Eliminated 2 patches. -* Sun May 2 2010 sjayaraman@suse.de +* Sun May 02 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 trenn@suse.de @@ -2087,8 +2122,8 @@ Debug information for package %name-devel * Wed Apr 28 2010 trenn@suse.de - Update config files. Unify X86_MSR and X86_CPUID configs: - - CONFIG_X86_CPUID=m - - CONFIG_X86_MSR=y + - CONFIG_X86_CPUID=m + - CONFIG_X86_MSR=y for all i386 and x86_64 flavors. * Mon Apr 26 2010 jeffm@suse.com - Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045) @@ -2174,20 +2209,20 @@ Debug information for package %name-devel dcache count restricting code (bnc#576026). * Mon Apr 12 2010 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). -* Fri Apr 9 2010 jeffm@suse.de +* Fri Apr 09 2010 jeffm@suse.de - patches.fixes/reiserfs-remove-2-tb-file-size-limit: Fix issue on 32-bit systems. -* Fri Apr 9 2010 knikanth@suse.de +* Fri Apr 09 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). -* Thu Apr 8 2010 jeffm@suse.de +* Thu Apr 08 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). -* Thu Apr 8 2010 agraf@suse.de +* Thu Apr 08 2010 agraf@suse.de - Update PPC config files to disable KVM on PPC. It's not ready yet. Please enable it again as soon as we hit 2.6.35. -* Wed Apr 7 2010 jengelh@medozas.de +* Wed Apr 07 2010 jengelh@medozas.de - Add config/sparc64/net that is light on size. For netbooting, both the kernel and initrd must fit into 10MB. * Wed Mar 31 2010 jeffm@suse.de @@ -2337,39 +2372,39 @@ Debug information for package %name-devel - Eliminated 36 patches. - Xen is disabled - Added new doc/config-options.changes to document configuration - changes. -* Tue Mar 9 2010 mmarek@suse.cz + changes. +* Tue Mar 09 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. -* Tue Mar 9 2010 mmarek@suse.cz +* Tue Mar 09 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). -* Fri Mar 5 2010 knikanth@suse.de +* Fri Mar 05 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - rpm/kernel-source.spec.in: split devel files and full source into two rpms, of which only the former is really required for KMP building -* Fri Mar 5 2010 jengelh@medozas.de +* Fri Mar 05 2010 jengelh@medozas.de - add configs/sparc64/default -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - patches.trace/powerpc-rename-irq-tracing: should have been deleted by previous commit -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - remove perfmon2 patches -* Wed Mar 3 2010 tonyj@suse.de +* Wed Mar 03 2010 tonyj@suse.de - Remove lttng-instrumentation patches, they have been removed from SLE11SP1 - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. -* Tue Mar 2 2010 jbeulich@novell.com +* Tue Mar 02 2010 jbeulich@novell.com - Update Xen patches to 2.6.33 and c/s 1003. - patches.xen/xen-clockevents: replace Xen's custom time handling with such using GENERIC_CLOCKEVENTS infrastructure. - Update Xen config files. -* Tue Mar 2 2010 nfbrown@suse.de +* Tue Mar 02 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Feb 25 2010 jeffm@suse.de @@ -2455,18 +2490,18 @@ Debug information for package %name-devel * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). -* Tue Feb 9 2010 jeffm@suse.com +* Tue Feb 09 2010 jeffm@suse.com - Update to 2.6.33-rc7. - Eliminated 1 patch. -* Tue Feb 9 2010 tiwai@suse.de +* Tue Feb 09 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). -* Mon Feb 8 2010 tiwai@suse.de +* Mon Feb 08 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). @@ -2475,43 +2510,43 @@ Debug information for package %name-devel and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. Back to 32bytes lvb length for clvm (bnc#573460). -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - Update config files: Compile IBM_BSR into kernel, not as module. (ppc only, bnc#572381) -* Fri Feb 5 2010 duwe@suse.de +* Fri Feb 05 2010 duwe@suse.de - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). -* Fri Feb 5 2010 coly.li@suse.de +* Fri Feb 05 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf -* Thu Feb 4 2010 mmarek@suse.de +* Thu Feb 04 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). -* Thu Feb 4 2010 knikanth@suse.de +* Thu Feb 04 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). -* Thu Feb 4 2010 npiggin@suse.de +* Thu Feb 04 2010 npiggin@suse.de - Disable patches.suse/files-slab-rcu.patch. -* Thu Feb 4 2010 mmarek@suse.cz +* Thu Feb 04 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported -* Thu Feb 4 2010 tiwai@suse.de +* Thu Feb 04 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). -* Wed Feb 3 2010 jbohac@suse.cz +* Wed Feb 03 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) -* Wed Feb 3 2010 mmarek@suse.cz +* Wed Feb 03 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - - devel package if kernel-source is installed. -* Wed Feb 3 2010 jbeulich@novell.com + -devel package if kernel-source is installed. +* Wed Feb 03 2010 jbeulich@novell.com - Update Xen patches to 2.6.33-rc6 and c/s 989. - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. @@ -2519,7 +2554,7 @@ Debug information for package %name-devel replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. -* Tue Feb 2 2010 jkosina@suse.cz +* Tue Feb 02 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). @@ -2583,10 +2618,10 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.drivers/8250_pnp-wacom-add - - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch + - patches.drivers/8250_pnp-wacom-add + - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch + - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch + - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 jeffm@suse.com - supported.conf: Added sparse_keymap (eeepc_laptop depends on it) * Mon Jan 25 2010 npiggin@suse.de @@ -2648,10 +2683,10 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch + - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix + - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard + - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io + - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. @@ -2749,11 +2784,11 @@ Debug information for package %name-devel - security fixes - bug fixes - obsoletes: - - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - - patches.fixes/audit_untag_chunk.patch - - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 + - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y + - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix + - patches.fixes/audit_untag_chunk.patch + - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch + - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). @@ -3044,7 +3079,7 @@ Debug information for package %name-devel * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). -* Sat Jan 9 2010 jslaby@suse.de +* Sat Jan 09 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. @@ -3138,31 +3173,31 @@ Debug information for package %name-devel - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. -* Sat Jan 9 2010 jkosina@suse.cz +* Sat Jan 09 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. -* Fri Jan 8 2010 sjayaraman@suse.de +* Fri Jan 08 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. -* Fri Jan 8 2010 jkosina@suse.cz +* Fri Jan 08 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. -* Fri Jan 8 2010 gregkh@suse.de +* Fri Jan 08 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. -* Fri Jan 8 2010 jeffm@suse.de +* Fri Jan 08 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. -* Fri Jan 8 2010 jeffm@suse.com +* Fri Jan 08 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). -* Thu Jan 7 2010 jbeulich@novell.com +* Thu Jan 07 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3178,23 +3213,23 @@ Debug information for package %name-devel Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. -* Thu Jan 7 2010 bphilips@suse.de +* Thu Jan 07 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). -* Thu Jan 7 2010 gregkh@suse.de +* Thu Jan 07 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - - patches.arch/s390-04-03-dasd-diag-ro.patch - - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - - patches.fixes/scsi-ipr-fix-eeh-recovery -* Wed Jan 6 2010 rjw@suse.de + - patches.arch/s390-04-03-dasd-diag-ro.patch + - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids + - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host + - patches.fixes/scsi-ipr-fix-eeh-recovery +* Wed Jan 06 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: @@ -3222,18 +3257,18 @@ Debug information for package %name-devel - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). -* Wed Jan 6 2010 trenn@suse.de +* Wed Jan 06 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: @@ -3248,13 +3283,13 @@ Debug information for package %name-devel - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). -* Wed Jan 6 2010 gregkh@suse.de +* Wed Jan 06 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. -* Tue Jan 5 2010 gregkh@suse.de +* Tue Jan 05 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). -* Tue Jan 5 2010 tonyj@suse.de +* Tue Jan 05 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: @@ -3332,15 +3367,15 @@ Debug information for package %name-devel - loads of bugfixes - other goodness - obsoletes: - - patches.arch/bug-561939_bau_data_config.patch - - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - - patches.arch/s390-04-01-clear-high-regs.patch - - patches.arch/s390-kvm-prefix.patch - - patches.arch/s390-kvm-psw.patch - - patches.arch/x86-fix-nodac - - patches.arch/x86_mce_nfs-mig2 - - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - - patches.fixes/uart-txen-race.patch + - patches.arch/bug-561939_bau_data_config.patch + - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch + - patches.arch/s390-04-01-clear-high-regs.patch + - patches.arch/s390-kvm-prefix.patch + - patches.arch/s390-kvm-psw.patch + - patches.arch/x86-fix-nodac + - patches.arch/x86_mce_nfs-mig2 + - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero + - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like @@ -3419,7 +3454,7 @@ Debug information for package %name-devel * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel - incorrectly (bnc#564357) + incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is @@ -3464,11 +3499,11 @@ Debug information for package %name-devel * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. - (bnc#564357) + (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly - (bnc#564357) + (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode @@ -3544,8 +3579,8 @@ Debug information for package %name-devel - security fixes - bugfixes - obsoletes: - - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects + - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext + - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). @@ -3872,29 +3907,29 @@ Debug information for package %name-devel * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin -* Wed Dec 9 2009 tonyj@suse.de +* Wed Dec 09 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. -* Wed Dec 9 2009 jbohac@suse.cz +* Wed Dec 09 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace -* Wed Dec 9 2009 jeffm@suse.com +* Wed Dec 09 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). -* Wed Dec 9 2009 jbeulich@novell.com +* Wed Dec 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. -* Wed Dec 9 2009 jjolly@suse.de +* Wed Dec 09 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place -* Wed Dec 9 2009 npiggin@suse.de +* Wed Dec 09 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: @@ -3912,49 +3947,49 @@ Debug information for package %name-devel - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). -* Wed Dec 9 2009 bphilips@suse.de +* Wed Dec 09 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. -* Tue Dec 8 2009 jbohac@suse.cz +* Tue Dec 08 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). -* Tue Dec 8 2009 tiwai@suse.de +* Tue Dec 08 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). -* Tue Dec 8 2009 mmarek@suse.cz +* Tue Dec 08 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). -* Tue Dec 8 2009 rgoldwyn@suse.de +* Tue Dec 08 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). -* Tue Dec 8 2009 npiggin@suse.de +* Tue Dec 08 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. -* Tue Dec 8 2009 coly.li@suse.de +* Tue Dec 08 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) -* Tue Dec 8 2009 agraf@suse.de +* Tue Dec 08 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). -* Mon Dec 7 2009 tiwai@suse.de +* Mon Dec 07 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. @@ -3976,16 +4011,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). -* Mon Dec 7 2009 jbeulich@novell.com +* Mon Dec 07 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. -* Mon Dec 7 2009 hare@suse.de +* Mon Dec 07 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. -* Sat Dec 5 2009 tonyj@suse.de +* Sat Dec 05 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. -* Fri Dec 4 2009 jeffm@suse.com +* Fri Dec 04 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: @@ -4024,24 +4059,24 @@ Debug information for package %name-devel AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. -* Fri Dec 4 2009 jjolly@suse.de +* Fri Dec 04 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). -* Fri Dec 4 2009 hare@suse.de +* Fri Dec 04 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. -* Fri Dec 4 2009 trenn@suse.de +* Fri Dec 04 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page @@ -4051,146 +4086,146 @@ Debug information for package %name-devel (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). -* Fri Dec 4 2009 mmarek@suse.cz +* Fri Dec 04 2009 mmarek@suse.cz - Add the vmi flavor again. -* Fri Dec 4 2009 sjayaraman@suse.de +* Fri Dec 04 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) -* Fri Dec 4 2009 gregkh@suse.de +* Fri Dec 04 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Cleanup config files. -* Thu Dec 3 2009 bphilips@suse.de +* Thu Dec 03 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. -* Thu Dec 3 2009 mfasheh@suse.com +* Thu Dec 03 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for 2.6.32 (again). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - Update config files for cpuidle. -* Thu Dec 3 2009 tiwai@suse.de +* Thu Dec 03 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final -* Thu Dec 3 2009 duwe@suse.de +* Thu Dec 03 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. -* Thu Dec 3 2009 jeffm@suse.com +* Thu Dec 03 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. -* Thu Dec 3 2009 mmarek@suse.cz +* Thu Dec 03 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. -* Thu Dec 3 2009 hare@suse.de +* Thu Dec 03 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. -* Thu Dec 3 2009 jdelvare@suse.de +* Thu Dec 03 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. -* Thu Dec 3 2009 jbeulich@novell.com +* Thu Dec 03 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. -* Thu Dec 3 2009 tonyj@suse.de +* Thu Dec 03 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi -* Thu Dec 3 2009 gregkh@suse.de +* Thu Dec 03 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. -* Wed Dec 2 2009 jdelvare@suse.de +* Wed Dec 02 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: Fix vanilla configs -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. -* Wed Dec 2 2009 tiwai@suse.de +* Wed Dec 02 2009 tiwai@suse.de - Updated the sound section of supported.conf -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. -* Wed Dec 2 2009 gregkh@suse.de +* Wed Dec 02 2009 gregkh@suse.de - supported.conf: update usb driver section -* Wed Dec 2 2009 mmarek@suse.cz +* Wed Dec 02 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. -* Wed Dec 2 2009 jbenc@suse.cz +* Wed Dec 02 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). -* Tue Dec 1 2009 tiwai@suse.de +* Tue Dec 01 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - - Add a position_fix quirk for MSI Wind U115. + Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: - hda - Fix Cxt5047 test mode (bnc#559062). + hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: - hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). + hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: - ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). + ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 @@ -4393,8 +4428,8 @@ Debug information for package %name-devel incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - - Enable KERNEL_DESKTOP for only desktop flavor. + - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. + - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads @@ -5004,12 +5039,12 @@ Debug information for package %name-devel * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: - +CONFIG_HAVE_INTEL_TXT=y - - # CONFIG_DMAR is not set - +CONFIG_DMAR=y - +# CONFIG_DMAR_DEFAULT_ON is not set - +CONFIG_DMAR_FLOPPY_WA=y - +# CONFIG_INTEL_TXT is not set + +CONFIG_HAVE_INTEL_TXT=y + -# CONFIG_DMAR is not set + +CONFIG_DMAR=y + +# CONFIG_DMAR_DEFAULT_ON is not set + +CONFIG_DMAR_FLOPPY_WA=y + +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for @@ -5038,80 +5073,80 @@ Debug information for package %name-devel * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. -* Mon Nov 9 2009 npiggin@suse.de +* Mon Nov 09 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). -* Mon Nov 9 2009 nfbrown@suse.de +* Mon Nov 09 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). -* Fri Nov 6 2009 jeffm@suse.de +* Fri Nov 06 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. -* Fri Nov 6 2009 trenn@suse.de +* Fri Nov 06 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. -* Fri Nov 6 2009 jbeulich@novell.com +* Fri Nov 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). -* Fri Nov 6 2009 mmarek@suse.cz +* Fri Nov 06 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again -* Thu Nov 5 2009 jeffm@suse.com +* Thu Nov 05 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. -* Thu Nov 5 2009 mmarek@suse.cz +* Thu Nov 05 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). -* Thu Nov 5 2009 hare@suse.de +* Thu Nov 05 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). -* Wed Nov 4 2009 mmarek@suse.cz +* Wed Nov 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. -* Tue Nov 3 2009 mmarek@suse.cz +* Tue Nov 03 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. -* Mon Nov 2 2009 mmarek@suse.cz +* Mon Nov 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de @@ -5210,98 +5245,98 @@ Debug information for package %name-devel - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update vanilla config files. -* Fri Oct 9 2009 jeffm@suse.de +* Fri Oct 09 2009 jeffm@suse.de - Update to 2.6.32-rc3. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update vanilla config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Update config files. -* Thu Oct 8 2009 jeffm@suse.de +* Thu Oct 08 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. -* Wed Oct 7 2009 gregkh@suse.de +* Wed Oct 07 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix -* Wed Oct 7 2009 tiwai@suse.de +* Wed Oct 07 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). -* Wed Oct 7 2009 knikanth@suse.de +* Wed Oct 07 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). -* Tue Oct 6 2009 gregkh@suse.de +* Tue Oct 06 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. -* Tue Oct 6 2009 jbeulich@novell.com +* Tue Oct 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. -* Tue Oct 6 2009 tiwai@suse.de +* Tue Oct 06 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. -* Mon Oct 5 2009 gregkh@suse.de +* Mon Oct 05 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes -* Mon Oct 5 2009 tiwai@suse.de +* Mon Oct 05 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). -* Fri Oct 2 2009 gregkh@suse.de +* Fri Oct 02 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. -* Fri Oct 2 2009 tiwai@suse.de +* Fri Oct 02 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. -* Thu Oct 1 2009 jbeulich@novell.com +* Thu Oct 01 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. -* Thu Oct 1 2009 mmarek@suse.cz +* Thu Oct 01 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 @@ -5378,22 +5413,22 @@ Debug information for package %name-devel - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. - CONFIG_MOUSE_PS2_ELANTECH=y - CONFIG_MOUSE_PS2_TOUCHKIT=y - (bnc#525607) + CONFIG_MOUSE_PS2_ELANTECH=y + CONFIG_MOUSE_PS2_TOUCHKIT=y + (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes -* Tue Sep 8 2009 gregkh@suse.de +* Tue Sep 08 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix -* Tue Sep 8 2009 knikanth@suse.de + - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 + - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix +* Tue Sep 08 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). @@ -5401,19 +5436,19 @@ Debug information for package %name-devel scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. -* Mon Sep 7 2009 mmarek@suse.cz +* Mon Sep 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). -* Fri Sep 4 2009 jeffm@suse.de +* Fri Sep 04 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). @@ -5421,32 +5456,32 @@ Debug information for package %name-devel - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. -* Fri Sep 4 2009 mmarek@suse.cz +* Fri Sep 04 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. -* Thu Sep 3 2009 gregkh@suse.de +* Thu Sep 03 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen config files. -* Wed Sep 2 2009 jbeulich@novell.com +* Wed Sep 02 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. -* Wed Sep 2 2009 tiwai@suse.de +* Wed Sep 02 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. -* Tue Sep 1 2009 jeffm@suse.com +* Tue Sep 01 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). -* Tue Sep 1 2009 mmarek@suse.cz +* Tue Sep 01 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com @@ -5532,7 +5567,7 @@ Debug information for package %name-devel macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - - -pack. + --pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. @@ -5571,65 +5606,65 @@ Debug information for package %name-devel Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. -* Fri Aug 7 2009 jeffm@suse.com +* Fri Aug 07 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) -* Fri Aug 7 2009 tiwai@suse.de +* Fri Aug 07 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules -* Fri Aug 7 2009 mmarek@suse.cz +* Fri Aug 07 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. -* Fri Aug 7 2009 mmarek@suse.de +* Fri Aug 07 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. -* Thu Aug 6 2009 jeffm@suse.de +* Thu Aug 06 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. -* Wed Aug 5 2009 mmarek@suse.cz +* Wed Aug 05 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. -* Wed Aug 5 2009 jeffm@suse.de +* Wed Aug 05 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). -* Wed Aug 5 2009 gregkh@suse.de +* Wed Aug 05 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds -* Tue Aug 4 2009 gregkh@suse.de +* Tue Aug 04 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 -* Tue Aug 4 2009 jeffm@suse.de +* Tue Aug 04 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. -* Tue Aug 4 2009 tiwai@suse.de +* Tue Aug 04 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port -* Mon Aug 3 2009 jeffm@suse.de +* Mon Aug 03 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. -* Mon Aug 3 2009 coly.li@suse.de +* Mon Aug 03 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. @@ -5654,7 +5689,7 @@ Debug information for package %name-devel - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: - ALSA: Add new TLV types for dBwith min/max (for usb). + ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes @@ -5863,27 +5898,27 @@ Debug information for package %name-devel - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. -* Tue Jul 7 2009 jkosina@suse.de +* Tue Jul 07 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. -* Tue Jul 7 2009 aj@suse.de +* Tue Jul 07 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. -* Mon Jul 6 2009 jeffm@suse.com +* Mon Jul 06 2009 jeffm@suse.com - Update to 2.6.31-rc2. -* Fri Jul 3 2009 jeffm@suse.com +* Fri Jul 03 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. -* Fri Jul 3 2009 mmarek@suse.cz +* Fri Jul 03 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz @@ -5896,7 +5931,7 @@ Debug information for package %name-devel - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - - base, these are needed during KMP installation. + -base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. @@ -5909,7 +5944,7 @@ Debug information for package %name-devel * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: - config/i386/pae and config/x86-64/default: + config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m @@ -6060,34 +6095,34 @@ Debug information for package %name-devel - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. -* Tue Jun 9 2009 jbeulich@novell.com +* Tue Jun 09 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. -* Tue Jun 9 2009 mmarek@suse.cz +* Tue Jun 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. -* Mon Jun 8 2009 jeffm@suse.com +* Mon Jun 08 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. -* Fri Jun 5 2009 mmarek@suse.cz +* Fri Jun 05 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). -* Thu Jun 4 2009 jeffm@suse.de +* Thu Jun 04 2009 jeffm@suse.de - Update to 2.6.30-rc8. -* Thu Jun 4 2009 sdietrich@suse.de +* Thu Jun 04 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log -* Thu Jun 4 2009 teheo@suse.de +* Thu Jun 04 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). -* Mon Jun 1 2009 jeffm@suse.de +* Mon Jun 01 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. @@ -6162,7 +6197,7 @@ Debug information for package %name-devel /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = - %%version-%%source_rel in the -devel packages (bnc#503280). + [%%version-%%source_rel] in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). @@ -6182,40 +6217,40 @@ Debug information for package %name-devel * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. -* Wed May 6 2009 gregkh@suse.de +* Wed May 06 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update config files. -* Tue May 5 2009 jeffm@suse.com +* Tue May 05 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. -* Tue May 5 2009 jbeulich@novell.com +* Tue May 05 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. -* Tue May 5 2009 teheo@suse.de +* Tue May 05 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. -* Fri May 1 2009 jeffm@suse.com +* Fri May 01 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex @@ -6243,9 +6278,9 @@ Debug information for package %name-devel * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default - kernels. This should automatically take care of the rtc/system time - syncing so we don't need to do it in a boot script and should speed - up booting time a lot. + kernels. This should automatically take care of the rtc/system time + syncing so we don't need to do it in a boot script and should speed + up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de @@ -6295,74 +6330,74 @@ Debug information for package %name-devel rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. -* Thu Apr 9 2009 jbeulich@novell.com +* Thu Apr 09 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. -* Wed Apr 8 2009 mmarek@suse.cz +* Wed Apr 08 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. -* Tue Apr 7 2009 mmarek@suse.cz +* Tue Apr 07 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.rpmify/split-package: Enable -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. -* Mon Apr 6 2009 jeffm@suse.com +* Mon Apr 06 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. -* Sun Apr 5 2009 jeffm@suse.com +* Sun Apr 05 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. -* Fri Apr 3 2009 jeffm@suse.de +* Fri Apr 03 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. -* Fri Apr 3 2009 jblunck@suse.de +* Fri Apr 03 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. -* Fri Apr 3 2009 jeffm@suse.com +* Fri Apr 03 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. -* Fri Apr 3 2009 mmarek@suse.cz +* Fri Apr 03 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call -* Thu Apr 2 2009 mmarek@suse.cz -- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) +* Thu Apr 02 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%(...) expansion -* Thu Apr 2 2009 mmarek@suse.cz +* Thu Apr 02 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, @@ -6479,35 +6514,35 @@ Debug information for package %name-devel * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. -* Mon Mar 9 2009 mmarek@suse.cz +* Mon Mar 09 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. -* Mon Mar 9 2009 jbeulich@novell.com +* Mon Mar 09 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. -* Fri Mar 6 2009 jeffm@suse.de +* Fri Mar 06 2009 jeffm@suse.de - config.conf: Enabled Xen for building. -* Fri Mar 6 2009 jbeulich@novell.com +* Fri Mar 06 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. -* Fri Mar 6 2009 jbenc@suse.cz +* Fri Mar 06 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. -* Fri Mar 6 2009 mmarek@suse.cz +* Fri Mar 06 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. -* Wed Mar 4 2009 jeffm@suse.com +* Wed Mar 04 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. -* Wed Mar 4 2009 mmarek@suse.cz +* Wed Mar 04 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. -* Tue Mar 3 2009 jeffm@suse.com +* Tue Mar 03 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com @@ -6552,36 +6587,36 @@ Debug information for package %name-devel * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. -* Mon Feb 9 2009 jeffm@suse.de +* Mon Feb 09 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. -* Fri Feb 6 2009 jeffm@suse.com +* Fri Feb 06 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. -* Fri Feb 6 2009 mmarek@suse.cz +* Fri Feb 06 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. -* Tue Feb 3 2009 jeffm@suse.de +* Tue Feb 03 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 -* Tue Feb 3 2009 olh@suse.de +* Tue Feb 03 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) -* Tue Feb 3 2009 mmarek@suse.cz +* Tue Feb 03 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: @@ -6592,24 +6627,24 @@ Debug information for package %name-devel fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. -* Mon Feb 2 2009 jeffm@suse.de +* Mon Feb 02 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant -* Mon Feb 2 2009 rw@suse.de +* Mon Feb 02 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) -* Mon Feb 2 2009 olh@suse.de +* Mon Feb 02 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de @@ -6622,12 +6657,12 @@ Debug information for package %name-devel - lots of security fixes - lots of bugfixes - obsoletes: - - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - - patches.fixes/sysfs-fix-problems-with-binary-files.patch - - patches.fixes/xpc-fix-NULL-deref - - patches.fixes/xpc-write-barrier + - patches.drivers/alsa-virtuoso-no-eeprom-overwrite + - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch + - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch + - patches.fixes/sysfs-fix-problems-with-binary-files.patch + - patches.fixes/xpc-fix-NULL-deref + - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) @@ -6772,7 +6807,7 @@ Debug information for package %name-devel it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - - -override flag. + --override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave @@ -6916,11 +6951,11 @@ Debug information for package %name-devel - security updates - lots of bugfixes - obsoletes: - - patches.arch/ppc-fix_hugepage_check.patch - - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - - patches.drivers/alsa-hda-samsung-q45-quirk - - patches.fixes/security-introduce-missing-kfree.patch - - patches.fixes/xpc-fix-heartbeat + - patches.arch/ppc-fix_hugepage_check.patch + - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back + - patches.drivers/alsa-hda-samsung-q45-quirk + - patches.fixes/security-introduce-missing-kfree.patch + - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug @@ -7070,7 +7105,7 @@ Debug information for package %name-devel cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - - EFAULT. (bnc#466462,LTC#50888). + -EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). @@ -7097,10 +7132,10 @@ Debug information for package %name-devel call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - - integrate an older quirk to make IO-APIC mode work on AMD - 8131 rev. A0 and B0 - - fix boot IRQ disabling logic for AMD 813x - - remove unneeded code for AMD SB700S + - integrate an older quirk to make IO-APIC mode work on AMD + 8131 rev. A0 and B0 + - fix boot IRQ disabling logic for AMD 813x + - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). @@ -7124,17 +7159,17 @@ Debug information for package %name-devel - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - - patches.arch/ppc-cmm_no_kdump.patch - - patches.drivers/alsa-caiaq-midi-oops-fix - - patches.drivers/alsa-hda-hp-6730b-quirk - - patches.drivers/ibmvfc-host_init_delay.patch - - patches.drivers/ibmvfc-improve_sync_events.patch - - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - - patches.fixes/mm-lockless-pagecache-barrier.patch - - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - - patches.fixes/uv-remove-erroneous-BAU-init + - patches.arch/ppc-cmm_no_kdump.patch + - patches.drivers/alsa-caiaq-midi-oops-fix + - patches.drivers/alsa-hda-hp-6730b-quirk + - patches.drivers/ibmvfc-host_init_delay.patch + - patches.drivers/ibmvfc-improve_sync_events.patch + - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch + - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch + - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch + - patches.fixes/mm-lockless-pagecache-barrier.patch + - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch + - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: @@ -7245,8 +7280,8 @@ Debug information for package %name-devel - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - - patches.fixes/md-bitmap-read-do-not-overflow - - patches.suse/scsi-scsi_transport_srp-shost_data.patch + - patches.fixes/md-bitmap-read-do-not-overflow + - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz @@ -7277,102 +7312,102 @@ Debug information for package %name-devel syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into - /usr/src/linux-$version-rt-obj. + /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). -* Fri Jan 9 2009 mmarek@suse.cz +* Fri Jan 09 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). -* Fri Jan 9 2009 jslaby@suse.de +* Fri Jan 09 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). -* Fri Jan 9 2009 olh@suse.de +* Fri Jan 09 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) -* Fri Jan 9 2009 trenn@suse.de +* Fri Jan 09 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). -* Fri Jan 9 2009 kkeil@suse.de +* Fri Jan 09 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add - comment in blk_rq_timed_out() about why next can not be 0 + comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix - blk_start_queueing() to not kick a stopped queue. + blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: - block: leave the request timeout timer running even on an - empty list. + block: leave the request timeout timer running even on an + empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: - block: optimizations in blk_rq_timed_out_timer(). + block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress - Buffer I/O errors when SCSI REQ_QUIET flag set. + Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use - round_jiffies_up(). + round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and - related routines. -* Fri Jan 9 2009 jbeulich@novell.com + related routines. +* Fri Jan 09 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). -* Fri Jan 9 2009 hare@suse.de +* Fri Jan 09 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. -* Fri Jan 9 2009 jslaby@suse.cz +* Fri Jan 09 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). -* Fri Jan 9 2009 gregkh@suse.de +* Fri Jan 09 2009 gregkh@suse.de - clean up patch fuzz -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). @@ -7385,7 +7420,7 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). @@ -7401,10 +7436,10 @@ Debug information for package %name-devel - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). -* Thu Jan 8 2009 jjolly@suse.de +* Thu Jan 08 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add @@ -7413,24 +7448,24 @@ Debug information for package %name-devel topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. -* Thu Jan 8 2009 knikanth@suse.de +* Thu Jan 08 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - update kdump config, disable some unused drivers -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - refresh config files, no functional changes -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) -* Thu Jan 8 2009 tiwai@suse.de +* Thu Jan 08 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. @@ -7440,69 +7475,69 @@ Debug information for package %name-devel for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. -* Thu Jan 8 2009 bwalle@suse.de +* Thu Jan 08 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). -* Thu Jan 8 2009 jblunck@suse.de +* Thu Jan 08 2009 jblunck@suse.de - Make kernel-source.changes incremental again -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) -* Thu Jan 8 2009 olh@suse.de +* Thu Jan 08 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) -* Thu Jan 8 2009 gregkh@suse.de +* Thu Jan 08 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch -* Thu Jan 8 2009 coly.li@suse.de +* Thu Jan 08 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". -* Wed Jan 7 2009 olh@suse.de +* Wed Jan 07 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) -* Wed Jan 7 2009 jack@suse.cz +* Wed Jan 07 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - Update config files (part of bnc#448412). -* Wed Jan 7 2009 ghaskins@suse.de +* Wed Jan 07 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). -* Wed Jan 7 2009 knikanth@suse.de +* Wed Jan 07 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). -* Wed Jan 7 2009 hare@suse.de +* Wed Jan 07 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. -* Tue Jan 6 2009 jeffm@suse.de +* Tue Jan 06 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). -* Tue Jan 6 2009 jjolly@suse.de +* Tue Jan 06 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). @@ -7518,27 +7553,27 @@ Debug information for package %name-devel inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). -* Tue Jan 6 2009 npiggin@suse.de +* Tue Jan 06 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. -* Mon Jan 5 2009 mmarek@suse.cz +* Mon Jan 05 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Fix ps3 config. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - Update config files. -* Mon Jan 5 2009 npiggin@suse.de +* Mon Jan 05 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de @@ -7614,7 +7649,7 @@ Debug information for package %name-devel * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why - did checksums change + did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as @@ -7622,9 +7657,9 @@ Debug information for package %name-devel * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - - patches.drivers/libata-update-ST-FLUSH-blacklist - - patches.fixes/iwlwifi_fix_oops.patch - - patches.fixes/v4l-dvb-avoid-writing-outside-array + - patches.drivers/libata-update-ST-FLUSH-blacklist + - patches.fixes/iwlwifi_fix_oops.patch + - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. @@ -7673,8 +7708,8 @@ Debug information for package %name-devel * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - - patches.fixes/applicom-fix-unchecked-ioctl-range - - patches.fixes/watchdog-ib700wdt-buffer-underflow + - patches.fixes/applicom-fix-unchecked-ioctl-range + - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). @@ -7773,60 +7808,60 @@ Debug information for package %name-devel no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). -* Tue Dec 9 2008 jeffm@suse.de +* Tue Dec 09 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). -* Tue Dec 9 2008 agruen@suse.de +* Tue Dec 09 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). -* Tue Dec 9 2008 trenn@suse.de +* Tue Dec 09 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Tue Dec 9 2008 mmarek@suse.cz +* Tue Dec 09 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this - subpackage requires via dependencies. This is needed to - preserve symsets when modules move from one subpackage to - another. + subpackage requires via dependencies. This is needed to + preserve symsets when modules move from one subpackage to + another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules -* Tue Dec 9 2008 nfbrown@suse.de +* Tue Dec 09 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). -* Mon Dec 8 2008 rjw@suse.de +* Mon Dec 08 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). -* Mon Dec 8 2008 trenn@suse.de +* Mon Dec 08 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) -* Mon Dec 8 2008 rw@suse.de +* Mon Dec 08 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc -* Mon Dec 8 2008 mmarek@suse.cz +* Mon Dec 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in - the kmp %%%%postun -* Mon Dec 8 2008 jjohansen@suse.de + the kmp %%postun +* Mon Dec 08 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). @@ -7834,9 +7869,9 @@ Debug information for package %name-devel security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). -* Mon Dec 8 2008 olh@suse.de +* Mon Dec 08 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor -* Mon Dec 8 2008 hare@suse.de +* Mon Dec 08 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for @@ -7853,7 +7888,7 @@ Debug information for package %name-devel (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) -* Mon Dec 8 2008 tonyj@suse.de +* Mon Dec 08 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of @@ -7864,66 +7899,66 @@ Debug information for package %name-devel perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. -* Sat Dec 6 2008 trenn@suse.de +* Sat Dec 06 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Sat Dec 6 2008 gregkh@suse.de +* Sat Dec 06 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. -* Fri Dec 5 2008 olh@suse.de +* Fri Dec 05 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). -* Fri Dec 5 2008 jbeulich@novell.com +* Fri Dec 05 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). -* Fri Dec 5 2008 hare@suse.de +* Fri Dec 05 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. -* Fri Dec 5 2008 bphilips@suse.de +* Fri Dec 05 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. -* Fri Dec 5 2008 gregkh@suse.de +* Fri Dec 05 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) -* Fri Dec 5 2008 nfbrown@suse.de +* Fri Dec 05 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. -* Thu Dec 4 2008 jeffm@suse.de +* Thu Dec 04 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz - Update config files. -* Thu Dec 4 2008 jack@suse.cz +* Thu Dec 04 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) @@ -7947,10 +7982,10 @@ Debug information for package %name-devel for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). -* Thu Dec 4 2008 jjolly@suse.de +* Thu Dec 04 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). @@ -7962,92 +7997,92 @@ Debug information for package %name-devel smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). -* Thu Dec 4 2008 olh@suse.de +* Thu Dec 04 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). -* Thu Dec 4 2008 mmarek@suse.cz +* Thu Dec 04 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) -* Thu Dec 4 2008 schwab@suse.de +* Thu Dec 04 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. -* Thu Dec 4 2008 jbeulich@novell.com +* Thu Dec 04 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. -* Thu Dec 4 2008 mszeredi@suse.de +* Thu Dec 04 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). -* Thu Dec 4 2008 hare@suse.de +* Thu Dec 04 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). -* Thu Dec 4 2008 gregkh@suse.de +* Thu Dec 04 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. -* Wed Dec 3 2008 gregkh@suse.de +* Wed Dec 03 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - - patches.drivers/libata-fix-ata_tf_read_block-overflow - - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - - patches.drivers/libata-seagate-firmware-bug - - patches.drivers/parport-serial-array-overflow-fix - - patches.fixes/af_unix-soft-lockup-fix.patch - - patches.fixes/cifs-add-cifs_sock_list - - patches.fixes/cifs-cleanup-cifs_mount - - patches.fixes/cifs-cleanup-proto-handling - - patches.fixes/cifs-disable-sess-sharing - - patches.fixes/cifs-fix-build-breakage - - patches.fixes/cifs-fix-data-corruption - - patches.fixes/cifs-fix-dead-tcon-check - - patches.fixes/cifs-fix-oops-on-failed-mount - - patches.fixes/cifs-fix-reconnection-flags - - patches.fixes/cifs-fix-smb-send2 - - patches.fixes/cifs-fix-writepages - - patches.fixes/cifs-reinstate-sess-sharing-sans-races - - patches.fixes/cifs-reinstate-treecon-sharing - - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - - patches.fixes/ext4_fix_whitespace_checkpatch_issues - - patches.fixes/ext4_update-flex-bg-counters-when-resizing - - patches.fixes/fix-inotify-watch-removal-umount-races - - patches.fixes/hpwdt-execute-page.diff - - patches.fixes/hpwdt-kdump.diff - - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch -* Wed Dec 3 2008 jbeulich@novell.com + - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch + - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch + - patches.drivers/libata-fix-ata_tf_read_block-overflow + - patches.drivers/libata-fix-ata_tf_to_lba48-overflow + - patches.drivers/libata-seagate-firmware-bug + - patches.drivers/parport-serial-array-overflow-fix + - patches.fixes/af_unix-soft-lockup-fix.patch + - patches.fixes/cifs-add-cifs_sock_list + - patches.fixes/cifs-cleanup-cifs_mount + - patches.fixes/cifs-cleanup-proto-handling + - patches.fixes/cifs-disable-sess-sharing + - patches.fixes/cifs-fix-build-breakage + - patches.fixes/cifs-fix-data-corruption + - patches.fixes/cifs-fix-dead-tcon-check + - patches.fixes/cifs-fix-oops-on-failed-mount + - patches.fixes/cifs-fix-reconnection-flags + - patches.fixes/cifs-fix-smb-send2 + - patches.fixes/cifs-fix-writepages + - patches.fixes/cifs-reinstate-sess-sharing-sans-races + - patches.fixes/cifs-reinstate-treecon-sharing + - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors + - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully + - patches.fixes/ext4_fix_whitespace_checkpatch_issues + - patches.fixes/ext4_update-flex-bg-counters-when-resizing + - patches.fixes/fix-inotify-watch-removal-umount-races + - patches.fixes/hpwdt-execute-page.diff + - patches.fixes/hpwdt-kdump.diff + - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch + - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch +* Wed Dec 03 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. -* Wed Dec 3 2008 olh@suse.de +* Wed Dec 03 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) -* Wed Dec 3 2008 teheo@suse.de +* Wed Dec 03 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). -* Wed Dec 3 2008 jbeulich@novell.com +* Wed Dec 03 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. @@ -8067,16 +8102,16 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. -* Wed Dec 3 2008 hare@suse.de +* Wed Dec 03 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). -* Wed Dec 3 2008 knikanth@suse.de +* Wed Dec 03 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. -* Wed Dec 3 2008 sjayaraman@suse.de +* Wed Dec 03 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 @@ -8093,41 +8128,41 @@ Debug information for package %name-devel patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing -* Tue Dec 2 2008 jeffm@suse.de +* Tue Dec 02 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. -* Tue Dec 2 2008 mszeredi@suse.de +* Tue Dec 02 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). -* Tue Dec 2 2008 goldwyn@suse.de +* Tue Dec 02 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). -* Tue Dec 2 2008 mmarek@suse.cz +* Tue Dec 02 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) -* Tue Dec 2 2008 olh@suse.de +* Tue Dec 02 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) -* Tue Dec 2 2008 hare@suse.de +* Tue Dec 02 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) -* Tue Dec 2 2008 jjolly@suse.de +* Tue Dec 02 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: @@ -8135,7 +8170,7 @@ Debug information for package %name-devel (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). -* Mon Dec 1 2008 kkeil@suse.de +* Mon Dec 01 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: @@ -8156,10 +8191,10 @@ Debug information for package %name-devel cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) -* Mon Dec 1 2008 mmarek@suse.cz +* Mon Dec 01 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). @@ -8171,7 +8206,7 @@ Debug information for package %name-devel (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). -* Mon Dec 1 2008 trenn@suse.de +* Mon Dec 01 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de @@ -8185,41 +8220,41 @@ Debug information for package %name-devel * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: - Add partition id, coherence id, and region size to UV + Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: - Add UV watchlist suppor + Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: - genirq: NULL struct irq_desc's member 'name' in - dynamic_irq_cleanup() + genirq: NULL struct irq_desc's member 'name' in + dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: - Add UV bios call to change memory protections + Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: - x86: Add UV partition call + x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: - Add UV bios call to get the address of the reserved page + Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: - Add UV bios calls to allocate and free watchlists + Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: - x86: Add UV bios call infrastructure + x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: - x86: Add UV EFI table entry + x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: - Use consistent names for region size and conherence id on x86 - and ia64 + Use consistent names for region size and conherence id on x86 + and ia64 o patches.fixes/uv-sysfs.diff: - x86: Add UV sysfs entries + x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: - Define xp_expand_memprotect() and xp_restrict_memprotect() + Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: - Define xp_partition_id and xp_region_size + Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: - Add the code to create the activate and notify gru message - queues + Add the code to create the activate and notify gru message + queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: - Add support for getting the address of a partition's reserved - page + Add support for getting the address of a partition's reserved + page o patches.fixes/uv_setup_irq.diff: - x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 + x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 @@ -8385,11 +8420,11 @@ Debug information for package %name-devel * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro - for improved cross-distro compatibility. + for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that - way, KMPs can either use this macro for compatibility, or - they can substitute other packages for special cases. + way, KMPs can either use this macro for compatibility, or + they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). @@ -8437,14 +8472,14 @@ Debug information for package %name-devel - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - - patches.arch/s390-04-05-topology-lock.diff - - patches.drivers/bnx2x-zero-PMF - - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - - patches.fixes/sony_laptop_fix_suspend.patch - - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: + - patches.arch/s390-04-05-topology-lock.diff + - patches.drivers/bnx2x-zero-PMF + - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch + - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch + - patches.fixes/sony_laptop_fix_suspend.patch + - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch + - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch + - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). @@ -8515,9 +8550,9 @@ Debug information for package %name-devel Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - - > unified i386/x86_64 debug kernels: - - added CONFIG_NO_HZ=y to i386-debug - - added CONFIG_DEBUG_INFO to x86_64-debug + -> unified i386/x86_64 debug kernels: + - added CONFIG_NO_HZ=y to i386-debug + - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: @@ -8554,7 +8589,7 @@ Debug information for package %name-devel - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - - > Fix typo, must not invert logic at this point + -> Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz @@ -8703,7 +8738,7 @@ Debug information for package %name-devel patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: - VMware tsc clocksource workaround (bnc#441338). + VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 @@ -8737,14 +8772,14 @@ Debug information for package %name-devel - fixes some security issues - lots of bugfixes - obsoletes: - - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - - patches.arch/ppc-gigantic-page-fix2.patch: - - patches.arch/ppc-gigantic-page-fix3.patch: - - patches.drivers/alsa-hda-dell-eq-option: - - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - - patches.drivers/cciss-fix-sysfs-symlink.patch: - - patches.drivers/libata-fix-last_reset-timestamp-handling: - - patches.kernel.org/md-raid10-recovoery-fix.path: + - patches.arch/acpi-dock-avoid-check-_STA-method.patch: + - patches.arch/ppc-gigantic-page-fix2.patch: + - patches.arch/ppc-gigantic-page-fix3.patch: + - patches.drivers/alsa-hda-dell-eq-option: + - patches.drivers/cciss-fix-procfs-firmware-regression.patch: + - patches.drivers/cciss-fix-sysfs-symlink.patch: + - patches.drivers/libata-fix-last_reset-timestamp-handling: + - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de @@ -8837,24 +8872,24 @@ Debug information for package %name-devel kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. -* Sun Nov 9 2008 jeffm@suse.de +* Sun Nov 09 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. -* Sat Nov 8 2008 jeffm@suse.de +* Sat Nov 08 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. -* Sat Nov 8 2008 gregkh@suse.de +* Sat Nov 08 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. -* Fri Nov 7 2008 bwalle@suse.de +* Fri Nov 07 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. -* Fri Nov 7 2008 schwab@suse.de +* Fri Nov 07 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. -* Fri Nov 7 2008 hare@suse.de +* Fri Nov 07 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for @@ -8874,12 +8909,12 @@ Debug information for package %name-devel make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). -* Fri Nov 7 2008 tiwai@suse.de +* Fri Nov 07 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). @@ -8888,71 +8923,71 @@ Debug information for package %name-devel - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - Update config files for RT -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc -* Fri Nov 7 2008 kkeil@suse.de +* Fri Nov 07 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being -* Fri Nov 7 2008 jbeulich@novell.com +* Fri Nov 07 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. -* Fri Nov 7 2008 olh@suse.de +* Fri Nov 07 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) -* Fri Nov 7 2008 jjolly@suse.de +* Fri Nov 07 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). -* Fri Nov 7 2008 gregkh@suse.de +* Fri Nov 07 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). -* Fri Nov 7 2008 nfbrown@suse.de +* Fri Nov 07 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). -* Thu Nov 6 2008 kkeil@suse.de +* Thu Nov 06 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. -* Thu Nov 6 2008 jblunck@suse.de +* Thu Nov 06 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). @@ -8960,7 +8995,7 @@ Debug information for package %name-devel uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range @@ -8968,10 +9003,10 @@ Debug information for package %name-devel - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). -* Thu Nov 6 2008 jbeulich@novell.com +* Thu Nov 06 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include @@ -9000,45 +9035,45 @@ Debug information for package %name-devel - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). -* Thu Nov 6 2008 sassmann@suse.de +* Thu Nov 06 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) -* Thu Nov 6 2008 olh@suse.de +* Thu Nov 06 2008 olh@suse.de - remove unneeded BuildRequires for dtc -* Thu Nov 6 2008 jjolly@suse.de +* Thu Nov 06 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) -* Thu Nov 6 2008 gregkh@suse.de +* Thu Nov 06 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. -* Wed Nov 5 2008 jblunck@suse.de +* Wed Nov 05 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). -* Wed Nov 5 2008 hare@suse.de +* Wed Nov 05 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). -* Wed Nov 5 2008 jjolly@suse.de +* Wed Nov 05 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch -* Wed Nov 5 2008 agruen@suse.de +* Wed Nov 05 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) -* Wed Nov 5 2008 tiwai@suse.de +* Wed Nov 05 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). @@ -9048,17 +9083,17 @@ Debug information for package %name-devel STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - refresh patches to remove fuzz -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible @@ -9077,12 +9112,12 @@ Debug information for package %name-devel power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 -* Wed Nov 5 2008 olh@suse.de +* Wed Nov 05 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). @@ -9090,14 +9125,14 @@ Debug information for package %name-devel sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. -* Wed Nov 5 2008 teheo@suse.de +* Wed Nov 05 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). @@ -9115,122 +9150,122 @@ Debug information for package %name-devel libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). -* Wed Nov 5 2008 gregkh@suse.de +* Wed Nov 05 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - - patches.arch/ppc-pseries_16g-numa.patch - - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - - patches.arch/ppc-pseries_mem-limit-16g.patch - - patches.arch/s390-02-02-smp-sysdev.patch - - patches.drivers/alsa-hda-reboot-notifier - - patches.drivers/libata-sata_nv-hardreset-fix - - patches.fixes/acpi-clear-wake-status.patch - - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - - patches.suse/file-capabilities-add-no_file_caps-switch.diff - - patches.suse/file-capabilities-turn-on-by-default.diff + - patches.arch/ppc-pseries_16g-numa.patch + - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch + - patches.arch/ppc-pseries_mem-limit-16g.patch + - patches.arch/s390-02-02-smp-sysdev.patch + - patches.drivers/alsa-hda-reboot-notifier + - patches.drivers/libata-sata_nv-hardreset-fix + - patches.fixes/acpi-clear-wake-status.patch + - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch + - patches.suse/file-capabilities-add-no_file_caps-switch.diff + - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) -* Wed Nov 5 2008 kkeil@suse.de +* Wed Nov 05 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) -* Tue Nov 4 2008 tonyj@suse.de +* Tue Nov 04 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo -* Tue Nov 4 2008 rw@suse.de +* Tue Nov 04 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) -* Tue Nov 4 2008 mmarek@suse.cz +* Tue Nov 04 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 -* Tue Nov 4 2008 jjolly@suse.de +* Tue Nov 04 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update -* Tue Nov 4 2008 miklos@szeredi.hu +* Tue Nov 04 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). -* Tue Nov 4 2008 sdietrich@suse.de +* Tue Nov 04 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. -* Tue Nov 4 2008 teheo@suse.de +* Tue Nov 04 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). -* Tue Nov 4 2008 hare@suse.de +* Tue Nov 04 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). -* Tue Nov 4 2008 gregkh@suse.de +* Tue Nov 04 2008 gregkh@suse.de - refresh patches to apply cleanly. -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. -* Mon Nov 3 2008 tiwai@suse.de +* Mon Nov 03 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). -* Mon Nov 3 2008 jeffm@suse.de +* Mon Nov 03 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. -* Mon Nov 3 2008 knikanth@suse.de +* Mon Nov 03 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. -* Mon Nov 3 2008 olh@suse.de +* Mon Nov 03 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). -* Mon Nov 3 2008 teheo@suse.de +* Mon Nov 03 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: -* Sun Nov 2 2008 sdietrich@suse.de +* Sun Nov 02 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 sdietrich@suse.de +* Sat Nov 01 2008 sdietrich@suse.de - Update RT config files: - - Sync with SLES 11 default/debug configs - - Limit CPUS to 32 - - Disable CONFIG_RADIX_TREE_CONCURRENT - - Disable CONFIG_RADIX_TREE_OPTIMISTIC - - Disable CONFIG_PREEMPT_RCU_BOOST - - Enable CONFIG_RTMUTEX_CHECK + - Sync with SLES 11 default/debug configs + - Limit CPUS to 32 + - Disable CONFIG_RADIX_TREE_CONCURRENT + - Disable CONFIG_RADIX_TREE_OPTIMISTIC + - Disable CONFIG_PREEMPT_RCU_BOOST + - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update - smp_send_reschedule_allbutself_cpumask mask parameter. + smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update - smp_send_nmi_allbutself mask parameter. + smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch @@ -9239,7 +9274,7 @@ Debug information for package %name-devel - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. -* Sat Nov 1 2008 bwalle@suse.de +* Sat Nov 01 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de @@ -9604,7 +9639,7 @@ Debug information for package %name-devel patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: - ALSA updates, mostly taken from 2.6.28-rc1 patches + ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. @@ -9628,8 +9663,8 @@ Debug information for package %name-devel pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: - panasonic-laptop: add Panasonic Let's Note laptop extras - driver v0.94. + panasonic-laptop: add Panasonic Let's Note laptop extras + driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer @@ -9797,20 +9832,20 @@ Debug information for package %name-devel - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove - is_active from struct dm_path. + is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call - blk_abort_queue on failed paths (bnc#417544). + blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: - blk_cleanup_queue() should call blk_sync_queue(). + blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: - Update request-based multipathing patches to upstream version - (bnc#434105). + Update request-based multipathing patches to upstream version + (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version - of request-based multipathing patchset (bnc#434105) + of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: - use rq complete marking in blk_abort_request (bnc#434105). + use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. @@ -9885,9 +9920,9 @@ Debug information for package %name-devel * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - - patches.fixes/wdm_autoload.diff: Delete. + - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. + - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de @@ -10130,7 +10165,7 @@ Debug information for package %name-devel * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, - debug, and rt kernel variants. + debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) @@ -10335,109 +10370,109 @@ Debug information for package %name-devel patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com -* Thu Oct 9 2008 jeffm@suse.de +* Thu Oct 09 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). -* Thu Oct 9 2008 carnold@novell.com +* Thu Oct 09 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. -* Thu Oct 9 2008 gregkh@suse.de +* Thu Oct 09 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). -* Thu Oct 9 2008 jdelvare@suse.de +* Thu Oct 09 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. -* Thu Oct 9 2008 mmarek@suse.cz +* Thu Oct 09 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) -* Thu Oct 9 2008 bwalle@suse.de +* Thu Oct 09 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - enable battery_pmu on ppc32 -* Thu Oct 9 2008 trenn@suse.de +* Thu Oct 09 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 @@ -10453,39 +10488,39 @@ Debug information for package %name-devel Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. -* Thu Oct 9 2008 olh@suse.de +* Thu Oct 09 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) -* Thu Oct 9 2008 teheo@suse.de +* Thu Oct 09 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. -* Wed Oct 8 2008 teheo@suse.de +* Wed Oct 08 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). -* Wed Oct 8 2008 carnold@novell.com +* Wed Oct 08 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. -* Wed Oct 8 2008 jeffm@suse.de +* Wed Oct 08 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - - CONFIG_INTR_REMAP=n for now + - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n -* Wed Oct 8 2008 trenn@suse.de +* Wed Oct 08 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: @@ -10638,43 +10673,43 @@ Debug information for package %name-devel - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. -* Wed Oct 8 2008 jjolly@suse.de +* Wed Oct 08 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. -* Wed Oct 8 2008 ghaskins@suse.de +* Wed Oct 08 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. -* Wed Oct 8 2008 sjayaraman@suse.de +* Wed Oct 08 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. -* Wed Oct 8 2008 bwalle@suse.de +* Wed Oct 08 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): @@ -10693,49 +10728,49 @@ Debug information for package %name-devel o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory -* Wed Oct 8 2008 mmarek@suse.cz +* Wed Oct 08 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd -* Wed Oct 8 2008 hare@suse.de +* Wed Oct 08 2008 hare@suse.de - supported.conf: mark igb as supported. -* Wed Oct 8 2008 agruen@suse.de +* Wed Oct 08 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla -* Wed Oct 8 2008 olh@suse.de +* Wed Oct 08 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported -* Wed Oct 8 2008 gregkh@suse.de +* Wed Oct 08 2008 gregkh@suse.de - enable yealink driver (bnc#432841) -* Tue Oct 7 2008 oneukum@suse.de +* Tue Oct 07 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). -* Tue Oct 7 2008 trenn@suse.de +* Tue Oct 07 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). -* Tue Oct 7 2008 agruen@suse.de +* Tue Oct 07 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). -* Tue Oct 7 2008 hare@suse.de +* Tue Oct 07 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). -* Tue Oct 7 2008 olh@suse.de +* Tue Oct 07 2008 olh@suse.de - mark legacy iseries storage as supported -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. -* Mon Oct 6 2008 jdelvare@suse.de +* Mon Oct 06 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. @@ -10743,38 +10778,38 @@ Debug information for package %name-devel for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. -* Sun Oct 5 2008 agruen@suse.de +* Sun Oct 05 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). -* Sun Oct 5 2008 greg@suse.de +* Sun Oct 05 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) -* Sun Oct 5 2008 gregkh@suse.de +* Sun Oct 05 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). -* Fri Oct 3 2008 jkosina@suse.de +* Fri Oct 03 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - compile windfarm_pm121 into the kernel -* Fri Oct 3 2008 jeffm@suse.de +* Fri Oct 03 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor -* Fri Oct 3 2008 olh@suse.de +* Fri Oct 03 2008 olh@suse.de - mark Cell drivers as supported -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. -* Fri Oct 3 2008 tonyj@suse.de +* Fri Oct 03 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues @@ -10785,23 +10820,23 @@ Debug information for package %name-devel - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT -* Fri Oct 3 2008 gregkh@suse.de +* Fri Oct 03 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. -* Thu Oct 2 2008 agruen@suse.de +* Thu Oct 02 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. -* Thu Oct 2 2008 schwab@suse.de +* Thu Oct 02 2008 schwab@suse.de - Don't clean . -* Thu Oct 2 2008 jblunck@suse.de +* Thu Oct 02 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules -* Thu Oct 2 2008 jkosina@suse.de +* Thu Oct 02 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel -* Thu Oct 2 2008 jbeulich@novell.com +* Thu Oct 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put @@ -10809,32 +10844,32 @@ Debug information for package %name-devel - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. -* Wed Oct 1 2008 jeffm@suse.de +* Wed Oct 01 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. -* Wed Oct 1 2008 olh@suse.de +* Wed Oct 01 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - Update config files: make floppy module on i386, too -* Wed Oct 1 2008 tiwai@suse.de +* Wed Oct 01 2008 tiwai@suse.de - supported.conf: update sound drivers -* Wed Oct 1 2008 tonyj@suse.de +* Wed Oct 01 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. -* Wed Oct 1 2008 agruen@suse.de +* Wed Oct 01 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - - patches.arch/ia64-kdump_proc_iomem.diff - - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - - patches.fixes/usb-hcd-interrupt-shared.patch + - patches.arch/ia64-kdump_proc_iomem.diff + - patches.drivers/qla2xxx-defer-risc-interrupt-enablement + - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check @@ -11632,70 +11667,70 @@ Debug information for package %name-devel - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - - extra packages. Fix the bogus dependencies on those packages. + -extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: - gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: - serialize access to min_free_kbytes (FATE#303834). - - patches.suse/SoN-03-doc.patch: swap over network documentation - (FATE#303834). - - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: - expose gfp_to_alloc_flags() (FATE#303834). - - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve - pages (FATE#303834). - - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge - of reserve pages (FATE#303834). - - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: - kmem_alloc_estimate() (FATE#303834). - - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow - PF_MEMALLOC from softirq context (FATE#303834). - - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency - pool (FATE#303834). - - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: - system wide ALLOC_NO_WATERMARK (FATE#303834). - - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: - __GFP_MEMALLOC (FATE#303834). - - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve - management (FATE#303834). - - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: - tag avc cache alloc as non-critical (FATE#303834). - - patches.suse/SoN-14-net-backlog.patch: net: wrap - sk->sk_backlog_rcv() (FATE#303834). - - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive - api (FATE#303834). - - patches.suse/SoN-16-net-sk_allocation.patch: net: - sk_allocation() - concentrate socket related allocations - (FATE#303834). - - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve - infrastructure (FATE#303834). - - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET - reserves. (FATE#303834). - - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook - skb allocation to reserves (FATE#303834). - - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter - emergency skbs. (FATE#303834). - - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent - a stream specific deadlock (FATE#303834). - - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: - NF_QUEUE vs emergency skbs (FATE#303834). - - patches.suse/SoN-23-netvm.patch: netvm: skb processing - (FATE#303834). - - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for - non block device backed swap files (FATE#303834). - - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods - for teaching filesystems about PG_swapcache pages (FATE#303834). - - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS - client how to treat PG_swapcache pages (FATE#303834). - - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache - revalidation for swapfiles (FATE#303834). - - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS - (FATE#303834). - - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various - memory recursions possible with swap over NFS. (FATE#303834). - - patches.xen/xen3-auto-common.diff: xen3 common. + - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: + gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: + serialize access to min_free_kbytes (FATE#303834). + - patches.suse/SoN-03-doc.patch: swap over network documentation + (FATE#303834). + - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: + expose gfp_to_alloc_flags() (FATE#303834). + - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve + pages (FATE#303834). + - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge + of reserve pages (FATE#303834). + - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: + kmem_alloc_estimate() (FATE#303834). + - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow + PF_MEMALLOC from softirq context (FATE#303834). + - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency + pool (FATE#303834). + - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: + system wide ALLOC_NO_WATERMARK (FATE#303834). + - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: + __GFP_MEMALLOC (FATE#303834). + - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve + management (FATE#303834). + - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: + tag avc cache alloc as non-critical (FATE#303834). + - patches.suse/SoN-14-net-backlog.patch: net: wrap + sk->sk_backlog_rcv() (FATE#303834). + - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive + api (FATE#303834). + - patches.suse/SoN-16-net-sk_allocation.patch: net: + sk_allocation() - concentrate socket related allocations + (FATE#303834). + - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve + infrastructure (FATE#303834). + - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET + reserves. (FATE#303834). + - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook + skb allocation to reserves (FATE#303834). + - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter + emergency skbs. (FATE#303834). + - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent + a stream specific deadlock (FATE#303834). + - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: + NF_QUEUE vs emergency skbs (FATE#303834). + - patches.suse/SoN-23-netvm.patch: netvm: skb processing + (FATE#303834). + - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for + non block device backed swap files (FATE#303834). + - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods + for teaching filesystems about PG_swapcache pages (FATE#303834). + - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS + client how to treat PG_swapcache pages (FATE#303834). + - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache + revalidation for swapfiles (FATE#303834). + - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS + (FATE#303834). + - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various + memory recursions possible with swap over NFS. (FATE#303834). + - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. @@ -11935,9 +11970,9 @@ Debug information for package %name-devel - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: - patches.suse/self-ptrace.patch: the generic pieces - patches.arch/x86-self-ptrace.patch: implementation for x86 - patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 + patches.suse/self-ptrace.patch: the generic pieces + patches.arch/x86-self-ptrace.patch: implementation for x86 + patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de @@ -12288,12 +12323,12 @@ Debug information for package %name-devel Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: - kernel/drivers/misc/asus_laptop - kernel/drivers/misc/eeepc-laptop - kernel/drivers/misc/msi-laptop - kernel/drivers/misc/fujitsu-laptop - kernel/drivers/acpi/wmi - kernel/drivers/misc/hp-wmi + kernel/drivers/misc/asus_laptop + kernel/drivers/misc/eeepc-laptop + kernel/drivers/misc/msi-laptop + kernel/drivers/misc/fujitsu-laptop + kernel/drivers/acpi/wmi + kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. @@ -12311,13 +12346,13 @@ Debug information for package %name-devel * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) -* Tue Sep 9 2008 bphilips@suse.de +* Tue Sep 09 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops -* Tue Sep 9 2008 olh@suse.de +* Tue Sep 09 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 -* Mon Sep 8 2008 olh@suse.de +* Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 -* Fri Sep 5 2008 jjolly@suse.de +* Fri Sep 05 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): @@ -12325,54 +12360,54 @@ Debug information for package %name-devel (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) -* Fri Sep 5 2008 olh@suse.de +* Fri Sep 05 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 -* Thu Sep 4 2008 olh@suse.de +* Thu Sep 04 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus -* Thu Sep 4 2008 jkosina@suse.de +* Thu Sep 04 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) -* Thu Sep 4 2008 bwalle@suse.de +* Thu Sep 04 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. -* Wed Sep 3 2008 jeffm@suse.de +* Wed Sep 03 2008 jeffm@suse.de - mark crc-t10dif as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark pata_pdc2027x as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark spidernet as supported -* Wed Sep 3 2008 olh@suse.de +* Wed Sep 03 2008 olh@suse.de - mark ehea as supported -* Wed Sep 3 2008 trenn@suse.de +* Wed Sep 03 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc -* Wed Sep 3 2008 hare@suse.de +* Wed Sep 03 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. -* Tue Sep 2 2008 jbeulich@novell.com +* Tue Sep 02 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. -* Tue Sep 2 2008 jjolly@suse.de +* Tue Sep 02 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) -* Mon Sep 1 2008 agruen@suse.de +* Mon Sep 01 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. -* Mon Sep 1 2008 bwalle@suse.de +* Mon Sep 01 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. -* Mon Sep 1 2008 olh@suse.de +* Mon Sep 01 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug - will fail there. + will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de @@ -12518,16 +12553,16 @@ Debug information for package %name-devel writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. -* Fri Aug 8 2008 jbeulich@novell.com +* Fri Aug 08 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. -* Fri Aug 8 2008 schwab@suse.de +* Fri Aug 08 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. -* Fri Aug 8 2008 hare@suse.de +* Fri Aug 08 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches @@ -12541,7 +12576,7 @@ Debug information for package %name-devel - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). -* Thu Aug 7 2008 jbeulich@novell.com +* Thu Aug 07 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. @@ -12551,56 +12586,56 @@ Debug information for package %name-devel driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. -* Wed Aug 6 2008 olh@suse.de +* Wed Aug 06 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. -* Tue Aug 5 2008 jeffm@suse.de +* Tue Aug 05 2008 jeffm@suse.de - README: Changed w3d links to wiki links. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. -* Tue Aug 5 2008 ghaskins@suse.de +* Tue Aug 05 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage -* Tue Aug 5 2008 jjohansen@suse.de +* Tue Aug 05 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used - on disconnected paths (bnc#414607) + on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so - that smack can be built (bnc#414610) -* Tue Aug 5 2008 jslaby@suse.de + that smack can be built (bnc#414610) +* Tue Aug 05 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). -* Mon Aug 4 2008 gregkh@suse.de +* Mon Aug 04 2008 gregkh@suse.de - README.BRANCH: added file. -* Mon Aug 4 2008 olh@suse.de +* Mon Aug 04 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present -* Mon Aug 4 2008 jslaby@suse.de +* Mon Aug 04 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). -* Fri Aug 1 2008 ghaskins@suse.de +* Fri Aug 01 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. @@ -12618,16 +12653,16 @@ Debug information for package %name-devel rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. -* Fri Aug 1 2008 schwab@suse.de +* Fri Aug 01 2008 schwab@suse.de - Reenable EFI_RTC. -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS -* Fri Aug 1 2008 trenn@suse.de +* Fri Aug 01 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). -* Fri Aug 1 2008 sassmann@suse.de +* Fri Aug 01 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch @@ -12645,10 +12680,10 @@ Debug information for package %name-devel - Update config files: * Sync to default config. * Disable (broken): - - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - - ISP 1760 HCD support (USB_ISP1760_HCD) - - KDB - - QLogic InfiniPath Driver (INFINIBAND_IPATH) + - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) + - ISP 1760 HCD support (USB_ISP1760_HCD) + - KDB + - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. @@ -13480,33 +13515,33 @@ Debug information for package %name-devel * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - - git5. -* Wed Jul 9 2008 jeffm@suse.de + -git5. +* Wed Jul 09 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). -* Wed Jul 9 2008 jeffm@suse.de +* Wed Jul 09 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. -* Wed Jul 9 2008 jbohac@suse.cz +* Wed Jul 09 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). -* Wed Jul 9 2008 olh@suse.de +* Wed Jul 09 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) -* Mon Jul 7 2008 trenn@suse.de +* Mon Jul 07 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). -* Wed Jul 2 2008 jkosina@suse.de +* Wed Jul 02 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). -* Wed Jul 2 2008 jeffm@suse.de +* Wed Jul 02 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 @@ -13533,7 +13568,7 @@ Debug information for package %name-devel - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added - coreutils and grep to Requires + coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) @@ -13545,14 +13580,14 @@ Debug information for package %name-devel - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will - be removed soon, mark as unsupported. + be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved - to drivers/rtc). + to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers - exist in drivers/gpio), mark as unsupported. + exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, @@ -13638,34 +13673,34 @@ Debug information for package %name-devel * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - refresh patches to apply cleanly -* Mon Jun 9 2008 gregkh@suse.de +* Mon Jun 09 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - - patches.drivers/libata-force-hardreset-if-link-pm - - patches.fixes/input-hid-apple-numlock-emulation.patch - - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch -* Mon Jun 9 2008 gregkh@suse.de + - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch + - patches.drivers/libata-force-hardreset-if-link-pm + - patches.fixes/input-hid-apple-numlock-emulation.patch + - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch +* Mon Jun 09 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). -* Mon Jun 9 2008 teheo@suse.de +* Mon Jun 09 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). -* Mon Jun 9 2008 jkosina@suse.de +* Mon Jun 09 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). -* Sat Jun 7 2008 gregkh@suse.de +* Sat Jun 07 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 -* Fri Jun 6 2008 tiwai@suse.de +* Fri Jun 06 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug -* Thu Jun 5 2008 jbeulich@novell.com +* Thu Jun 05 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, @@ -13677,22 +13712,22 @@ Debug information for package %name-devel Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. -* Wed Jun 4 2008 jblunck@suse.de +* Wed Jun 04 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). -* Wed Jun 4 2008 schwab@suse.de +* Wed Jun 04 2008 schwab@suse.de - Don't clean asm-offsets.h. -* Wed Jun 4 2008 jjohanse@suse.de +* Wed Jun 04 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) -* Tue Jun 3 2008 jkosina@suse.de +* Tue Jun 03 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) -* Tue Jun 3 2008 tiwai@suse.de +* Tue Jun 03 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). -* Tue Jun 3 2008 bphilips@suse.de +* Tue Jun 03 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. @@ -13712,20 +13747,20 @@ Debug information for package %name-devel e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). -* Mon Jun 2 2008 jeffm@suse.de +* Mon Jun 02 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). -* Mon Jun 2 2008 tiwai@suse.de +* Mon Jun 02 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de @@ -13968,7 +14003,7 @@ Debug information for package %name-devel * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - - > Did not make it into 2.6.25 again... + -> Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). @@ -14054,34 +14089,34 @@ Debug information for package %name-devel * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE - numbers issued just yet) -* Fri May 9 2008 jeffm@suse.de + numbers issued just yet) +* Fri May 09 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) -* Fri May 9 2008 hare@suse.de +* Fri May 09 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - rediff patches to apply cleanly. -* Thu May 8 2008 gregkh@suse.de +* Thu May 08 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs -* Thu May 8 2008 sassmann@suse.de +* Thu May 08 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. -* Wed May 7 2008 gregkh@suse.de +* Wed May 07 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - - fixes CVE-2008-1669 -* Tue May 6 2008 schwab@suse.de + - fixes CVE-2008-1669 +* Tue May 06 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. -* Mon May 5 2008 jack@suse.cz +* Mon May 05 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). @@ -14183,19 +14218,19 @@ Debug information for package %name-devel cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). -* Fri May 2 2008 teheo@suse.de +* Fri May 02 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). -* Thu May 1 2008 gregkh@suse.de +* Thu May 01 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes -* Thu May 1 2008 agruen@suse.de +* Thu May 01 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). -* Thu May 1 2008 teheo@suse.de +* Thu May 01 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de @@ -14394,7 +14429,7 @@ Debug information for package %name-devel - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and - xattr dir i_mutex + xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de @@ -14422,25 +14457,25 @@ Debug information for package %name-devel - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 -* Tue Apr 8 2008 gregkh@suse.de +* Tue Apr 08 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. -* Mon Apr 7 2008 gregkh@suse.de +* Mon Apr 07 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. -* Sun Apr 6 2008 jeffm@suse.de +* Sun Apr 06 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). -* Thu Apr 3 2008 teheo@suse.de +* Thu Apr 03 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). -* Wed Apr 2 2008 gregkh@suse.de +* Wed Apr 02 2008 gregkh@suse.de - Update to 2.6.25-rc8 -* Tue Apr 1 2008 jblunck@suse.de +* Tue Apr 01 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. @@ -14455,7 +14490,7 @@ Debug information for package %name-devel * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge - issues... + issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). @@ -14489,12 +14524,12 @@ Debug information for package %name-devel - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - - which deleted the following patches: - - patches.fixes/hibernation-snapshot-numa-workaround.patch - - patches.fixes/acpi-fix-double-log-level.patch - - patches.fixes/acpi_fix_mem_corruption.patch - - patches.kernel.org/patch-2.6.25-rc5 - - patches.kernel.org/patch-2.6.25-rc5-git3 + - which deleted the following patches: + - patches.fixes/hibernation-snapshot-numa-workaround.patch + - patches.fixes/acpi-fix-double-log-level.patch + - patches.fixes/acpi_fix_mem_corruption.patch + - patches.kernel.org/patch-2.6.25-rc5 + - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de @@ -14578,70 +14613,70 @@ Debug information for package %name-devel * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. -* Sun Mar 9 2008 jeffm@suse.de +* Sun Mar 09 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). -* Sat Mar 8 2008 agruen@suse.de +* Sat Mar 08 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). -* Fri Mar 7 2008 schwab@suse.de +* Fri Mar 07 2008 schwab@suse.de - Update kdb patches. -* Thu Mar 6 2008 trenn@suse.de +* Thu Mar 06 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - Update s390 config files. -* Thu Mar 6 2008 gregkh@suse.de +* Thu Mar 06 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update vanilla config files. -* Wed Mar 5 2008 jbeulich@novell.com +* Wed Mar 05 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. -* Wed Mar 5 2008 gregkh@suse.de +* Wed Mar 05 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 -* Wed Mar 5 2008 fseidel@suse.de +* Wed Mar 05 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - Update to 2.6.25-rc3-git5 -* Tue Mar 4 2008 olh@suse.de +* Tue Mar 04 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld -* Mon Mar 3 2008 lmb@suse.de +* Mon Mar 03 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. -* Mon Mar 3 2008 ak@suse.de +* Mon Mar 03 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) -* Sun Mar 2 2008 olh@suse.de +* Sun Mar 02 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de @@ -14779,33 +14814,33 @@ Debug information for package %name-devel * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - - patches.arch/acpi_autoload_bay.patch: Delete. - - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: - Delete. - - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - - patches.drivers/early-firewire.diff: Delete. - - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: - Delete. - - patches.drivers/libata-implement-force-parameter: Delete. - - patches.drivers/igb-1.0.8-k2: Delete. - - patches.drivers/always-announce-new-usb-devices.patch: Delete. - - patches.drivers/nozomi.patch: Delete. - - patches.drivers/libata-quirk_amd_ide_mode: Delete. - - patches.fixes/acpi_autoload_baydock.patch: Delete. - - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - - patches.kernel.org/patch-2.6.24.1: Delete. - - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - - patches.suse/squashfs.patch.fixup: Delete. - - patches.suse/aslr-pie-executable-randomization.patch: Delete. - - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. + - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. + - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. + - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. + - patches.arch/acpi_autoload_bay.patch: Delete. + - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: + Delete. + - patches.arch/export-acpi_check_resource_conflict.patch: Delete. + - patches.drivers/early-firewire.diff: Delete. + - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: + Delete. + - patches.drivers/libata-implement-force-parameter: Delete. + - patches.drivers/igb-1.0.8-k2: Delete. + - patches.drivers/always-announce-new-usb-devices.patch: Delete. + - patches.drivers/nozomi.patch: Delete. + - patches.drivers/libata-quirk_amd_ide_mode: Delete. + - patches.fixes/acpi_autoload_baydock.patch: Delete. + - patches.fixes/bluetooth_hci_dev_put.patch: Delete. + - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. + - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. + - patches.fixes/libiscsi-missing-semicolon.diff: Delete. + - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. + - patches.kernel.org/patch-2.6.24.1: Delete. + - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. + - patches.suse/squashfs.patch.fixup: Delete. + - patches.suse/aslr-pie-executable-randomization.patch: Delete. + - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de @@ -14913,51 +14948,51 @@ Debug information for package %name-devel - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now - contained within. -* Fri Feb 8 2008 gregkh@suse.de + contained within. +* Fri Feb 08 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more -* Fri Feb 8 2008 bwalle@suse.de +* Fri Feb 08 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. -* Fri Feb 8 2008 gregkh@suse.de +* Fri Feb 08 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. -* Fri Feb 8 2008 jbeulich@novell.com +* Fri Feb 08 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. -* Fri Feb 8 2008 jbenc@suse.cz +* Fri Feb 08 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. -* Wed Feb 6 2008 jeffm@suse.de +* Wed Feb 06 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c -* Wed Feb 6 2008 fseidel@suse.de +* Wed Feb 06 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info -* Wed Feb 6 2008 sdietrich@suse.de +* Wed Feb 06 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. -* Wed Feb 6 2008 olh@suse.de +* Wed Feb 06 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) -* Wed Feb 6 2008 gregkh@suse.de +* Wed Feb 06 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic -* Tue Feb 5 2008 oneukum@suse.de +* Tue Feb 05 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels -* Tue Feb 5 2008 gregkh@suse.de +* Tue Feb 05 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas @@ -15057,69 +15092,69 @@ Debug information for package %name-devel * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Fix debug package build. -* Wed Jan 9 2008 oneukum@suse.de +* Wed Jan 09 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default -* Wed Jan 9 2008 schwab@suse.de +* Wed Jan 09 2008 schwab@suse.de - Update kdb patches. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... -* Wed Jan 9 2008 jeffm@suse.de +* Wed Jan 09 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. -* Wed Jan 9 2008 jbeulich@novell.com +* Wed Jan 09 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. -* Tue Jan 8 2008 jeffm@suse.de +* Tue Jan 08 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). -* Tue Jan 8 2008 olh@suse.de +* Tue Jan 08 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) -* Tue Jan 8 2008 teheo@suse.de +* Tue Jan 08 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). -* Mon Jan 7 2008 jeffm@suse.de +* Mon Jan 07 2008 jeffm@suse.de - Update to 2.6.24-rc7. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. -* Mon Jan 7 2008 teheo@suse.de +* Mon Jan 07 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files for -vanilla. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update config files. -* Fri Jan 4 2008 jeffm@suse.de +* Fri Jan 04 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. -* Wed Jan 2 2008 jblunck@suse.de +* Wed Jan 02 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. -* Tue Jan 1 2008 jeffm@suse.de +* Tue Jan 01 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index 922e436..18306ce 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34cf45d982ebdc87db7695d85841da3641d15efad68d7597a3087d1efb62d10f -size 84061 +oid sha256:cf84937bc7486cbafebe558af5e6d9008dc1ec88e7326821219b542cbfe6d1d0 +size 75923 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 47956d4..877175a 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ef9c84fa5c4c76bf3e27424ae93102936f5cf2fb78ffa1acaceb0afb857972f -size 125707 +oid sha256:2df20a5c5b412a5db8c7d21146c2f13469f86265455198609890af50686007a0 +size 125688 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index de98cbb..e4165d9 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:18ecae3f8e4af2f038eb4142486188b6040d3494d3af2368bc838d6f6d38cb19 -size 81577 +oid sha256:a1e4b1f4004471b7ef6f3346cbd060186c2ff47a29f3417208c0c8b29971ad2e +size 79588 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index d24bdeb..43206fe 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e -size 136 +oid sha256:03ec98de305be7ebac5b0201f483cebf15ff8c05620e602d7e9cef6f8f8d0152 +size 9516165 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index f8d0f0d..05ad5e0 100644 --- a/patches.rpmify.tar.bz2 +++ b/patches.rpmify.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4531817607d387c368bc3ca933262d70c276114aaf03064d0fb1ada89f3d9bfa -size 3565 +oid sha256:767bc24ec7cfd737693751432768729412ab04a84e381bba615b14d2b4002bba +size 3583 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index a90c8bd..afcb5b6 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72bf047d07ccc3145cc4cdac17a67e7545df3280308947a135c6485d885fe9ef -size 289465 +oid sha256:1c91adbe308269bf36ac74db1d65d2817279fbeaddbace24da756c1d338a0eb5 +size 287159 diff --git a/series.conf b/series.conf index cdbba70..f0d0d99 100644 --- a/series.conf +++ b/series.conf @@ -27,6 +27,8 @@ # DO NOT MODIFY THEM! # Send separate patches upstream if you find a problem... ######################################################## + patches.kernel.org/patch-2.6.38-rc1 + patches.kernel.org/patch-2.6.38-rc1-rc2 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -36,7 +38,7 @@ patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning patches.rpmify/qla4xx-missing-readq-definition - patches.rpmify/easycap-fixes + patches.rpmify/winbond-needs-msleep ######################################################## # kABI consistency patches @@ -71,7 +73,6 @@ ######################################################## patches.suse/export-release_open_intent patches.suse/export-security_inode_permission - patches.fixes/reiserfs-xattr-crash-fix ######################################################## # Bug workarounds for binutils @@ -85,16 +86,6 @@ patches.suse/hung_task_timeout-configurable-default +needs_update-33 patches.suse/sched-revert-latency-defaults - patches.suse/sched-automated-per-session-task-groups - patches.fixes/taskstats-better-ifdef - - # This is not the correct fix. The check can be done at - # cgroup exit instead with less of an impact on performance. - # Once that patch is released, then this one should go away. - # I'm accepting it for now because it fixes the crashes that - # many of us have been seeing with 2.6.37-rcX. -jeffm - patches.fixes/sched-cgroup-use-exit-hook-to-avoid-use-after-free-crash - ######################################################## # Architecture-specific patches. These used to be all # at the end of series.conf, but since we don't do @@ -130,10 +121,10 @@ patches.arch/x86-mcp51-no-dac - patches.arch/kvm-split-paravirt-ops-by-functionality - patches.arch/kvm-only-export-selected-pv-ops-feature-structs - patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature - patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic ++needs_update patches.arch/kvm-split-paravirt-ops-by-functionality ++needs_update patches.arch/kvm-only-export-selected-pv-ops-feature-structs ++needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature ++needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic patches.suse/x86-mark_rodata_rw.patch @@ -263,9 +254,6 @@ # Queued for 2.6.36 -> just revert after some time patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch - patches.arch/acpi_fix_global_lock_acquisition.patch - patches.arch/acpi_init_global_lock.patch - ######################################################## # CPUFREQ ######################################################## @@ -283,11 +271,6 @@ patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch ## cpuidle perf events cleanups and related - patches.arch/cpuidle_rename_c0_to_poll_state.patch - patches.arch/cpuidle_event_fix_export.patch - patches.arch/cpuidle_introduce_cpuidle_events.patch - patches.arch/perf_adjust_timechart_to_new_cpuidle_events.patch - patches.arch/cpuidle_fix_double_events.patch patches.arch/perf_timechart_fix_idle_boxes.patch patches.arch/perf_timechart_fix_zero_timestamps.patch @@ -300,7 +283,6 @@ # Suse specific stuff ######################################################## # TIOCGDEV - suse special - patches.fixes/tiocgdev +still_needed? patches.suse/mm-increase-dirty-limits.patch +needs_to_die-33 patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch @@ -343,6 +325,7 @@ ######################################################## patches.suse/reiserfs-barrier-default patches.fixes/reiserfs-remove-2-tb-file-size-limit + patches.fixes/reiserfs-xattr-crash-fix patches.suse/reiser4-dependencies ######################################################## @@ -386,6 +369,7 @@ patches.fixes/novfs-unlink-oops patches.suse/novfs-2.6.37-api-changes patches.fixes/novfs-fragment-size-fix.patch + patches.suse/novfs-build-fix ######################################################## # other filesystem stuff: richacls @@ -406,6 +390,7 @@ patches.suse/0014-richacl-xattr-mapping-functions.patch patches.suse/0015-ext4-Use-IS_POSIXACL-to-check-for-POSIX-ACL-support.patch patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch + patches.suse/richacl-fix ######################################################## # Swap-over-NFS @@ -445,6 +430,7 @@ # don't want to rediff SoN until this gets more testing patches.suse/slab-handle-memoryless-nodes-v2a.patch + patches.suse/SoN-fix ######################################################## # Netfilter @@ -452,6 +438,7 @@ patches.suse/netfilter-ip_conntrack_slp.patch patches.fixes/fix-nf_conntrack_slp + patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack ######################################################## # @@ -526,7 +513,7 @@ ######################################################## 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 ++needs_update patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices ######################################################## # ISDN @@ -565,7 +552,6 @@ patches.suse/elousb-2.6.35-api-changes patches.fixes/input-add-acer-aspire-5710-to-nomux.patch patches.drivers/input-Add-LED-support-to-Synaptics-device - patches.fixes/input-introduce-notimeout-blacklist-for-Dell-Vostro-.patch ########################################################## # Sound @@ -601,14 +587,15 @@ patches.suse/dm-raid45-api-update-no-barriers patches.fixes/dm-mpath-reattach-dh patches.suse/dm-mpath-leastpending-path-update - patches.suse/dm-mpath-accept-failed-paths - patches.suse/dm-mpath-detach-existing-hardware-handler ++needs_update patches.suse/dm-mpath-accept-failed-paths ++needs_update patches.suse/dm-mpath-detach-existing-hardware-handler patches.suse/dm-mpath-null-pgs patches.fixes/dm-table-switch-to-readonly patches.suse/dm-mpath-evaluate-request-result-and-sense patches.fixes/dm-release-map_lock-before-set_disk_ro patches.suse/dm-mpath-no-activate-for-offlined-paths patches.suse/dm-mpath-no-partitions-feature + patches.suse/mpath-fix ######################################################## # md @@ -657,9 +644,9 @@ # Other patches for debugging ######################################################## patches.suse/crasher-26.diff - patches.suse/stack-unwind ++needs_update patches.suse/stack-unwind patches.suse/no-frame-pointer-select - patches.arch/x86_64-unwind-annotations ++needs_update patches.arch/x86_64-unwind-annotations ######################################################## # Kdump @@ -729,121 +716,121 @@ # re-basing to a newer xen tree. # ### both uml framebuffer and xen need this one. - patches.xen/add-console-use-vt ++xen_needs_update patches.xen/add-console-use-vt # split out patches - patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch - patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch - patches.xen/ipv6-no-autoconf - patches.xen/pci-guestdev - patches.xen/pci-reserve -+needs_update-33 patches.xen/sfc-driverlink -+needs_update-33 patches.xen/sfc-resource-driver -+needs_update-33 patches.xen/sfc-driverlink-conditional -+needs_update-33 patches.xen/sfc-external-sram - patches.xen/tmem ++xen_needs_update patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch ++xen_needs_update patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch ++xen_needs_update patches.xen/ipv6-no-autoconf ++xen_needs_update patches.xen/pci-guestdev ++xen_needs_update patches.xen/pci-reserve ++xen_needs_update +needs_update-33 patches.xen/sfc-driverlink ++xen_needs_update +needs_update-33 patches.xen/sfc-resource-driver ++xen_needs_update +needs_update-33 patches.xen/sfc-driverlink-conditional ++xen_needs_update +needs_update-33 patches.xen/sfc-external-sram ++xen_needs_update patches.xen/tmem # bulk stuff, new files for xen - patches.xen/xen3-auto-xen-arch.diff - patches.xen/xen3-auto-xen-drivers.diff - patches.xen/xen3-auto-include-xen-interface.diff ++xen_needs_update patches.xen/xen3-auto-xen-arch.diff ++xen_needs_update patches.xen/xen3-auto-xen-drivers.diff ++xen_needs_update patches.xen/xen3-auto-include-xen-interface.diff # kconfig bits for xen - patches.xen/xen3-auto-xen-kconfig.diff ++xen_needs_update patches.xen/xen3-auto-xen-kconfig.diff # common code changes - patches.xen/xen3-auto-common.diff - patches.xen/xen3-auto-arch-x86.diff - patches.xen/xen3-auto-arch-i386.diff - patches.xen/xen3-auto-arch-x86_64.diff ++xen_needs_update patches.xen/xen3-auto-common.diff ++xen_needs_update patches.xen/xen3-auto-arch-x86.diff ++xen_needs_update patches.xen/xen3-auto-arch-i386.diff ++xen_needs_update patches.xen/xen3-auto-arch-x86_64.diff # fixups due to upstream Xen parts - patches.xen/xen3-fixup-xen ++xen_needs_update patches.xen/xen3-fixup-xen -+needs_update-33 patches.xen/sfc-set-arch -+needs_update-33 patches.xen/sfc-endianness ++xen_needs_update +needs_update-33 patches.xen/sfc-set-arch ++xen_needs_update +needs_update-33 patches.xen/sfc-endianness # newer changeset backports # changes outside arch/{i386,x86_64}/xen - patches.xen/xen3-fixup-kconfig - patches.xen/xen3-fixup-common - patches.xen/xen3-fixup-arch-x86 ++xen_needs_update patches.xen/xen3-fixup-kconfig ++xen_needs_update patches.xen/xen3-fixup-common ++xen_needs_update patches.xen/xen3-fixup-arch-x86 # ports of other patches - patches.xen/xen3-patch-2.6.18 - patches.xen/xen3-patch-2.6.19 - patches.xen/xen3-patch-2.6.20 - patches.xen/xen3-patch-2.6.21 - patches.xen/xen3-patch-2.6.22 - patches.xen/xen3-patch-2.6.23 - patches.xen/xen3-patch-2.6.24 - patches.xen/xen3-patch-2.6.25 - patches.xen/xen3-patch-2.6.26 - patches.xen/xen3-patch-2.6.27 - patches.xen/xen3-patch-2.6.28 - patches.xen/xen3-patch-2.6.29 - patches.xen/xen3-patch-2.6.30 - patches.xen/xen3-patch-2.6.31 - patches.xen/xen3-patch-2.6.32 - patches.xen/xen3-patch-2.6.33 - patches.xen/xen3-patch-2.6.34 - patches.xen/xen3-patch-2.6.35 - patches.xen/xen3-patch-2.6.36 - patches.xen/xen3-patch-2.6.37 - patches.xen/xen3-seccomp-disable-tsc-option - patches.xen/xen3-x86-mcp51-no-dac - patches.xen/xen3-x86-mark_rodata_rw.patch - patches.xen/xen3-acpi_processor_check_maxcpus.patch - patches.xen/xen3-stack-unwind - patches.xen/xen3-x86_64-unwind-annotations ++xen_needs_update patches.xen/xen3-patch-2.6.18 ++xen_needs_update patches.xen/xen3-patch-2.6.19 ++xen_needs_update patches.xen/xen3-patch-2.6.20 ++xen_needs_update patches.xen/xen3-patch-2.6.21 ++xen_needs_update patches.xen/xen3-patch-2.6.22 ++xen_needs_update patches.xen/xen3-patch-2.6.23 ++xen_needs_update patches.xen/xen3-patch-2.6.24 ++xen_needs_update patches.xen/xen3-patch-2.6.25 ++xen_needs_update patches.xen/xen3-patch-2.6.26 ++xen_needs_update patches.xen/xen3-patch-2.6.27 ++xen_needs_update patches.xen/xen3-patch-2.6.28 ++xen_needs_update patches.xen/xen3-patch-2.6.29 ++xen_needs_update patches.xen/xen3-patch-2.6.30 ++xen_needs_update patches.xen/xen3-patch-2.6.31 ++xen_needs_update patches.xen/xen3-patch-2.6.32 ++xen_needs_update patches.xen/xen3-patch-2.6.33 ++xen_needs_update patches.xen/xen3-patch-2.6.34 ++xen_needs_update patches.xen/xen3-patch-2.6.35 ++xen_needs_update patches.xen/xen3-patch-2.6.36 ++xen_needs_update patches.xen/xen3-patch-2.6.37 ++xen_needs_update patches.xen/xen3-seccomp-disable-tsc-option ++xen_needs_update patches.xen/xen3-x86-mcp51-no-dac ++xen_needs_update patches.xen/xen3-x86-mark_rodata_rw.patch ++xen_needs_update patches.xen/xen3-acpi_processor_check_maxcpus.patch ++xen_needs_update patches.xen/xen3-stack-unwind ++xen_needs_update patches.xen/xen3-x86_64-unwind-annotations # bugfixes and enhancements - patches.xen/xen-balloon-max-target - patches.xen/xen-modular-blktap - patches.xen/xen-blkback-bimodal-suse - patches.xen/xen-blkif-protocol-fallback-hack - patches.xen/xen-blkback-cdrom - patches.xen/xen-blktap-write-barriers - patches.xen/xen-op-packet - patches.xen/xen-blkfront-cdrom - patches.xen/xen-sections - patches.xen/xen-swiotlb-heuristics - patches.xen/xen-kconfig-compat - patches.xen/xen-cpufreq-report - patches.xen/xen-staging-build - patches.xen/xen-sysdev-suspend - patches.xen/xen-ipi-per-cpu-irq - patches.xen/xen-virq-per-cpu-irq - patches.xen/xen-clockevents - patches.xen/xen-spinlock-poll-early - patches.xen/xen-pcpu-hotplug - patches.xen/xen-mem-hotplug - patches.xen/xen-configurable-guest-devices - patches.xen/xen-netback-nr-irqs - patches.xen/xen-netback-notify-multi - patches.xen/xen-netback-generalize - patches.xen/xen-netback-multiple-tasklets - patches.xen/xen-netback-kernel-threads - patches.xen/xen-netback-allow-large-mtu - patches.xen/xen-tmem-v1 - patches.xen/xen-dcdbas - patches.xen/xen-floppy - patches.xen/xen-kzalloc - patches.xen/xen-unpriv-build - patches.xen/xen-setup-gsi - patches.xen/xen-watchdog - patches.xen/xen-x86-panic-no-reboot - patches.xen/xen-x86-dcr-fallback - patches.xen/xen-x86-consistent-nmi - patches.xen/xen-x86-no-lapic - patches.xen/xen-x86-pmd-handling - patches.xen/xen-x86-bigmem - patches.xen/xen-x86-exit-mmap - patches.xen/xen-x86-per-cpu-vcpu-info - patches.xen/xen-x86-msr-on-pcpu - patches.xen/xen-x86_64-pgd-pin - patches.xen/xen-x86_64-pgd-alloc-order - patches.xen/xen-x86_64-dump-user-pgt - patches.xen/xen-x86_64-note-init-p2m - patches.xen/xen-x86_64-unmapped-initrd ++xen_needs_update patches.xen/xen-balloon-max-target ++xen_needs_update patches.xen/xen-modular-blktap ++xen_needs_update patches.xen/xen-blkback-bimodal-suse ++xen_needs_update patches.xen/xen-blkif-protocol-fallback-hack ++xen_needs_update patches.xen/xen-blkback-cdrom ++xen_needs_update patches.xen/xen-blktap-write-barriers ++xen_needs_update patches.xen/xen-op-packet ++xen_needs_update patches.xen/xen-blkfront-cdrom ++xen_needs_update patches.xen/xen-sections ++xen_needs_update patches.xen/xen-swiotlb-heuristics ++xen_needs_update patches.xen/xen-kconfig-compat ++xen_needs_update patches.xen/xen-cpufreq-report ++xen_needs_update patches.xen/xen-staging-build ++xen_needs_update patches.xen/xen-sysdev-suspend ++xen_needs_update patches.xen/xen-ipi-per-cpu-irq ++xen_needs_update patches.xen/xen-virq-per-cpu-irq ++xen_needs_update patches.xen/xen-clockevents ++xen_needs_update patches.xen/xen-spinlock-poll-early ++xen_needs_update patches.xen/xen-pcpu-hotplug ++xen_needs_update patches.xen/xen-mem-hotplug ++xen_needs_update patches.xen/xen-configurable-guest-devices ++xen_needs_update patches.xen/xen-netback-nr-irqs ++xen_needs_update patches.xen/xen-netback-notify-multi ++xen_needs_update patches.xen/xen-netback-generalize ++xen_needs_update patches.xen/xen-netback-multiple-tasklets ++xen_needs_update patches.xen/xen-netback-kernel-threads ++xen_needs_update patches.xen/xen-netback-allow-large-mtu ++xen_needs_update patches.xen/xen-tmem-v1 ++xen_needs_update patches.xen/xen-dcdbas ++xen_needs_update patches.xen/xen-floppy ++xen_needs_update patches.xen/xen-kzalloc ++xen_needs_update patches.xen/xen-unpriv-build ++xen_needs_update patches.xen/xen-setup-gsi ++xen_needs_update patches.xen/xen-watchdog ++xen_needs_update patches.xen/xen-x86-panic-no-reboot ++xen_needs_update patches.xen/xen-x86-dcr-fallback ++xen_needs_update patches.xen/xen-x86-consistent-nmi ++xen_needs_update patches.xen/xen-x86-no-lapic ++xen_needs_update patches.xen/xen-x86-pmd-handling ++xen_needs_update patches.xen/xen-x86-bigmem ++xen_needs_update patches.xen/xen-x86-exit-mmap ++xen_needs_update patches.xen/xen-x86-per-cpu-vcpu-info ++xen_needs_update patches.xen/xen-x86-msr-on-pcpu ++xen_needs_update patches.xen/xen-x86_64-pgd-pin ++xen_needs_update patches.xen/xen-x86_64-pgd-alloc-order ++xen_needs_update patches.xen/xen-x86_64-dump-user-pgt ++xen_needs_update patches.xen/xen-x86_64-note-init-p2m ++xen_needs_update patches.xen/xen-x86_64-unmapped-initrd diff --git a/source-timestamp b/source-timestamp index 8e98952..83df05f 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2011-01-22 00:41:44 +0100 -GIT Revision: fa7af15525aa80c8d9c1b092a98b348c11df390e +2011-01-23 23:18:14 +0100 +GIT Revision: 4bf0e6852d1a8df64ddcead863a3b2d587a1d35a GIT Branch: master diff --git a/supported.conf b/supported.conf index e7708a6..5126936 100644 --- a/supported.conf +++ b/supported.conf @@ -973,6 +973,7 @@ +isa kernel/drivers/media/radio/radio-trust +isa kernel/drivers/media/radio/radio-typhoon +isa kernel/drivers/media/radio/radio-zoltrix + kernel/drivers/media/rc/rc_core kernel/drivers/media/video/adv7170 # Analog Devices ADV7170 video encoder driver kernel/drivers/media/video/adv7175 # Analog Devices ADV7175 video encoder driver - kernel/drivers/media/video/au0828/au0828 # depends on dvb-core