diff --git a/build-source-timestamp b/build-source-timestamp index d0caee2a..8282adbf 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1 +1 @@ -2008-09-08 10:07:50 +0200 +2008-09-14 02:03:34 +0200 diff --git a/config.tar.bz2 b/config.tar.bz2 index 316bcdd1..dd427345 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cba99a7dbb26149fbd4ae12c19ea1cb8352eb09ba2d35ced6a4265132eea3763 -size 94301 +oid sha256:c7988e5c885e0dfb074ee24c7304882fd0f291eb0d5c9f61e63809567c9ffbc2 +size 94469 diff --git a/get_release_number.sh b/get_release_number.sh index d4646726..594644b2 100644 --- a/get_release_number.sh +++ b/get_release_number.sh @@ -1,5 +1,5 @@ #! /bin/sh -prefix=rc5.git9. +prefix=rc6. suffix= if [ "$3" = kernel-dummy -o -n "$suffix" ]; then [ -n "$suffix" ] || suffix=$2 diff --git a/kernel-debug.changes b/kernel-debug.changes index 506e2a0f..27267878 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,307 @@ +------------------------------------------------------------------- +Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de + +- Add LED driver for SGI "UV" systems (FATE#304268) + +------------------------------------------------------------------- +Fri Sep 12 16:32:46 CEST 2008 - hare@suse.de + +- patches.drivers/bdev-resize-added-flush_disk: Added + flush_disk to factor out common buffer cache flushing code + (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-adjust-block-device-size: + Adjust block device size after an online resize of a + disk. (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-call-flush_disk: Call flush_disk() + after detecting an online resize. (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-check-for-device-resize: + Check for device resize when rescanning partitions + (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-sd-driver-calls: SCSI sd driver + calls revalidate_disk wrapper (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-wrapper-for-revalidate_disk: + Wrapper for lower-level revalidate_disk + routines. (FATE#302348,FATE#303786). +- patches.drivers/block-timeout-handling: block: unify request + timeout handling (FATE#304151,bnc#417544). +- patches.fixes/scsi-misc-git-update: SCSI misc fixes + (FATE#303485,FATE#303484). +- patches.fixes/scsi-enhance-error-codes: Separate failfast into + multiple bits (FATE#303485,FATE#303484). +- patches.suse/rq-based-block-layer: rediff. +- patches.suse/rq-based-multipath-functions: rediff. +- patches.suse/no-partition-scan: rediff. + +------------------------------------------------------------------- +Fri Sep 12 13:33:21 CEST 2008 - hare@suse.de + +- patches.fixes/scsi-misc-git-update: SCSI misc fixes, + required by the driver updates (FATE#303485,FATE#303484) + +------------------------------------------------------------------- +Fri Sep 12 12:22:23 CEST 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.1-update: Update lpfc to 8.2.8.1 + (bnc#420767). +- patches.drivers/lpfc-8.2.8-update: Emulex lpfc driver update + to 8.2.8 (FATE#303485,bnc#420767). + +------------------------------------------------------------------- +Fri Sep 12 09:56:49 CEST 2008 - bwalle@suse.de + +- patches.arch/ia64-kdump_proc_iomem.diff: + IA64: assign a distinguishable label to uncached memory in + /proc/iomem (to fix MCA on kdump boot). + +------------------------------------------------------------------- +Thu Sep 11 22:45:21 CEST 2008 - jack@suse.cz + + Latest ext4 fixes from ext4 patch queue: + +- patches.fixes/ext4-Add-inode-to-journal-handle-after-block-alloca.patch: + ext4: Don't add the inode to journal handle until after the + block is allocated (fate#303783). +- patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors: + ext4: add missing unlock in ext4_check_descriptors() on error + path (fate#303783). +- patches.fixes/ext4-Add-percpu-dirty-block-accounting.patch: + ext4: Add percpu dirty block accounting. (fate#303783). +- patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully: + ext4: fix #11321: create /proc/ext4/*/stats more carefully + (fate#303783). +- patches.fixes/ext4_fix_longlong_checkpatch_issues: ext4: + Fix long long checkpatch warnings (fate#303783). +- patches.fixes/ext4_fix_printk_checkpatch_issues: ext4: + Add printk priority levels to clean up checkpatch warnings + (fate#303783). +- patches.fixes/ext4_fix_whitespace_checkpatch_issues: ext4: + Fix whitespace checkpatch warnings/errors (fate#303783). +- patches.fixes/ext4_i_disksize_lock_race_fix.patch: ext4: + Properly update i_disksize. (fate#303783). +- patches.fixes/ext4_invalidate_pages_when_delalloc_alloc_fail.patch: + ext4: invalidate pages if delalloc block allocation + fails. (fate#303783). +- patches.fixes/ext4-Make-sure-all-the-block-allocation-paths-reser.patch: + ext4: Make sure all the block allocation paths reserve blocks + (fate#303783). +- patches.fixes/ext4_nonmballoc_reservation_ENOSPC_fix.patch: + ext4: Fix ext4 nomballoc allocator for ENOSPC (fate#303783). +- patches.fixes/ext4-Retry-block-allocation-if-we-have-free-blocks.patch: + ext4: Retry block allocation if we have free blocks left + (fate#303783). +- patches.fixes/ext4-Retry-block-reservation.patch: ext4: Retry + block reservation (fate#303783). +- patches.fixes/ext4-Signed-arithematic-fix.patch: ext4: Signed + arithematic fix (fate#303783). +- patches.fixes/ext4-Switch-to-non-delalloc-mode-when-we-are-low-on.patch: + ext4: Switch to non delalloc mode when we are low on free + blocks count. (fate#303783). +- patches.fixes/ext4_truncate_block_allocated_on_a_failed_ext4_write_begin.patch: + ext4: truncate block allocated on a failed ext4_write_begin + (fate#303783). +- patches.fixes/ext4_update-flex-bg-counters-when-resizing: + Update flex_bg free blocks and free inodes counters when + resizing. (fate#303783). +- patches.fixes/percpu_counter_sum_cleanup.patch: percpu counter: + clean up percpu_counter_sum_and_set() (fate#303783). + +------------------------------------------------------------------- +Thu Sep 11 21:45:05 CEST 2008 - bwalle@suse.de + +- Enable KDB for i386 and x86_64 in "default" and "pae" + configuration with CONFIG_KDB_OFF set to "y" (FATE#303971). +- Set CONFIG_KDB_CONTINUE_CATASTROPHIC=2 in all configurations + that have KDB enabled. + +------------------------------------------------------------------- +Thu Sep 11 15:36:51 CEST 2008 - jslaby@suse.de + +- Update config files. + enable PID_NS and USER_NS + (FATE#303785, FATE#304371) + +------------------------------------------------------------------- +Thu Sep 11 15:03:32 CEST 2008 - jeffm@suse.de + +- Update config files. + - Enabled CONFIG_XFRM_SUB_POLICY (FATE#303781) + +------------------------------------------------------------------- +Thu Sep 11 14:33:26 CEST 2008 - mfasheh@suse.com + +- Added POSIX File Locks support for Ocfs2 (FATE#110294) + - patches.suse/ocfs2-POSIX-file-locks-support.patch + +------------------------------------------------------------------- +Thu Sep 11 14:30:15 CEST 2008 - mfasheh@suse.com + +- Added Ocfs2 JBD2 Support (FATE#302877) + - patches.suse/ocfs2-Limit-inode-allocation-to-32bits.patch + - patches.suse/ocfs2-Add-the-inode64-mount-option.patch + - patches.suse/ocfs2-Switch-over-to-JBD2.patch + +------------------------------------------------------------------- +Thu Sep 11 13:24:18 CEST 2008 - mfasheh@suse.com + +- Added Ocfs2 Extended Attributes Support (FATE#302067) + - patches.suse/ocfs2-Modify-ocfs2_num_free_extents-f.patch + - patches.suse/ocfs2-Use-ocfs2_extent_list-instead-o.patch + - patches.suse/ocfs2-Abstract-ocfs2_extent_tree-in-b.patch + - patches.suse/ocfs2-Make-high-level-btree-extend-co.patch + - patches.suse/ocfs2-Add-the-basic-xattr-disk-layout-in-ocf.patch + - patches.suse/ocfs2-Add-helper-function-in-uptodate.patch + - patches.suse/ocfs2-Add-extent-tree-operation-for-x.patch + - patches.suse/ocfs2-reserve-inline-space-for-extend.patch + - patches.suse/ocfs2-Add-extended-attribute-support.patch + - patches.suse/ocfs2-Add-xattr-index-tree-operations.patch + - patches.suse/ocfs2-Add-xattr-bucket-iteration-for.patch + - patches.suse/ocfs2-Add-xattr-lookup-code-xattr-btr.patch + - patches.suse/ocfs2-Optionally-limit-extent-size-in.patch + - patches.suse/ocfs2-Enable-xattr-set-in-index-btree.patch + - patches.suse/ocfs2-Delete-all-xattr-buckets-during.patch + - patches.suse/ocfs2-Add-incompatible-flag-for-exten.patch + - patches.suse/ocfs2-fix-printk-format-warnings.patch + - patches.suse/ocfs2-Prefix-the-extent-tree-operations-structure.patch + - patches.suse/ocfs2-Prefix-the-ocfs2_extent_tree-structure.patch + - patches.suse/ocfs2-Make-ocfs2_extent_tree-get-put-instead-of-all.patch + - patches.suse/ocfs2-Make-private-into-object-on-ocfs2_extent_.patch + - patches.suse/ocfs2-Provide-the-get_root_el-method-to-ocfs2_ext.patch + - patches.suse/ocfs2-Use-struct-ocfs2_extent_tree-in-ocfs2_num_fre.patch + - patches.suse/ocfs2-Determine-an-extent-tree-s-max_leaf_clusters.patch + - patches.suse/ocfs2-Create-specific-get_extent_tree-functions.patch + - patches.suse/ocfs2-Add-an-insertion-check-to-ocfs2_extent_tree_o.patch + - patches.suse/ocfs2-Make-ocfs2_extent_tree-the-first-class-repres.patch + - patches.suse/ocfs2-Comment-struct-ocfs2_extent_tree_operations.patch + - patches.suse/ocfs2-Change-ocfs2_get_-_extent_tree-to-ocfs2_ini.patch + - patches.suse/ocfs2-bug-fix-for-journal-extend-in-xattr.patch + - patches.suse/ocfs2-Resolve-deadlock-in-ocfs2_xattr_free_.patch + - patches.suse/ocfs2-Add-xattr-mount-option-in-ocfs2_show_options.patch + +------------------------------------------------------------------- +Thu Sep 11 13:19:27 CEST 2008 - mfasheh@suse.com + +- Add patches.fixes/jbd2-create-proc-entry-fix.patch + jbd2: Create proc entry with bdevname+i_ino. + (FATE#302877) + +------------------------------------------------------------------- +Thu Sep 11 13:11:12 CEST 2008 - mfasheh@suse.com + +- Add patches.fixes/dlm-allow-multiple-lockspaces.patch + dlm: allow multiple lockspace creates + (FATE#110294) + +------------------------------------------------------------------- +Thu Sep 11 12:48:36 CEST 2008 - schwab@suse.de + +- Update kdb patches. + +------------------------------------------------------------------- +Thu Sep 11 11:41:27 CEST 2008 - jslaby@suse.de + +- Update config files. + change CONFIG_NODES_SHIFT from 6 to 9 + (FATE#304261) + +------------------------------------------------------------------- +Wed Sep 10 19:03:33 CEST 2008 - trenn@suse.de + +- Update config files. + Added: CONFIG_PCIEASPM + +------------------------------------------------------------------- +Wed Sep 10 17:18:30 CEST 2008 - kkeil@suse.de + +- patches.drivers/e1000e_add_82574L.patch: e1000e: add support + for new 82574L part. +- patches.drivers/e1000e_add_ICH9_BM.patch: e1000e: add support + for the 82567LM-4 device. +- patches.drivers/e1000e_add_LOM_devices.patch: e1000e: add + support for 82567LM-3 and 82567LF-3 (ICH10D). + (FATE#303916) + +------------------------------------------------------------------- +Wed Sep 10 16:22:17 CEST 2008 - hare@suse.de + +- patches.suse/no-partition-scan: Implement 'no_partition_scan' + commandline option (FATE#303697) + +------------------------------------------------------------------- +Wed Sep 10 14:47:37 CEST 2008 - jeffm@suse.de + +- patches.kernel.org/ipmi-section-conflict.diff: ipmi: Fix + section type conflicts. +- patches.kernel.org/psmouse-section-conflict.diff: psmouse: + fix section type conflict. +- patches.kernel.org/carmine-section-mismatch: video: Fix section + mismatch in carminefb. +- patches.kernel.org/md-section-conflict: md: Fix section + conflicts. +- patches.kernel.org/setup_APIC_timer-section-mismatch: x86: + Fix section conflict with kvm_setup_secondary_clock. + +------------------------------------------------------------------- +Wed Sep 10 14:15:44 CEST 2008 - trenn@suse.de + +- patches.arch/thinkpad_fingers_off_backlight_igd.patch: + 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 + +------------------------------------------------------------------- +Wed Sep 10 14:14:01 CEST 2008 - jeffm@suse.de + +- patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up + some section conflicts. + +------------------------------------------------------------------- +Wed Sep 10 14:08:09 CEST 2008 - jeffm@suse.de + +- Update to 2.6.27-rc6. + +------------------------------------------------------------------- +Wed Sep 10 11:50:03 CEST 2008 - jeffm@suse.de + +- supported.conf: Added missing netfilter modules. + +------------------------------------------------------------------- +Wed Sep 10 11:40:34 CEST 2008 - jeffm@suse.de + +- supported.conf: Updated netfilter module names. + +------------------------------------------------------------------- +Wed Sep 10 11:40:16 CEST 2008 - jeffm@suse.de + +- patches.kernel.org/firmware-path: Updated header. + +------------------------------------------------------------------- +Wed Sep 10 11:33:37 CEST 2008 - jkosina@suse.de + +- Update config files: support more than 4 serial ports + (FATE#303314) + +------------------------------------------------------------------- +Wed Sep 10 10:47:23 CEST 2008 - olh@suse.de + +- set CONFIG_CMM=y instead of =m to simplify virtual partition memory + (bnc#417554) + +------------------------------------------------------------------- +Tue Sep 9 14:20:39 CEST 2008 - bphilips@suse.de + +- rpm/kernel-binary.spec.in: add Recommends: kerneloops + +------------------------------------------------------------------- +Tue Sep 9 09:55:33 CEST 2008 - olh@suse.de + +- Updated to 2.6.27-rc5-git10 + ------------------------------------------------------------------- Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index d9e05943..820c5663 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -50,12 +50,12 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 2.6.27 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ AutoReqProv: on -BuildRequires: coreutils module-init-tools +BuildRequires: coreutils module-init-tools sparse Requires(pre): coreutils awk Requires(post): module-init-tools # This Requires is wrong, because the post/postun scripts have a @@ -67,6 +67,7 @@ Requires(post): module-init-tools # scripts handle the two API versions of 10.1/SLES10 GA and 10.2/SLES10 SP1 Requires(post): perl-Bootloader Requires(post): mkinitrd +Recommends: kerneloops #!BuildIgnore: perl-Bootloader mkinitrd %if ! 0%{?opensuse_bs} BuildRequires: kernel-dummy @@ -199,7 +200,7 @@ Only use this kernel when investigating problems. -Source Timestamp: 2008-09-08 10:07:50 +0200 +Source Timestamp: 2008-09-14 02:03:34 +0200 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -281,7 +282,7 @@ MAKE_ARGS="ARCH=$subarch" EOF %endif cat >> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs < -Source Timestamp: 2008-09-08 10:07:50 +0200 +Source Timestamp: 2008-09-14 02:03:34 +0200 %install rm -rf %buildroot @@ -46,7 +46,221 @@ echo dummy > %buildroot/etc/dummy %files %defattr(-, root, root) /etc/dummy + %changelog +* Fri Sep 12 2008 duwe@suse.de +- Add LED driver for SGI "UV" systems (FATE#304268) +* Fri Sep 12 2008 hare@suse.de +- patches.drivers/bdev-resize-added-flush_disk: Added + flush_disk to factor out common buffer cache flushing code + (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-adjust-block-device-size: + Adjust block device size after an online resize of a + disk. (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-call-flush_disk: Call flush_disk() + after detecting an online resize. (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-check-for-device-resize: + Check for device resize when rescanning partitions + (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-sd-driver-calls: SCSI sd driver + calls revalidate_disk wrapper (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-wrapper-for-revalidate_disk: + Wrapper for lower-level revalidate_disk + routines. (FATE#302348,FATE#303786). +- patches.drivers/block-timeout-handling: block: unify request + timeout handling (FATE#304151,bnc#417544). +- patches.fixes/scsi-misc-git-update: SCSI misc fixes + (FATE#303485,FATE#303484). +- patches.fixes/scsi-enhance-error-codes: Separate failfast into + multiple bits (FATE#303485,FATE#303484). +- patches.suse/rq-based-block-layer: rediff. +- patches.suse/rq-based-multipath-functions: rediff. +- patches.suse/no-partition-scan: rediff. +* Fri Sep 12 2008 hare@suse.de +- patches.fixes/scsi-misc-git-update: SCSI misc fixes, + required by the driver updates (FATE#303485,FATE#303484) +* Fri Sep 12 2008 hare@suse.de +- patches.drivers/lpfc-8.2.8.1-update: Update lpfc to 8.2.8.1 + (bnc#420767). +- patches.drivers/lpfc-8.2.8-update: Emulex lpfc driver update + to 8.2.8 (FATE#303485,bnc#420767). +* Fri Sep 12 2008 bwalle@suse.de +- patches.arch/ia64-kdump_proc_iomem.diff: + IA64: assign a distinguishable label to uncached memory in + /proc/iomem (to fix MCA on kdump boot). +* Fri Sep 12 2008 jack@suse.cz + Latest ext4 fixes from ext4 patch queue: +- patches.fixes/ext4-Add-inode-to-journal-handle-after-block-alloca.patch: + ext4: Don't add the inode to journal handle until after the + block is allocated (fate#303783). +- patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors: + ext4: add missing unlock in ext4_check_descriptors() on error + path (fate#303783). +- patches.fixes/ext4-Add-percpu-dirty-block-accounting.patch: + ext4: Add percpu dirty block accounting. (fate#303783). +- patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully: + ext4: fix #11321: create /proc/ext4/*/stats more carefully + (fate#303783). +- patches.fixes/ext4_fix_longlong_checkpatch_issues: ext4: + Fix long long checkpatch warnings (fate#303783). +- patches.fixes/ext4_fix_printk_checkpatch_issues: ext4: + Add printk priority levels to clean up checkpatch warnings + (fate#303783). +- patches.fixes/ext4_fix_whitespace_checkpatch_issues: ext4: + Fix whitespace checkpatch warnings/errors (fate#303783). +- patches.fixes/ext4_i_disksize_lock_race_fix.patch: ext4: + Properly update i_disksize. (fate#303783). +- patches.fixes/ext4_invalidate_pages_when_delalloc_alloc_fail.patch: + ext4: invalidate pages if delalloc block allocation + fails. (fate#303783). +- patches.fixes/ext4-Make-sure-all-the-block-allocation-paths-reser.patch: + ext4: Make sure all the block allocation paths reserve blocks + (fate#303783). +- patches.fixes/ext4_nonmballoc_reservation_ENOSPC_fix.patch: + ext4: Fix ext4 nomballoc allocator for ENOSPC (fate#303783). +- patches.fixes/ext4-Retry-block-allocation-if-we-have-free-blocks.patch: + ext4: Retry block allocation if we have free blocks left + (fate#303783). +- patches.fixes/ext4-Retry-block-reservation.patch: ext4: Retry + block reservation (fate#303783). +- patches.fixes/ext4-Signed-arithematic-fix.patch: ext4: Signed + arithematic fix (fate#303783). +- patches.fixes/ext4-Switch-to-non-delalloc-mode-when-we-are-low-on.patch: + ext4: Switch to non delalloc mode when we are low on free + blocks count. (fate#303783). +- patches.fixes/ext4_truncate_block_allocated_on_a_failed_ext4_write_begin.patch: + ext4: truncate block allocated on a failed ext4_write_begin + (fate#303783). +- patches.fixes/ext4_update-flex-bg-counters-when-resizing: + Update flex_bg free blocks and free inodes counters when + resizing. (fate#303783). +- patches.fixes/percpu_counter_sum_cleanup.patch: percpu counter: + clean up percpu_counter_sum_and_set() (fate#303783). +* Thu Sep 11 2008 bwalle@suse.de +- Enable KDB for i386 and x86_64 in "default" and "pae" + configuration with CONFIG_KDB_OFF set to "y" (FATE#303971). +- Set CONFIG_KDB_CONTINUE_CATASTROPHIC=2 in all configurations + that have KDB enabled. +* Thu Sep 11 2008 jslaby@suse.de +- Update config files. + enable PID_NS and USER_NS + (FATE#303785, FATE#304371) +* Thu Sep 11 2008 jeffm@suse.de +- Update config files. + - Enabled CONFIG_XFRM_SUB_POLICY (FATE#303781) +* Thu Sep 11 2008 mfasheh@suse.com +- Added POSIX File Locks support for Ocfs2 (FATE#110294) + - patches.suse/ocfs2-POSIX-file-locks-support.patch +* Thu Sep 11 2008 mfasheh@suse.com +- Added Ocfs2 JBD2 Support (FATE#302877) + - patches.suse/ocfs2-Limit-inode-allocation-to-32bits.patch + - patches.suse/ocfs2-Add-the-inode64-mount-option.patch + - patches.suse/ocfs2-Switch-over-to-JBD2.patch +* Thu Sep 11 2008 mfasheh@suse.com +- Added Ocfs2 Extended Attributes Support (FATE#302067) + - patches.suse/ocfs2-Modify-ocfs2_num_free_extents-f.patch + - patches.suse/ocfs2-Use-ocfs2_extent_list-instead-o.patch + - patches.suse/ocfs2-Abstract-ocfs2_extent_tree-in-b.patch + - patches.suse/ocfs2-Make-high-level-btree-extend-co.patch + - patches.suse/ocfs2-Add-the-basic-xattr-disk-layout-in-ocf.patch + - patches.suse/ocfs2-Add-helper-function-in-uptodate.patch + - patches.suse/ocfs2-Add-extent-tree-operation-for-x.patch + - patches.suse/ocfs2-reserve-inline-space-for-extend.patch + - patches.suse/ocfs2-Add-extended-attribute-support.patch + - patches.suse/ocfs2-Add-xattr-index-tree-operations.patch + - patches.suse/ocfs2-Add-xattr-bucket-iteration-for.patch + - patches.suse/ocfs2-Add-xattr-lookup-code-xattr-btr.patch + - patches.suse/ocfs2-Optionally-limit-extent-size-in.patch + - patches.suse/ocfs2-Enable-xattr-set-in-index-btree.patch + - patches.suse/ocfs2-Delete-all-xattr-buckets-during.patch + - patches.suse/ocfs2-Add-incompatible-flag-for-exten.patch + - patches.suse/ocfs2-fix-printk-format-warnings.patch + - patches.suse/ocfs2-Prefix-the-extent-tree-operations-structure.patch + - patches.suse/ocfs2-Prefix-the-ocfs2_extent_tree-structure.patch + - patches.suse/ocfs2-Make-ocfs2_extent_tree-get-put-instead-of-all.patch + - patches.suse/ocfs2-Make-private-into-object-on-ocfs2_extent_.patch + - patches.suse/ocfs2-Provide-the-get_root_el-method-to-ocfs2_ext.patch + - patches.suse/ocfs2-Use-struct-ocfs2_extent_tree-in-ocfs2_num_fre.patch + - patches.suse/ocfs2-Determine-an-extent-tree-s-max_leaf_clusters.patch + - patches.suse/ocfs2-Create-specific-get_extent_tree-functions.patch + - patches.suse/ocfs2-Add-an-insertion-check-to-ocfs2_extent_tree_o.patch + - patches.suse/ocfs2-Make-ocfs2_extent_tree-the-first-class-repres.patch + - patches.suse/ocfs2-Comment-struct-ocfs2_extent_tree_operations.patch + - patches.suse/ocfs2-Change-ocfs2_get_-_extent_tree-to-ocfs2_ini.patch + - patches.suse/ocfs2-bug-fix-for-journal-extend-in-xattr.patch + - patches.suse/ocfs2-Resolve-deadlock-in-ocfs2_xattr_free_.patch + - patches.suse/ocfs2-Add-xattr-mount-option-in-ocfs2_show_options.patch +* Thu Sep 11 2008 mfasheh@suse.com +- Add patches.fixes/jbd2-create-proc-entry-fix.patch + jbd2: Create proc entry with bdevname+i_ino. + (FATE#302877) +* Thu Sep 11 2008 mfasheh@suse.com +- Add patches.fixes/dlm-allow-multiple-lockspaces.patch + dlm: allow multiple lockspace creates + (FATE#110294) +* Thu Sep 11 2008 schwab@suse.de +- Update kdb patches. +* Thu Sep 11 2008 jslaby@suse.de +- Update config files. + change CONFIG_NODES_SHIFT from 6 to 9 + (FATE#304261) +* Wed Sep 10 2008 trenn@suse.de +- Update config files. + Added: CONFIG_PCIEASPM +* Wed Sep 10 2008 kkeil@suse.de +- patches.drivers/e1000e_add_82574L.patch: e1000e: add support + for new 82574L part. +- patches.drivers/e1000e_add_ICH9_BM.patch: e1000e: add support + for the 82567LM-4 device. +- patches.drivers/e1000e_add_LOM_devices.patch: e1000e: add + support for 82567LM-3 and 82567LF-3 (ICH10D). + (FATE#303916) +* Wed Sep 10 2008 hare@suse.de +- patches.suse/no-partition-scan: Implement 'no_partition_scan' + commandline option (FATE#303697) +* Wed Sep 10 2008 jeffm@suse.de +- patches.kernel.org/ipmi-section-conflict.diff: ipmi: Fix + section type conflicts. +- patches.kernel.org/psmouse-section-conflict.diff: psmouse: + fix section type conflict. +- patches.kernel.org/carmine-section-mismatch: video: Fix section + mismatch in carminefb. +- patches.kernel.org/md-section-conflict: md: Fix section + conflicts. +- patches.kernel.org/setup_APIC_timer-section-mismatch: x86: + Fix section conflict with kvm_setup_secondary_clock. +* Wed Sep 10 2008 trenn@suse.de +- patches.arch/thinkpad_fingers_off_backlight_igd.patch: + 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 +* Wed Sep 10 2008 jeffm@suse.de +- patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up + some section conflicts. +* Wed Sep 10 2008 jeffm@suse.de +- Update to 2.6.27-rc6. +* Wed Sep 10 2008 jeffm@suse.de +- supported.conf: Added missing netfilter modules. +* Wed Sep 10 2008 jeffm@suse.de +- supported.conf: Updated netfilter module names. +* Wed Sep 10 2008 jeffm@suse.de +- patches.kernel.org/firmware-path: Updated header. +* Wed Sep 10 2008 jkosina@suse.de +- Update config files: support more than 4 serial ports + (FATE#303314) +* Wed Sep 10 2008 olh@suse.de +- set CONFIG_CMM=y instead of =m to simplify virtual partition memory + (bnc#417554) +* Tue Sep 09 2008 bphilips@suse.de +- rpm/kernel-binary.spec.in: add Recommends: kerneloops +* Tue Sep 09 2008 olh@suse.de +- Updated to 2.6.27-rc5-git10 * Mon Sep 08 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 * Fri Sep 05 2008 jjolly@suse.de diff --git a/kernel-kdump.changes b/kernel-kdump.changes index 506e2a0f..27267878 100644 --- a/kernel-kdump.changes +++ b/kernel-kdump.changes @@ -1,3 +1,307 @@ +------------------------------------------------------------------- +Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de + +- Add LED driver for SGI "UV" systems (FATE#304268) + +------------------------------------------------------------------- +Fri Sep 12 16:32:46 CEST 2008 - hare@suse.de + +- patches.drivers/bdev-resize-added-flush_disk: Added + flush_disk to factor out common buffer cache flushing code + (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-adjust-block-device-size: + Adjust block device size after an online resize of a + disk. (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-call-flush_disk: Call flush_disk() + after detecting an online resize. (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-check-for-device-resize: + Check for device resize when rescanning partitions + (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-sd-driver-calls: SCSI sd driver + calls revalidate_disk wrapper (FATE#302348,FATE#303786). +- patches.drivers/bdev-resize-wrapper-for-revalidate_disk: + Wrapper for lower-level revalidate_disk + routines. (FATE#302348,FATE#303786). +- patches.drivers/block-timeout-handling: block: unify request + timeout handling (FATE#304151,bnc#417544). +- patches.fixes/scsi-misc-git-update: SCSI misc fixes + (FATE#303485,FATE#303484). +- patches.fixes/scsi-enhance-error-codes: Separate failfast into + multiple bits (FATE#303485,FATE#303484). +- patches.suse/rq-based-block-layer: rediff. +- patches.suse/rq-based-multipath-functions: rediff. +- patches.suse/no-partition-scan: rediff. + +------------------------------------------------------------------- +Fri Sep 12 13:33:21 CEST 2008 - hare@suse.de + +- patches.fixes/scsi-misc-git-update: SCSI misc fixes, + required by the driver updates (FATE#303485,FATE#303484) + +------------------------------------------------------------------- +Fri Sep 12 12:22:23 CEST 2008 - hare@suse.de + +- patches.drivers/lpfc-8.2.8.1-update: Update lpfc to 8.2.8.1 + (bnc#420767). +- patches.drivers/lpfc-8.2.8-update: Emulex lpfc driver update + to 8.2.8 (FATE#303485,bnc#420767). + +------------------------------------------------------------------- +Fri Sep 12 09:56:49 CEST 2008 - bwalle@suse.de + +- patches.arch/ia64-kdump_proc_iomem.diff: + IA64: assign a distinguishable label to uncached memory in + /proc/iomem (to fix MCA on kdump boot). + +------------------------------------------------------------------- +Thu Sep 11 22:45:21 CEST 2008 - jack@suse.cz + + Latest ext4 fixes from ext4 patch queue: + +- patches.fixes/ext4-Add-inode-to-journal-handle-after-block-alloca.patch: + ext4: Don't add the inode to journal handle until after the + block is allocated (fate#303783). +- patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors: + ext4: add missing unlock in ext4_check_descriptors() on error + path (fate#303783). +- patches.fixes/ext4-Add-percpu-dirty-block-accounting.patch: + ext4: Add percpu dirty block accounting. (fate#303783). +- patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully: + ext4: fix #11321: create /proc/ext4/*/stats more carefully + (fate#303783). +- patches.fixes/ext4_fix_longlong_checkpatch_issues: ext4: + Fix long long checkpatch warnings (fate#303783). +- patches.fixes/ext4_fix_printk_checkpatch_issues: ext4: + Add printk priority levels to clean up checkpatch warnings + (fate#303783). +- patches.fixes/ext4_fix_whitespace_checkpatch_issues: ext4: + Fix whitespace checkpatch warnings/errors (fate#303783). +- patches.fixes/ext4_i_disksize_lock_race_fix.patch: ext4: + Properly update i_disksize. (fate#303783). +- patches.fixes/ext4_invalidate_pages_when_delalloc_alloc_fail.patch: + ext4: invalidate pages if delalloc block allocation + fails. (fate#303783). +- patches.fixes/ext4-Make-sure-all-the-block-allocation-paths-reser.patch: + ext4: Make sure all the block allocation paths reserve blocks + (fate#303783). +- patches.fixes/ext4_nonmballoc_reservation_ENOSPC_fix.patch: + ext4: Fix ext4 nomballoc allocator for ENOSPC (fate#303783). +- patches.fixes/ext4-Retry-block-allocation-if-we-have-free-blocks.patch: + ext4: Retry block allocation if we have free blocks left + (fate#303783). +- patches.fixes/ext4-Retry-block-reservation.patch: ext4: Retry + block reservation (fate#303783). +- patches.fixes/ext4-Signed-arithematic-fix.patch: ext4: Signed + arithematic fix (fate#303783). +- patches.fixes/ext4-Switch-to-non-delalloc-mode-when-we-are-low-on.patch: + ext4: Switch to non delalloc mode when we are low on free + blocks count. (fate#303783). +- patches.fixes/ext4_truncate_block_allocated_on_a_failed_ext4_write_begin.patch: + ext4: truncate block allocated on a failed ext4_write_begin + (fate#303783). +- patches.fixes/ext4_update-flex-bg-counters-when-resizing: + Update flex_bg free blocks and free inodes counters when + resizing. (fate#303783). +- patches.fixes/percpu_counter_sum_cleanup.patch: percpu counter: + clean up percpu_counter_sum_and_set() (fate#303783). + +------------------------------------------------------------------- +Thu Sep 11 21:45:05 CEST 2008 - bwalle@suse.de + +- Enable KDB for i386 and x86_64 in "default" and "pae" + configuration with CONFIG_KDB_OFF set to "y" (FATE#303971). +- Set CONFIG_KDB_CONTINUE_CATASTROPHIC=2 in all configurations + that have KDB enabled. + +------------------------------------------------------------------- +Thu Sep 11 15:36:51 CEST 2008 - jslaby@suse.de + +- Update config files. + enable PID_NS and USER_NS + (FATE#303785, FATE#304371) + +------------------------------------------------------------------- +Thu Sep 11 15:03:32 CEST 2008 - jeffm@suse.de + +- Update config files. + - Enabled CONFIG_XFRM_SUB_POLICY (FATE#303781) + +------------------------------------------------------------------- +Thu Sep 11 14:33:26 CEST 2008 - mfasheh@suse.com + +- Added POSIX File Locks support for Ocfs2 (FATE#110294) + - patches.suse/ocfs2-POSIX-file-locks-support.patch + +------------------------------------------------------------------- +Thu Sep 11 14:30:15 CEST 2008 - mfasheh@suse.com + +- Added Ocfs2 JBD2 Support (FATE#302877) + - patches.suse/ocfs2-Limit-inode-allocation-to-32bits.patch + - patches.suse/ocfs2-Add-the-inode64-mount-option.patch + - patches.suse/ocfs2-Switch-over-to-JBD2.patch + +------------------------------------------------------------------- +Thu Sep 11 13:24:18 CEST 2008 - mfasheh@suse.com + +- Added Ocfs2 Extended Attributes Support (FATE#302067) + - patches.suse/ocfs2-Modify-ocfs2_num_free_extents-f.patch + - patches.suse/ocfs2-Use-ocfs2_extent_list-instead-o.patch + - patches.suse/ocfs2-Abstract-ocfs2_extent_tree-in-b.patch + - patches.suse/ocfs2-Make-high-level-btree-extend-co.patch + - patches.suse/ocfs2-Add-the-basic-xattr-disk-layout-in-ocf.patch + - patches.suse/ocfs2-Add-helper-function-in-uptodate.patch + - patches.suse/ocfs2-Add-extent-tree-operation-for-x.patch + - patches.suse/ocfs2-reserve-inline-space-for-extend.patch + - patches.suse/ocfs2-Add-extended-attribute-support.patch + - patches.suse/ocfs2-Add-xattr-index-tree-operations.patch + - patches.suse/ocfs2-Add-xattr-bucket-iteration-for.patch + - patches.suse/ocfs2-Add-xattr-lookup-code-xattr-btr.patch + - patches.suse/ocfs2-Optionally-limit-extent-size-in.patch + - patches.suse/ocfs2-Enable-xattr-set-in-index-btree.patch + - patches.suse/ocfs2-Delete-all-xattr-buckets-during.patch + - patches.suse/ocfs2-Add-incompatible-flag-for-exten.patch + - patches.suse/ocfs2-fix-printk-format-warnings.patch + - patches.suse/ocfs2-Prefix-the-extent-tree-operations-structure.patch + - patches.suse/ocfs2-Prefix-the-ocfs2_extent_tree-structure.patch + - patches.suse/ocfs2-Make-ocfs2_extent_tree-get-put-instead-of-all.patch + - patches.suse/ocfs2-Make-private-into-object-on-ocfs2_extent_.patch + - patches.suse/ocfs2-Provide-the-get_root_el-method-to-ocfs2_ext.patch + - patches.suse/ocfs2-Use-struct-ocfs2_extent_tree-in-ocfs2_num_fre.patch + - patches.suse/ocfs2-Determine-an-extent-tree-s-max_leaf_clusters.patch + - patches.suse/ocfs2-Create-specific-get_extent_tree-functions.patch + - patches.suse/ocfs2-Add-an-insertion-check-to-ocfs2_extent_tree_o.patch + - patches.suse/ocfs2-Make-ocfs2_extent_tree-the-first-class-repres.patch + - patches.suse/ocfs2-Comment-struct-ocfs2_extent_tree_operations.patch + - patches.suse/ocfs2-Change-ocfs2_get_-_extent_tree-to-ocfs2_ini.patch + - patches.suse/ocfs2-bug-fix-for-journal-extend-in-xattr.patch + - patches.suse/ocfs2-Resolve-deadlock-in-ocfs2_xattr_free_.patch + - patches.suse/ocfs2-Add-xattr-mount-option-in-ocfs2_show_options.patch + +------------------------------------------------------------------- +Thu Sep 11 13:19:27 CEST 2008 - mfasheh@suse.com + +- Add patches.fixes/jbd2-create-proc-entry-fix.patch + jbd2: Create proc entry with bdevname+i_ino. + (FATE#302877) + +------------------------------------------------------------------- +Thu Sep 11 13:11:12 CEST 2008 - mfasheh@suse.com + +- Add patches.fixes/dlm-allow-multiple-lockspaces.patch + dlm: allow multiple lockspace creates + (FATE#110294) + +------------------------------------------------------------------- +Thu Sep 11 12:48:36 CEST 2008 - schwab@suse.de + +- Update kdb patches. + +------------------------------------------------------------------- +Thu Sep 11 11:41:27 CEST 2008 - jslaby@suse.de + +- Update config files. + change CONFIG_NODES_SHIFT from 6 to 9 + (FATE#304261) + +------------------------------------------------------------------- +Wed Sep 10 19:03:33 CEST 2008 - trenn@suse.de + +- Update config files. + Added: CONFIG_PCIEASPM + +------------------------------------------------------------------- +Wed Sep 10 17:18:30 CEST 2008 - kkeil@suse.de + +- patches.drivers/e1000e_add_82574L.patch: e1000e: add support + for new 82574L part. +- patches.drivers/e1000e_add_ICH9_BM.patch: e1000e: add support + for the 82567LM-4 device. +- patches.drivers/e1000e_add_LOM_devices.patch: e1000e: add + support for 82567LM-3 and 82567LF-3 (ICH10D). + (FATE#303916) + +------------------------------------------------------------------- +Wed Sep 10 16:22:17 CEST 2008 - hare@suse.de + +- patches.suse/no-partition-scan: Implement 'no_partition_scan' + commandline option (FATE#303697) + +------------------------------------------------------------------- +Wed Sep 10 14:47:37 CEST 2008 - jeffm@suse.de + +- patches.kernel.org/ipmi-section-conflict.diff: ipmi: Fix + section type conflicts. +- patches.kernel.org/psmouse-section-conflict.diff: psmouse: + fix section type conflict. +- patches.kernel.org/carmine-section-mismatch: video: Fix section + mismatch in carminefb. +- patches.kernel.org/md-section-conflict: md: Fix section + conflicts. +- patches.kernel.org/setup_APIC_timer-section-mismatch: x86: + Fix section conflict with kvm_setup_secondary_clock. + +------------------------------------------------------------------- +Wed Sep 10 14:15:44 CEST 2008 - trenn@suse.de + +- patches.arch/thinkpad_fingers_off_backlight_igd.patch: + 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 + +------------------------------------------------------------------- +Wed Sep 10 14:14:01 CEST 2008 - jeffm@suse.de + +- patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up + some section conflicts. + +------------------------------------------------------------------- +Wed Sep 10 14:08:09 CEST 2008 - jeffm@suse.de + +- Update to 2.6.27-rc6. + +------------------------------------------------------------------- +Wed Sep 10 11:50:03 CEST 2008 - jeffm@suse.de + +- supported.conf: Added missing netfilter modules. + +------------------------------------------------------------------- +Wed Sep 10 11:40:34 CEST 2008 - jeffm@suse.de + +- supported.conf: Updated netfilter module names. + +------------------------------------------------------------------- +Wed Sep 10 11:40:16 CEST 2008 - jeffm@suse.de + +- patches.kernel.org/firmware-path: Updated header. + +------------------------------------------------------------------- +Wed Sep 10 11:33:37 CEST 2008 - jkosina@suse.de + +- Update config files: support more than 4 serial ports + (FATE#303314) + +------------------------------------------------------------------- +Wed Sep 10 10:47:23 CEST 2008 - olh@suse.de + +- set CONFIG_CMM=y instead of =m to simplify virtual partition memory + (bnc#417554) + +------------------------------------------------------------------- +Tue Sep 9 14:20:39 CEST 2008 - bphilips@suse.de + +- rpm/kernel-binary.spec.in: add Recommends: kerneloops + +------------------------------------------------------------------- +Tue Sep 9 09:55:33 CEST 2008 - olh@suse.de + +- Updated to 2.6.27-rc5-git10 + ------------------------------------------------------------------- Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de diff --git a/kernel-kdump.spec b/kernel-kdump.spec index fec939c8..c8a0a24f 100644 --- a/kernel-kdump.spec +++ b/kernel-kdump.spec @@ -50,12 +50,12 @@ Name: kernel-kdump Summary: kernel for kdump Version: 2.6.27 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ AutoReqProv: on -BuildRequires: coreutils module-init-tools +BuildRequires: coreutils module-init-tools sparse Requires(pre): coreutils awk Requires(post): module-init-tools # This Requires is wrong, because the post/postun scripts have a @@ -67,6 +67,7 @@ Requires(post): module-init-tools # scripts handle the two API versions of 10.1/SLES10 GA and 10.2/SLES10 SP1 Requires(post): perl-Bootloader Requires(post): mkinitrd +Recommends: kerneloops #!BuildIgnore: perl-Bootloader mkinitrd %if ! 0%{?opensuse_bs} BuildRequires: kernel-dummy @@ -198,7 +199,7 @@ crashed kernel. -Source Timestamp: 2008-09-08 10:07:50 +0200 +Source Timestamp: 2008-09-14 02:03:34 +0200 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -280,7 +281,7 @@ MAKE_ARGS="ARCH=$subarch" EOF %endif cat >> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs < see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2008-09-08 10:07:50 +0200 +Source Timestamp: 2008-09-14 02:03:34 +0200 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -293,7 +294,7 @@ MAKE_ARGS="ARCH=$subarch" EOF %endif cat >> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs < localversion fi %_sourcedir/install-configs %_sourcedir %_builddir/%buildsubdir $RELEASE -KERNELRELEASE=2.6.27-rc5-git9-$RELEASE +KERNELRELEASE=2.6.27-rc6-$RELEASE cat > %_builddir/%{name}-%{version}/.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <