This commit is contained in:
parent
23528417be
commit
bfc80c7fd4
@ -1 +1 @@
|
||||
2008-09-08 10:07:50 +0200
|
||||
2008-09-14 02:03:34 +0200
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cba99a7dbb26149fbd4ae12c19ea1cb8352eb09ba2d35ced6a4265132eea3763
|
||||
size 94301
|
||||
oid sha256:c7988e5c885e0dfb074ee24c7304882fd0f291eb0d5c9f61e63809567c9ffbc2
|
||||
size 94469
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
prefix=rc5.git9.
|
||||
prefix=rc6.
|
||||
suffix=
|
||||
if [ "$3" = kernel-dummy -o -n "$suffix" ]; then
|
||||
[ -n "$suffix" ] || suffix=$2
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <<EOF
|
||||
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-debug
|
||||
KERNELRELEASE=2.6.27-rc6-$RELEASE-debug
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -322,7 +323,7 @@ export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -572,7 +573,221 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
%postun -f postun.sh
|
||||
|
||||
%files -f kernel.files
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
@ -50,12 +50,12 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel for both Uniprocessor and Multiprocessor Systems
|
||||
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
|
||||
@ -217,7 +218,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
|
||||
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
|
||||
@ -299,7 +300,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-default
|
||||
KERNELRELEASE=2.6.27-rc6-$RELEASE-default
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -340,7 +341,7 @@ export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -592,6 +593,219 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
%files -f kernel.files
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
@ -23,7 +23,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-dummy
|
||||
Summary: Internal dummy package for synchronizing release numbers
|
||||
Version: 2.6.27
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
AutoReqProv: off
|
||||
@ -36,7 +36,7 @@ Authors:
|
||||
--------
|
||||
Andreas Gruenbacher <agruen@suse.de>
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <<EOF
|
||||
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-kdump
|
||||
KERNELRELEASE=2.6.27-rc6-$RELEASE-kdump
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -321,7 +322,7 @@ export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -573,6 +574,219 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
%files -f kernel.files
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
225
kernel-pae.spec
225
kernel-pae.spec
@ -50,12 +50,12 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
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 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
|
||||
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 <<EOF
|
||||
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-pae
|
||||
KERNELRELEASE=2.6.27-rc6-$RELEASE-pae
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -322,7 +323,7 @@ export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -572,7 +573,221 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
%postun -f postun.sh
|
||||
|
||||
%files -f kernel.files
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
@ -50,12 +50,12 @@
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
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
|
||||
@ -211,7 +212,7 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
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 <<EOF
|
||||
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-ppc64
|
||||
KERNELRELEASE=2.6.27-rc6-$RELEASE-ppc64
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -334,7 +335,7 @@ export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -586,6 +587,219 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
%files -f kernel.files
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
224
kernel-ps3.spec
224
kernel-ps3.spec
@ -50,12 +50,12 @@
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
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
|
||||
@ -197,7 +198,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
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
|
||||
@ -279,7 +280,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-ps3
|
||||
KERNELRELEASE=2.6.27-rc6-$RELEASE-ps3
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -320,7 +321,7 @@ export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -572,6 +573,219 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
%files -f kernel.files
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
224
kernel-s390.spec
224
kernel-s390.spec
@ -50,12 +50,12 @@
|
||||
Name: kernel-s390
|
||||
Summary: The Standard 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
|
||||
@ -192,7 +193,7 @@ The standard 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
|
||||
@ -274,7 +275,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-s390
|
||||
KERNELRELEASE=2.6.27-rc6-$RELEASE-s390
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -315,7 +316,7 @@ export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -567,6 +568,219 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
%files -f kernel.files
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
@ -30,7 +30,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.27
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -112,7 +112,7 @@ Authors:
|
||||
|
||||
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
|
||||
@ -150,7 +150,7 @@ if [ -f %_sourcedir/localversion ] ; then
|
||||
cat %_sourcedir/localversion > 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 <<EOF
|
||||
KERNELRELEASE=$KERNELRELEASE
|
||||
SYMBOLS="%symbols"
|
||||
@ -288,7 +288,221 @@ EOF
|
||||
%post -f source-post.sh
|
||||
|
||||
%files -f kernel-source.files
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
218
kernel-syms.spec
218
kernel-syms.spec
@ -29,7 +29,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.27
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -99,7 +99,7 @@ Authors:
|
||||
|
||||
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
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -150,7 +150,221 @@ done
|
||||
/usr/src/linux-*-obj
|
||||
/boot/symsets-*-*.tar.gz
|
||||
/lib/modules/*/build
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
@ -50,12 +50,12 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
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
|
||||
@ -209,7 +210,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
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
|
||||
@ -291,7 +292,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-vanilla
|
||||
KERNELRELEASE=2.6.27-rc6-$RELEASE-vanilla
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -332,7 +333,7 @@ export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -584,6 +585,219 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
%files -f kernel.files
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
225
kernel-xen.spec
225
kernel-xen.spec
@ -50,12 +50,12 @@
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
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 @@ unprivileged ("xenU") 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 <<EOF
|
||||
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-xen
|
||||
KERNELRELEASE=2.6.27-rc6-$RELEASE-xen
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -321,7 +322,7 @@ export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -571,7 +572,221 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
%postun -f postun.sh
|
||||
|
||||
%files -f kernel.files
|
||||
|
||||
%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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed7bb05fc6beb198b97a83e5f3ab6404cfb65fb488e641ca528ea8197f07c23e
|
||||
size 126
|
||||
oid sha256:734a70665c14dd362a9398c57dceba3cfb2b6e34eaf8dfe18095b7159a98187a
|
||||
size 129
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9144458c9c13ce1f3f707d56a02ee76be3c875b64ec5ed4e3da8266c1e53cb91
|
||||
size 63929
|
||||
oid sha256:af2894b551da7459646fe55ba93e50b4b842a71447bfd9e88e7fc544177a6f64
|
||||
size 65309
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2d257e28d411d969cb4b085205d4e23508f646795df924778afad7b913b397e
|
||||
size 223815
|
||||
oid sha256:651f33d39c6c3cd8dde1e0459db016e0b2466918f1393cf59df4dfaf2bf68c20
|
||||
size 382494
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cef9f3fd32b6bcaadcafccf2210947e12a94aea75d40cb90f598424a610408a0
|
||||
size 17208
|
||||
oid sha256:be5a1527a7a5de1c87c07a15865b61925b1369d492e1453ac3665430968b93ee
|
||||
size 68586
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f43e35616f6830f9c82e55fedd29fb8a70db6b7e8424dcb118f76795347c2482
|
||||
size 14753210
|
||||
oid sha256:1f5f3e4fd7f98e7e3e13ac82005cd4ac934862f82ea31457b6797718a5f02db5
|
||||
size 14772897
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca0178116ec1d07bfbfba4b54985c82ffed0afae7147b6a193003709fa67f275
|
||||
size 1011418
|
||||
oid sha256:aa652737d36397e26a2259ab7997f5fa785b1b91cd90dc98183f16654f5efa6c
|
||||
size 1071020
|
||||
|
98
series.conf
98
series.conf
@ -29,7 +29,7 @@
|
||||
########################################################
|
||||
patches.kernel.org/patch-2.6.27-rc4
|
||||
patches.kernel.org/patch-2.6.27-rc4-rc5
|
||||
patches.kernel.org/patch-2.6.27-rc5-git9
|
||||
patches.kernel.org/patch-2.6.27-rc5-rc6
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -40,8 +40,11 @@
|
||||
########################################################
|
||||
patches.kernel.org/psmouse-section-conflict.diff
|
||||
patches.kernel.org/ipmi-section-conflict.diff
|
||||
patches.kernel.org/md-section-conflict
|
||||
patches.kernel.org/spu_profiler-include
|
||||
+jeffm patches.kernel.org/ia64-asm-nr-irqs
|
||||
patches.kernel.org/setup_APIC_timer-section-mismatch
|
||||
patches.kernel.org/carmine-section-mismatch
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
@ -94,6 +97,7 @@
|
||||
# ia64
|
||||
########################################################
|
||||
patches.arch/ia64-node_mem_map-node_start_pfn.diff
|
||||
patches.arch/ia64-kdump_proc_iomem.diff
|
||||
|
||||
########################################################
|
||||
# i386
|
||||
@ -145,6 +149,7 @@
|
||||
patches.arch/ppc-prom-nodisplay.patch
|
||||
patches.fixes/ptrace-getsiginfo
|
||||
patches.arch/ppc-ipic-suspend-without-83xx-fix
|
||||
patches.fixes/powerpc-dereference_function_descriptor-depends-on-CONFIG_MODULES
|
||||
|
||||
########################################################
|
||||
# PS3
|
||||
@ -232,6 +237,7 @@
|
||||
patches.arch/0007-msi-laptop-fingers-off-backlight.patch
|
||||
patches.arch/0008-sony-laptop-fingers-off-backlight.patch
|
||||
patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch
|
||||
patches.arch/thinkpad_fingers_off_backlight_igd.patch
|
||||
########################################################
|
||||
# Suse specific stuff
|
||||
########################################################
|
||||
@ -261,6 +267,28 @@
|
||||
patches.suse/ext3-barrier-default
|
||||
patches.suse/ext2-fsync-err
|
||||
|
||||
########################################################
|
||||
# ext4
|
||||
########################################################
|
||||
patches.fixes/percpu_counter_sum_cleanup.patch
|
||||
patches.fixes/ext4_fix_printk_checkpatch_issues
|
||||
patches.fixes/ext4_fix_longlong_checkpatch_issues
|
||||
patches.fixes/ext4_fix_whitespace_checkpatch_issues
|
||||
patches.fixes/ext4_invalidate_pages_when_delalloc_alloc_fail.patch
|
||||
patches.fixes/ext4-Make-sure-all-the-block-allocation-paths-reser.patch
|
||||
patches.fixes/ext4-Retry-block-reservation.patch
|
||||
patches.fixes/ext4-Add-percpu-dirty-block-accounting.patch
|
||||
patches.fixes/ext4-Switch-to-non-delalloc-mode-when-we-are-low-on.patch
|
||||
patches.fixes/ext4-Signed-arithematic-fix.patch
|
||||
patches.fixes/ext4_nonmballoc_reservation_ENOSPC_fix.patch
|
||||
patches.fixes/ext4-Add-inode-to-journal-handle-after-block-alloca.patch
|
||||
patches.fixes/ext4-Retry-block-allocation-if-we-have-free-blocks.patch
|
||||
patches.fixes/ext4_truncate_block_allocated_on_a_failed_ext4_write_begin.patch
|
||||
patches.fixes/ext4_i_disksize_lock_race_fix.patch
|
||||
patches.fixes/ext4_update-flex-bg-counters-when-resizing
|
||||
patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully
|
||||
patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors
|
||||
|
||||
########################################################
|
||||
# Reiserfs Patches
|
||||
########################################################
|
||||
@ -314,6 +342,54 @@
|
||||
# ocfs2
|
||||
########################################################
|
||||
|
||||
# fs/dlm fixes
|
||||
patches.fixes/dlm-allow-multiple-lockspaces.patch
|
||||
|
||||
# fs/jbd2 fixes
|
||||
patches.fixes/jbd2-create-proc-entry-fix.patch
|
||||
|
||||
# Extended Attribute Support
|
||||
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
|
||||
|
||||
# JBD2 Support
|
||||
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
|
||||
|
||||
# POSIX File Locks support
|
||||
patches.suse/ocfs2-POSIX-file-locks-support.patch
|
||||
|
||||
# Userspace clustering will be implemented in a completely
|
||||
# different manner starting with openSUSE 11.1
|
||||
|
||||
@ -364,7 +440,11 @@
|
||||
+kkeil patches.drivers/e1000-7.6.9.2
|
||||
+kkeil patches.drivers/e1000-7.6.5-napi-tail.patch
|
||||
+kkeil patches.drivers/e1000-7.6.9.2-napi
|
||||
patches.drivers/e1000e_add_82574L.patch
|
||||
patches.drivers/e1000e_add_ICH9_BM.patch
|
||||
patches.drivers/e1000e_add_LOM_devices.patch
|
||||
|
||||
patches.drivers/sgi-uv-led
|
||||
|
||||
# Add support for Montevina hardware; series mainlined 2.6.26
|
||||
|
||||
@ -374,6 +454,21 @@
|
||||
+2.6.26-teheo patches.drivers/libata-add-waits-for-govault
|
||||
patches.drivers/libata-unlock-hpa-by-default
|
||||
|
||||
# Online disk resize
|
||||
patches.drivers/bdev-resize-wrapper-for-revalidate_disk
|
||||
patches.drivers/bdev-resize-adjust-block-device-size
|
||||
patches.drivers/bdev-resize-check-for-device-resize
|
||||
patches.drivers/bdev-resize-sd-driver-calls
|
||||
patches.drivers/bdev-resize-added-flush_disk
|
||||
patches.drivers/bdev-resize-call-flush_disk
|
||||
# Block-layer timeout
|
||||
patches.drivers/block-timeout-handling
|
||||
|
||||
patches.fixes/scsi-misc-git-update
|
||||
patches.fixes/scsi-enhance-error-codes
|
||||
|
||||
patches.drivers/lpfc-8.2.8-update
|
||||
patches.drivers/lpfc-8.2.8.1-update
|
||||
# patches.fixes/mptbase-vmware-fix
|
||||
|
||||
# Remaining SCSI patches (garloff)
|
||||
@ -443,6 +538,7 @@
|
||||
patches.suse/twofish-2.6
|
||||
# Allow setting maximum number of raw devices
|
||||
patches.suse/raw_device_max_minors_param.diff
|
||||
patches.suse/no-partition-scan
|
||||
|
||||
########################################################
|
||||
# Other drivers we have added to the tree
|
||||
|
202
supported.conf
202
supported.conf
@ -70,8 +70,13 @@
|
||||
kernel/drivers/acpi/bay
|
||||
kernel/drivers/acpi/acpi_memhotplug
|
||||
kernel/drivers/thermal/thermal_sys # Generic Thermal Driver, compiled in for now
|
||||
kernel/drivers/misc/asus_laptop
|
||||
kernel/drivers/misc/thinkpad_acpi
|
||||
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/hpilo
|
||||
kernel/drivers/ata/pata_pdc2027x # pSeries IDE hotplug
|
||||
- kernel/drivers/atm/adummy
|
||||
@ -1483,10 +1488,12 @@
|
||||
kernel/net/bridge/netfilter/ebt_arpreply
|
||||
kernel/net/bridge/netfilter/ebt_dnat
|
||||
kernel/net/bridge/netfilter/ebt_ip
|
||||
kernel/net/bridge/netfilter/ebt_ip6
|
||||
kernel/net/bridge/netfilter/ebt_limit
|
||||
kernel/net/bridge/netfilter/ebt_log
|
||||
kernel/net/bridge/netfilter/ebt_mark
|
||||
kernel/net/bridge/netfilter/ebt_mark_m
|
||||
kernel/net/bridge/netfilter/ebt_nflog
|
||||
kernel/net/bridge/netfilter/ebt_pkttype
|
||||
kernel/net/bridge/netfilter/ebt_redirect
|
||||
kernel/net/bridge/netfilter/ebt_snat
|
||||
@ -1533,58 +1540,6 @@
|
||||
- kernel/net/ipv4/multipath_random
|
||||
- kernel/net/ipv4/multipath_rr
|
||||
- kernel/net/ipv4/multipath_wrandom
|
||||
kernel/net/ipv4/netfilter/arp_tables # arptables core
|
||||
kernel/net/ipv4/netfilter/arpt_mangle # arptables arp payload mangle target
|
||||
kernel/net/ipv4/netfilter/arptable_filter # arptables filter table
|
||||
kernel/net/ipv4/netfilter/ip_conntrack
|
||||
kernel/net/ipv4/netfilter/ip_conntrack_amanda # Amanda connection tracking module
|
||||
kernel/net/ipv4/netfilter/ip_conntrack_ftp # ftp connection tracking helper
|
||||
kernel/net/ipv4/netfilter/ip_conntrack_irc # IRC (DCC) connection tracking helper
|
||||
kernel/net/ipv4/netfilter/ip_conntrack_netbios_ns # NetBIOS name service broadcast connection tracking helper
|
||||
kernel/net/ipv4/netfilter/ip_conntrack_netlink # Connection tracking via netlink socket
|
||||
kernel/net/ipv4/netfilter/ip_conntrack_pptp # PPtP (Point to Point Tunneling Protocol) connection tracking helper
|
||||
kernel/net/ipv4/netfilter/ip_conntrack_proto_sctp # Netfilter connection tracking protocol helper for SCTP
|
||||
kernel/net/ipv4/netfilter/ip_conntrack_tftp # tftp connection tracking helper
|
||||
kernel/net/ipv4/netfilter/ip_nat # NAT helper
|
||||
kernel/net/ipv4/netfilter/ip_nat_amanda # Amanda NAT helper
|
||||
kernel/net/ipv4/netfilter/ip_nat_ftp # ftp NAT helper
|
||||
kernel/net/ipv4/netfilter/ip_nat_irc # IRC (DCC) NAT helper
|
||||
kernel/net/ipv4/netfilter/ip_nat_pptp # PPtP (Point to Point Tunneling Protocol) NAT helper
|
||||
kernel/net/ipv4/netfilter/ip_nat_snmp_basic # Basic SNMP Application Layer Gateway
|
||||
kernel/net/ipv4/netfilter/ip_nat_tftp # tftp NAT helper
|
||||
kernel/net/ipv4/netfilter/ip_queue # IPv4 packet queue handler
|
||||
kernel/net/ipv4/netfilter/ip_tables # IPv4 packet filter
|
||||
kernel/net/ipv4/netfilter/ipt_CLUSTERIP
|
||||
kernel/net/ipv4/netfilter/ipt_DSCP # iptables DSCP modification module
|
||||
kernel/net/ipv4/netfilter/ipt_ECN # iptables ECN modification module
|
||||
kernel/net/ipv4/netfilter/ipt_LOG # iptables syslog logging module
|
||||
kernel/net/ipv4/netfilter/ipt_MASQUERADE # iptables MASQUERADE target module
|
||||
kernel/net/ipv4/netfilter/ipt_NETMAP # iptables 1:1 NAT mapping of IP networks target
|
||||
kernel/net/ipv4/netfilter/ipt_REDIRECT # iptables REDIRECT target module
|
||||
kernel/net/ipv4/netfilter/ipt_REJECT # iptables REJECT target module
|
||||
kernel/net/ipv4/netfilter/ipt_SAME # iptables special SNAT module for consistent sourceip
|
||||
kernel/net/ipv4/netfilter/ipt_TCPMSS # iptables TCP MSS modification module
|
||||
kernel/net/ipv4/netfilter/ipt_TOS # iptables TOS mangling module
|
||||
kernel/net/ipv4/netfilter/ipt_TTL # IP tables TTL modification module
|
||||
kernel/net/ipv4/netfilter/ipt_ULOG # iptables userspace logging module
|
||||
kernel/net/ipv4/netfilter/ipt_addrtype # iptables addrtype match
|
||||
kernel/net/ipv4/netfilter/ipt_ah # iptables AH SPI match module
|
||||
kernel/net/ipv4/netfilter/ipt_dscp # iptables DSCP matching module
|
||||
kernel/net/ipv4/netfilter/ipt_ecn # iptables ECN matching module
|
||||
kernel/net/ipv4/netfilter/ipt_esp # iptables ESP SPI match module
|
||||
kernel/net/ipv4/netfilter/ipt_hashlimit
|
||||
kernel/net/ipv4/netfilter/ipt_iprange # iptables arbitrary IP range match module
|
||||
kernel/net/ipv4/netfilter/ipt_ipv4options
|
||||
kernel/net/ipv4/netfilter/ipt_multiport # iptables multiple port match module
|
||||
kernel/net/ipv4/netfilter/ipt_owner # iptables owner match
|
||||
kernel/net/ipv4/netfilter/ipt_policy
|
||||
kernel/net/ipv4/netfilter/ipt_recent # IP tables recently seen matching module v0.3.1
|
||||
kernel/net/ipv4/netfilter/ipt_tos # iptables TOS match module
|
||||
kernel/net/ipv4/netfilter/ipt_ttl # IP tables TTL matching module
|
||||
kernel/net/ipv4/netfilter/iptable_filter # iptables filter table
|
||||
kernel/net/ipv4/netfilter/iptable_mangle # iptables mangle table
|
||||
kernel/net/ipv4/netfilter/iptable_nat
|
||||
kernel/net/ipv4/netfilter/iptable_raw
|
||||
- kernel/net/ipv4/tcp_bic
|
||||
- kernel/net/ipv4/tcp_cubic
|
||||
kernel/net/ipv4/tcp_diag
|
||||
@ -1600,27 +1555,129 @@
|
||||
kernel/net/ipv6/ip6_tunnel # IPv6-in-IPv6 tunnel
|
||||
kernel/net/ipv6/ipcomp6 # IP Payload Compression Protocol (IPComp) for IPv6 - RFC3173
|
||||
kernel/net/ipv6/ipv6 # IPv6 protocol stack for Linux
|
||||
kernel/net/ipv6/xfrm6_tunnel
|
||||
|
||||
kernel/net/netfilter/nfnetlink
|
||||
kernel/net/netfilter/nfnetlink_log
|
||||
kernel/net/netfilter/nfnetlink_queue
|
||||
kernel/net/netfilter/x_tables
|
||||
kernel/net/netfilter/xt_CLASSIFY
|
||||
kernel/net/netfilter/xt_CONNMARK
|
||||
kernel/net/netfilter/xt_CONNSECMARK
|
||||
kernel/net/netfilter/xt_MARK
|
||||
kernel/net/netfilter/xt_NFQUEUE
|
||||
kernel/net/netfilter/xt_NOTRACK
|
||||
kernel/net/netfilter/xt_comment
|
||||
kernel/net/netfilter/xt_connbytes
|
||||
kernel/net/netfilter/xt_connlimit
|
||||
kernel/net/netfilter/xt_connmark
|
||||
kernel/net/netfilter/xt_conntrack
|
||||
kernel/net/netfilter/xt_dccp
|
||||
kernel/net/netfilter/xt_helper
|
||||
kernel/net/netfilter/xt_iprange
|
||||
kernel/net/netfilter/xt_length
|
||||
kernel/net/netfilter/xt_limit
|
||||
kernel/net/netfilter/xt_mac
|
||||
kernel/net/netfilter/xt_mark
|
||||
kernel/net/netfilter/xt_multiport # iptables match for multiple ports
|
||||
kernel/net/netfilter/xt_NFLOG
|
||||
kernel/net/netfilter/xt_owner
|
||||
kernel/net/netfilter/xt_physdev
|
||||
kernel/net/netfilter/xt_pkttype
|
||||
kernel/net/netfilter/xt_policy
|
||||
kernel/net/netfilter/xt_quota
|
||||
kernel/net/netfilter/xt_rateest
|
||||
kernel/net/netfilter/xt_RATEEST
|
||||
kernel/net/netfilter/xt_realm
|
||||
kernel/net/netfilter/xt_sctp
|
||||
kernel/net/netfilter/xt_SECMARK
|
||||
kernel/net/netfilter/xt_state
|
||||
kernel/net/netfilter/xt_statistic
|
||||
kernel/net/netfilter/xt_string
|
||||
kernel/net/netfilter/xt_tcpmss
|
||||
kernel/net/netfilter/xt_TCPMSS
|
||||
kernel/net/netfilter/xt_TCPOPTSTRIP
|
||||
kernel/net/netfilter/xt_tcpudp
|
||||
kernel/net/netfilter/xt_time
|
||||
kernel/net/netfilter/xt_TRACE
|
||||
kernel/net/netfilter/xt_u32
|
||||
kernel/net/netfilter/nf_conntrack
|
||||
kernel/net/netfilter/nf_conntrack_amanda # Amanda connection tracking module
|
||||
kernel/net/netfilter/nf_conntrack_ftp # ftp connection tracking helper
|
||||
kernel/net/netfilter/nf_conntrack_h323
|
||||
kernel/net/netfilter/nf_conntrack_irc # IRC (DCC) connection tracking helper
|
||||
kernel/net/netfilter/nf_conntrack_netbios_ns # NetBIOS name service broadcast connection tracking helper
|
||||
kernel/net/netfilter/nf_conntrack_netlink # Connection tracking via netlink socket
|
||||
kernel/net/netfilter/nf_conntrack_pptp # PPtP (Point to Point Tunneling Protocol) connection tracking helper
|
||||
kernel/net/netfilter/nf_conntrack_proto_dccp
|
||||
kernel/net/netfilter/nf_conntrack_proto_gre
|
||||
kernel/net/netfilter/nf_conntrack_proto_sctp # Netfilter connection tracking protocol helper for SCTP
|
||||
kernel/net/netfilter/nf_conntrack_proto_udplite
|
||||
kernel/net/netfilter/nf_conntrack_sane
|
||||
kernel/net/netfilter/nf_conntrack_sip
|
||||
kernel/net/netfilter/nf_conntrack_slp
|
||||
kernel/net/netfilter/nf_conntrack_tftp # tftp connection tracking helper
|
||||
kernel/net/netfilter/xt_DSCP # iptables DSCP modification module
|
||||
kernel/net/netfilter/xt_dscp # iptables DSCP matching module
|
||||
kernel/net/netfilter/xt_esp # iptables ESP SPI match module
|
||||
kernel/net/netfilter/xt_hashlimit
|
||||
kernel/net/ipv4/netfilter/arp_tables # arptables core
|
||||
kernel/net/ipv4/netfilter/arpt_mangle # arptables arp payload mangle target
|
||||
kernel/net/ipv4/netfilter/arptable_filter # arptables filter table
|
||||
kernel/net/ipv4/netfilter/nf_conntrack_ipv4
|
||||
kernel/net/ipv4/netfilter/nf_nat # NAT helper
|
||||
kernel/net/ipv4/netfilter/nf_nat_amanda # Amanda NAT helper
|
||||
kernel/net/ipv4/netfilter/nf_nat_ftp # ftp NAT helper
|
||||
kernel/net/ipv4/netfilter/nf_nat_h323
|
||||
kernel/net/ipv4/netfilter/nf_nat_irc # IRC (DCC) NAT helper
|
||||
kernel/net/ipv4/netfilter/nf_nat_pptp # PPtP (Point to Point Tunneling Protocol) NAT helper
|
||||
kernel/net/ipv4/netfilter/nf_nat_proto_dccp
|
||||
kernel/net/ipv4/netfilter/nf_nat_proto_gre
|
||||
kernel/net/ipv4/netfilter/nf_nat_proto_sctp
|
||||
kernel/net/ipv4/netfilter/nf_nat_proto_udplite
|
||||
kernel/net/ipv4/netfilter/nf_nat_sip
|
||||
kernel/net/ipv4/netfilter/nf_nat_snmp_basic # Basic SNMP Application Layer Gateway
|
||||
kernel/net/ipv4/netfilter/nf_nat_tftp # tftp NAT helper
|
||||
kernel/net/ipv4/netfilter/ip_queue # IPv4 packet queue handler
|
||||
kernel/net/ipv4/netfilter/ip_tables # IPv4 packet filter
|
||||
kernel/net/ipv4/netfilter/iptable_security
|
||||
kernel/net/ipv4/netfilter/ipt_CLUSTERIP
|
||||
kernel/net/ipv4/netfilter/ipt_ECN # iptables ECN modification module
|
||||
kernel/net/ipv4/netfilter/ipt_LOG # iptables syslog logging module
|
||||
kernel/net/ipv4/netfilter/ipt_mh
|
||||
kernel/net/ipv4/netfilter/ipt_MASQUERADE # iptables MASQUERADE target module
|
||||
kernel/net/ipv4/netfilter/ipt_NETMAP # iptables 1:1 NAT mapping of IP networks target
|
||||
kernel/net/ipv4/netfilter/ipt_REDIRECT # iptables REDIRECT target module
|
||||
kernel/net/ipv4/netfilter/ipt_REJECT # iptables REJECT target module
|
||||
kernel/net/ipv4/netfilter/ipt_TTL # IP tables TTL modification module
|
||||
kernel/net/ipv4/netfilter/ipt_ULOG # iptables userspace logging module
|
||||
kernel/net/ipv4/netfilter/ipt_addrtype # iptables addrtype match
|
||||
kernel/net/ipv4/netfilter/ipt_ah # iptables AH SPI match module
|
||||
kernel/net/ipv4/netfilter/ipt_ecn # iptables ECN matching module
|
||||
kernel/net/ipv4/netfilter/ipt_recent # IP tables recently seen matching module v0.3.1
|
||||
kernel/net/ipv4/netfilter/ipt_ttl # IP tables TTL matching module
|
||||
kernel/net/ipv4/netfilter/iptable_filter # iptables filter table
|
||||
kernel/net/ipv4/netfilter/iptable_mangle # iptables mangle table
|
||||
kernel/net/ipv4/netfilter/iptable_nat
|
||||
kernel/net/ipv4/netfilter/iptable_raw
|
||||
kernel/net/ipv6/netfilter/ip6_queue # IPv6 packet queue handler
|
||||
kernel/net/ipv6/netfilter/ip6_tables # IPv6 packet filter
|
||||
kernel/net/ipv6/netfilter/ip6table_security
|
||||
kernel/net/ipv6/netfilter/ip6t_HL # IP tables Hop Limit target module
|
||||
kernel/net/ipv6/netfilter/ip6t_LOG # IP6 tables LOG target module
|
||||
kernel/net/ipv6/netfilter/ip6t_REJECT # IP6 tables REJECT target module
|
||||
kernel/net/ipv6/netfilter/ip6t_ah # IPv6 AH match
|
||||
kernel/net/ipv6/netfilter/ip6t_dst # IPv6 DST match
|
||||
kernel/net/ipv6/netfilter/ip6t_esp # IPv6 ESP match
|
||||
kernel/net/ipv6/netfilter/ip6t_eui64 # IPv6 EUI64 address checking match
|
||||
kernel/net/ipv6/netfilter/ip6t_frag # IPv6 FRAG match
|
||||
kernel/net/ipv6/netfilter/ip6t_hbh # IPv6 HbH match
|
||||
kernel/net/ipv6/netfilter/ip6t_hl # IP tables Hop Limit matching module
|
||||
kernel/net/ipv6/netfilter/ip6t_ipv6header # IPv6 headers match
|
||||
kernel/net/ipv6/netfilter/ip6t_multiport # ip6tables match for multiple ports
|
||||
kernel/net/ipv6/netfilter/ip6t_owner # IP6 tables owner matching module
|
||||
kernel/net/ipv6/netfilter/ip6t_policy # IPtables IPsec policy matching module
|
||||
kernel/net/ipv6/netfilter/ip6t_rt # IPv6 RT match
|
||||
kernel/net/ipv6/netfilter/ip6table_filter # ip6tables filter table
|
||||
kernel/net/ipv6/netfilter/ip6table_mangle # ip6tables mangle table
|
||||
kernel/net/ipv6/netfilter/ip6table_raw
|
||||
kernel/net/ipv6/xfrm6_tunnel
|
||||
kernel/net/ipv6/netfilter/nf_conntrack_ipv6
|
||||
|
||||
kernel/net/ipx/ipx
|
||||
kernel/net/irda/ircomm/ircomm # IrCOMM protocol
|
||||
kernel/net/irda/ircomm/ircomm-tty # IrCOMM serial TTY driver
|
||||
@ -1631,33 +1688,6 @@
|
||||
- kernel/net/lapb/lapb # The X.25 Link Access Procedure B link layer protocol
|
||||
- kernel/net/llc/llc
|
||||
- kernel/net/llc/llc2 # IEEE 802.2 PF_LLC support
|
||||
kernel/net/netfilter/nfnetlink
|
||||
kernel/net/netfilter/nfnetlink_log
|
||||
kernel/net/netfilter/nfnetlink_queue
|
||||
kernel/net/netfilter/x_tables
|
||||
kernel/net/netfilter/xt_CLASSIFY
|
||||
kernel/net/netfilter/xt_CONNMARK
|
||||
kernel/net/netfilter/xt_MARK
|
||||
kernel/net/netfilter/xt_NFQUEUE
|
||||
kernel/net/netfilter/xt_NOTRACK
|
||||
kernel/net/netfilter/xt_comment
|
||||
kernel/net/netfilter/xt_connbytes
|
||||
kernel/net/netfilter/xt_connmark
|
||||
kernel/net/netfilter/xt_conntrack
|
||||
kernel/net/netfilter/xt_dccp
|
||||
kernel/net/netfilter/xt_helper
|
||||
kernel/net/netfilter/xt_length
|
||||
kernel/net/netfilter/xt_limit
|
||||
kernel/net/netfilter/xt_mac
|
||||
kernel/net/netfilter/xt_mark
|
||||
kernel/net/netfilter/xt_physdev
|
||||
kernel/net/netfilter/xt_pkttype
|
||||
kernel/net/netfilter/xt_realm
|
||||
kernel/net/netfilter/xt_sctp
|
||||
kernel/net/netfilter/xt_state
|
||||
kernel/net/netfilter/xt_string
|
||||
kernel/net/netfilter/xt_tcpmss
|
||||
kernel/net/netfilter/xt_tcpudp
|
||||
- kernel/net/netrom/netrom # The amateur radio NET/ROM network and transport layer protocol
|
||||
kernel/net/packet/af_packet
|
||||
- kernel/net/rose/rose # The amateur radio ROSE network layer protocol
|
||||
|
Loading…
Reference in New Issue
Block a user